summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-02-12 12:42:41 +0100
committerMartin Mares <mj@ucw.cz>2008-02-12 12:42:41 +0100
commit9563dd6a9e594dd0a58179f8649fb0981ff2be11 (patch)
treed6d1c834cfd48d46506951e698b3b4fcda891443 /maint
parentd3cd9d2cfad345f878bc8b27c89cb38394ebbf90 (diff)
downloadpciutils-9563dd6a9e594dd0a58179f8649fb0981ff2be11.tar.gz
Push to the public GIT tree when releasing.
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/release3
1 files changed, 3 insertions, 0 deletions
diff --git a/maint/release b/maint/release
index 63b6be0..7c4ac51 100755
--- a/maint/release
+++ b/maint/release
@@ -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 (.*)\.");