Giovanni
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Giovanni/Stages.pm view on Meta::CPAN
use Mouse;
use Expect;
use Data::Dumper;
# Stages are defined here and expected to be overridden with plugins.
# the idea is to have different plugins that can extend the existing
# stages real easy. If this stages approach turns out to be too limited
# (ie 1000s of stages in one file, not a good look) we may need to
# rethink this approach.
sub update_cache {
my ($self, $ssh) = @_;
$self->log($ssh, "running update_cache task ...");
return;
}
sub rollout {
my ($self, $ssh) = @_;
$self->log($ssh, "running rollout task ...");
$self->config->{deploy_dir} = $self->config->{root};
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.552 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )