[openjk] 07/19: Minor fix to the deploy script

Simon McVittie smcv at debian.org
Sat Aug 5 10:52:48 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 6a0559494fb338388d2ac8fb4c7e714d77d82001
Author: Xycaleth <alex at 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=ojkwinbuilder at 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



More information about the Pkg-games-commits mailing list