This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openjk.
commit 96c2f7396d1c6e9b5bcff0f8332ffa31cc9def6d Author: Xycaleth <[email protected]> Date: Sat Jun 24 17:42:44 2017 +0100 Move appveyor scripts to scripts/appveyor --- appveyor.yml | 4 ++-- scripts/{builds => appveyor}/deploy.bat | 0 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5d25113..df077c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,5 +70,5 @@ deploy_script: - ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----" + "`n" - ps: for ($i = 0; $i -lt $key.Length / 64; $i++) { $min = [math]::min(64, $key.Length - ($i * 64)); $fileContent += $key.substring($i*64, $min) + "`n"; } - ps: $fileContent += "-----END RSA PRIVATE KEY-----" + "`n" - - ps: Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent - - scripts/builds/deploy.bat %ARTIFACT_FILE% + - ps: Set-Content C:\users\appveyor\.ssh\id_rsa $fileContent + - scripts/appveyor/deploy.bat %ARTIFACT_FILE% diff --git a/scripts/builds/deploy.bat b/scripts/appveyor/deploy.bat similarity index 100% rename from scripts/builds/deploy.bat rename to scripts/appveyor/deploy.bat -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

