Module: tools Branch: master Commit: bcc3936bd1cdc760150f00007d900e3cc6c8328e URL: http://source.winehq.org/git/tools.git/?a=commit;h=bcc3936bd1cdc760150f00007...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Aug 29 16:55:31 2012 +0200
testbot/scripts: We don't use SVN anymore so remove the update.sh script.
---
testbot/scripts/update.sh | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/testbot/scripts/update.sh b/testbot/scripts/update.sh deleted file mode 100755 index e274266..0000000 --- a/testbot/scripts/update.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -umask 002 - -rm -rf ../winetestbot.new/* -svn export --force file:///srv/svn/repos_winetestbot/trunk ../winetestbot.new -rm -rf ../winetestbot.old/* -mv ../winetestbot/* ../winetestbot.old -mv ../winetestbot.new/* ../winetestbot -cp -p ../winetestbot.old/lib/WineTestBot/ConfigLocal.pl ../winetestbot/lib/WineTestBot