Release scripts: Skip kernel.org before it comes back up
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 <mj@ucw.cz>
+# (c) 2003--2011 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
@@ -14,8 +14,8 @@
}
print "API version is $apiver ... <confirm> "; <STDIN>;
-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 @@
}
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/",