]> mj.ucw.cz Git - pciutils.git/commitdiff
Let the maintainer script use plain Git instead of Cogito.
authorMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 20:31:35 +0000 (21:31 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 20:31:35 +0000 (21:31 +0100)
maint/release

index 7c4ac51c950d812eb5f00a74293b71c0c9b41adc..09bf813f9a41166f902d8f70abfe0803dc7efe8d 100755 (executable)
@@ -15,7 +15,7 @@ while (<X>) {
 print "API version is $apiver ... <confirm> "; <STDIN>;
 
 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=(.*)");