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

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

commit 6a0559494fb338388d2ac8fb4c7e714d77d82001
Author: Xycaleth <a...@acslo.com>
Date:   Fri Jun 23 23:12:34 2017 +0100

    Minor fix to the deploy script
---
 scripts/builds/deploy.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/builds/deploy.bat b/scripts/builds/deploy.bat
index 71f44b2..57d2d3a 100644
--- a/scripts/builds/deploy.bat
+++ b/scripts/builds/deploy.bat
@@ -4,9 +4,9 @@ set WIN32_ROOT=/cygdrive/c
 set DEPLOY_LOCATION=ojkwinbuil...@upload.openjk.org:/home/ojkwinbuilder/builds/
 set ZIP_FILE=%1
 
-echo Scheduled build: %APPVEYOR_SCHEDULED_BUILD%
-echo Platform: %PLATFORM%
-echo Configuration: %CONFIGURATION%
+echo Scheduled build: "%APPVEYOR_SCHEDULED_BUILD%"
+echo Platform: "%PLATFORM%"
+echo Configuration: "%CONFIGURATION%"
 
 if not "%APPVEYOR_SCHEDULED_BUILD%"=="True" goto end
 if not "%PLATFORM%"=="Win32" goto end
@@ -16,5 +16,5 @@ echo Deploying %ZIP_FILE%
 %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 -o 
StrictHostKeyChecking=no -i %WIN32_ROOT%/users/appveyor/.ssh/id_rsa" -p 
--chmod=0644 --protocol=29 %WIN32_ROOT%/projects/openjk/%ZIP_FILE% 
"%DEPLOY_LOCATION%"'
 
-end:
+:end
 

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to