From: Ian Jackson Date: Wed, 16 Sep 2015 13:00:42 +0000 (+0100) Subject: mg-list-all-branches: Suppress `maintjobs' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c14c52994e0565f32b138ea26fffd2894084f6b8;p=osstest.git mg-list-all-branches: Suppress `maintjobs' This is not a real branch; it's a cron working directory, only. Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/mg-list-all-branches b/mg-list-all-branches index 1549f81..87703c7 100755 --- a/mg-list-all-branches +++ b/mg-list-all-branches @@ -16,4 +16,6 @@ foreach my $f (qw(cr-for-branches crontab)) { close C or die $!; } +delete $branches{maintjobs}; + print $_,"\n" or die $! foreach sort { versioncmp($a, $b) } keys %branches;