]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Release scripts: Revived kernel.org Git repo
authorMartin Mares <mj@ucw.cz>
Sat, 14 Jan 2012 14:45:27 +0000 (15:45 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 14 Jan 2012 14:45:27 +0000 (15:45 +0100)
maint/release

index a38d15c61fbcf9d3d2dda06dd8016f9b75cd1eb4..1d4d460d277310219b53c3416451c1c5b2ef8b6d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # A simple script for making releases of the pciutils
-# (c) 2003--2011 Martin Mares <mj@ucw.cz>
+# (c) 2003--2012 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=(.*)");