[openjk] 04/09: Maybe run rsync in cygwin bash?

Simon McVittie smcv at debian.org
Tue Mar 14 11:31:23 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 b823aa7662c49832eb6ff689e153beeb8a29e2fd
Author: Xycaleth <alex at acslo.com>
Date:   Sun Mar 12 21:01:30 2017 +0000

    Maybe run rsync in cygwin bash?
---
 tools/builds/deploy.bat | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/builds/deploy.bat b/tools/builds/deploy.bat
index 3aab69c..1d8187b 100644
--- a/tools/builds/deploy.bat
+++ b/tools/builds/deploy.bat
@@ -1,5 +1,4 @@
-echo "%APPVEYOR_FORCED_BUILD%"
 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
-	rsync -avz --progress -e 'ssh -p 29022 ' --protocol=29 openjk-windows*.zip ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
+	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/
 )

-- 
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