From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 03/33] mg-list-all-branches: Suppress `maintjobs' Date: Thu, 17 Sep 2015 18:29:19 +0100 Message-ID: <1442510989-29733-3-git-send-email-ian.jackson@eu.citrix.com> References: <1442510989-29733-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcd0q-0005Rd-UX for xen-devel@lists.xenproject.org; Thu, 17 Sep 2015 17:30:25 +0000 In-Reply-To: <1442510989-29733-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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; -- 1.7.10.4