]> mj.ucw.cz Git - pciutils.git/blobdiff - maint/release
Release scripts: Skip kernel.org before it comes back up
[pciutils.git] / maint / release
index 09bf813f9a41166f902d8f70abfe0803dc7efe8d..a38d15c61fbcf9d3d2dda06dd8016f9b75cd1eb4 100755 (executable)
@@ -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 @@ while (<X>) {
 }
 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 @@ 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/",