[openjk] 01/15: Fix rsync command in deploy script

Simon McVittie smcv at debian.org
Thu Jun 15 10:28:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit aa8d07c06ae0c35fee7f2388b049c23e64701c70
Author: Xycaleth <alex at acslo.com>
Date:   Sun Mar 19 17:55:01 2017 +0000

    Fix rsync command in deploy script
---
 tools/builds/deploy.bat | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tools/builds/deploy.bat b/tools/builds/deploy.bat
index 1d8187b..2bba1f8 100644
--- a/tools/builds/deploy.bat
+++ b/tools/builds/deploy.bat
@@ -1,4 +1,7 @@
+SETLOCAL CYGWIN_ROOT=C:\cygwin
+SETLOCAL DEPLOY_LOCATION=ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
+
 if "%APPVEYOR_FORCED_BUILD%"=="True" (
-	C:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P rsync
-	C:\cygwin\bin\bash -lc rsync -avz --progress -e 'ssh -p 29022' --protocol=29 openjk-windows*.zip ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
+	%CYGWIN_ROOT%\setup-x86.exe -qnNdO -R %CYGWIN_ROOT% -s http://cygwin.mirror.constant.com -l %CYGWIN_ROOT%/var/cache/setup -P rsync
+	%CYGWIN_ROOT%\bin\bash -lc 'rsync -avz --progress -e "ssh -p 29022" --protocol=29 openjk-windows*.zip "%DEPLOY_LOCATION%"'
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list