From: Martin Mares Date: Tue, 12 Feb 2008 11:42:41 +0000 (+0100) Subject: Push to the public GIT tree when releasing. X-Git-Tag: v3.0.0~1^2~30 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9563dd6a9e594dd0a58179f8649fb0981ff2be11;p=pciutils.git Push to the public GIT tree when releasing. --- diff --git a/maint/release b/maint/release index 63b6be0..7c4ac51 100755 --- a/maint/release +++ b/maint/release @@ -14,6 +14,9 @@ while () { } print "API version is $apiver ... "; ; +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 (.*)\.");