From 696460d4c7b01f683bf7c1dd9b32e92319c006dd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 9 Nov 2008 21:31:35 +0100 Subject: [PATCH] Let the maintainer script use plain Git instead of Cogito. --- maint/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=(.*)"); -- 2.39.2