From c14c52994e0565f32b138ea26fffd2894084f6b8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Sep 2015 14:00:42 +0100 Subject: [PATCH] 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 --- mg-list-all-branches | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5