]> mj.ucw.cz Git - pciutils.git/commitdiff
Push to the public GIT tree when releasing.
authorMartin Mares <mj@ucw.cz>
Tue, 12 Feb 2008 11:42:41 +0000 (12:42 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 12 Feb 2008 11:42:41 +0000 (12:42 +0100)
maint/release

index 63b6be0ba5228d7e39a009153e385485ad0b20ce..7c4ac51c950d812eb5f00a74293b71c0c9b41adc 100755 (executable)
@@ -14,6 +14,9 @@ while (<X>) {
 }
 print "API version is $apiver ... <confirm> "; <STDIN>;
 
+print "Updating public GIT tree\n";
+`cg-push public`; die if $?;
+
 my $r = new UCW::Release("pciutils");
 my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");
 $r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");