From: Martin Mares Date: Sat, 14 Jan 2012 14:45:27 +0000 (+0100) Subject: Release scripts: Revived kernel.org Git repo X-Git-Tag: v3.1.10~7 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=58b5c2e1643c8b80b16a46f3003bdb68777ef4d4;p=pciutils.git Release scripts: Revived kernel.org Git repo --- diff --git a/maint/release b/maint/release index a38d15c..1d4d460 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--2011 Martin Mares +# (c) 2003--2012 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=(.*)");