Alexandre Julliard : wine_release: Insert the new version in the bugzilla table (from a patch by Jeff Zaroyko ).

Alexandre Julliard julliard at winehq.org
Fri Jun 27 10:07:19 CDT 2008


Module: tools
Branch: master
Commit: e511f38d919b18fa96a178a76ed0bb517811b380
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=e511f38d919b18fa96a178a76ed0bb517811b380

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 27 17:01:02 2008 +0200

wine_release: Insert the new version in the bugzilla table (from a patch by Jeff Zaroyko).

---

 wine_release |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/wine_release b/wine_release
index 1b45521..f02434b 100755
--- a/wine_release
+++ b/wine_release
@@ -38,6 +38,9 @@ git clone -l -s -n git/wine.git wine-$version
 rm -f wine
 ln -s wine-$version wine
 
+# add version to bugzilla table
+echo "INSERT INTO bugs.versions (value, product_id) VALUES(\"$version\",1)" | mysql
+
 # make cross reference database for LXR
 # note that we must have write permission in this directory
 echo "==== UPDATING LXR ===="




More information about the wine-cvs mailing list