my $cfg = $CONFIG->{autoupdater}; my $branch = $ENV{GLUON_BRANCH} || $cfg->{branch}; my $enabled = $ENV{GLUON_BRANCH} ? 1 : 0; print <{branches}) { my $branch = $cfg->{branches}->{$name}; print <{$_}\n"; } for (@{$branch->{mirrors}}) { print "add_list autoupdater.$name.mirror=$_\n"; } for (@{$branch->{pubkeys}}) { print "add_list autoupdater.$name.pubkey=$_\n"; } } print <