]> xenbits.xensource.com Git - osstest.git/commitdiff
mg-list-all-branches: Suppress `maintjobs'
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 16 Sep 2015 13:00:42 +0000 (14:00 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Sep 2015 11:37:30 +0000 (12:37 +0100)
This is not a real branch; it's a cron working directory, only.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
mg-list-all-branches

index 1549f81d979e7e3f4faa0430a1832581f6847e62..87703c7079a06d3312a7862baf1e8731c17a95bf 100755 (executable)
@@ -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;