Alexandre Julliard : Rename the git-tools directory, we no longer have other tools.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 18 03:33:26 CDT 2016


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 18 16:55:45 2016 +0900

Rename the git-tools directory, we no longer have other tools.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 wine_release           | 2 +-
 winetest/winetest.cron | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wine_release b/wine_release
index f28485d..aed1545 100755
--- a/wine_release
+++ b/wine_release
@@ -19,7 +19,7 @@ branch=${2:-master}
 
 website_dir="/home/winehq/opt/website"
 templates_dir=$website_dir/templates
-tools_dir="/home/winehq/opt/git-tools"
+tools_dir="/home/winehq/opt/tools"
 
 cd /home/winehq/opt/source
 
diff --git a/winetest/winetest.cron b/winetest/winetest.cron
index 4349f26..42f52c8 100755
--- a/winetest/winetest.cron
+++ b/winetest/winetest.cron
@@ -17,7 +17,7 @@
 # Cron job for generating winetest reports.  Use it like
 # */5 * * * * apache winetest.cron
 
-tools=/home/winehq/opt/git-tools/winetest
+tools=/home/winehq/opt/tools/winetest
 workdir=/home/winehq/opt/winetest
 lock=/tmp/winetest.lock
 




More information about the wine-cvs mailing list