From: Martin Mares Date: Sun, 9 Nov 2008 20:31:35 +0000 (+0100) Subject: Let the maintainer script use plain Git instead of Cogito. X-Git-Tag: v3.1-alpha1~21 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=696460d4c7b01f683bf7c1dd9b32e92319c006dd;p=pciutils.git Let the maintainer script use plain Git instead of Cogito. --- diff --git a/maint/release b/maint/release index 7c4ac51..09bf813 100755 --- a/maint/release +++ b/maint/release @@ -15,7 +15,7 @@ while () { print "API version is $apiver ... "; ; print "Updating public GIT tree\n"; -`cg-push public`; die if $?; +`git push --tags public`; die if $?; my $r = new UCW::Release("pciutils"); my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");