[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 03/27] mg-list-all-branches: Suppress `maintjobs'
This is not a real branch; it's a cron working directory, only. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |