From 58b5c2e1643c8b80b16a46f3003bdb68777ef4d4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 14 Jan 2012 15:45:27 +0100 Subject: [PATCH] Release scripts: Revived kernel.org Git repo --- maint/release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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=(.*)"); -- 2.39.2