From 1d3fdfc430144e6a1c2560e8867647b2111e5f88 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 2 Oct 2011 13:31:20 +0200 Subject: [PATCH] Release scripts: Skip kernel.org before it comes back up --- maint/release | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maint/release b/maint/release index 09bf813..a38d15c 100755 --- a/maint/release +++ b/maint/release @@ -1,6 +1,6 @@ #!/usr/bin/perl # A simple script for making releases of the pciutils -# (c) 2003--2006 Martin Mares +# (c) 2003--2011 Martin Mares use strict; use warnings; @@ -14,8 +14,8 @@ while () { } print "API version is $apiver ... "; ; -print "Updating public GIT tree\n"; -`git push --tags public`; die if $?; +## print "Updating public GIT tree\n"; +## `git push --tags public`; die if $?; my $r = new UCW::Release("pciutils"); my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)"); @@ -30,8 +30,8 @@ if ($ver =~ /-/) { } push @{$r->{"uploads"}}, { "url" => "scp://atrey.karlin.mff.cuni.cz/~ftp/pub/linux/pci/" . $r->{"ALPHADIR"} - },{ - "url" => "scp://master.kernel.org/pub/software/utils/pciutils/" . $r->{"ALPHADIR"} +## },{ +## "url" => "scp://master.kernel.org/pub/software/utils/pciutils/" . $r->{"ALPHADIR"} }; push @{$r->{"uploads"}}, { "url" => "ftp://metalab.unc.edu/incoming/linux/", -- 2.39.2