]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Regenerate SSH key.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Oct 2014 12:24:14 +0000 (12:24 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Oct 2014 12:24:14 +0000 (12:24 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12099 d7cf8633-e32d-0410-b094-e92efae38249

.travis-id_rsa-xonotic
.travis-script-xonotic.sh

index c8446b586e7e56e391c9f00c712fdbe00f5672bd..c23b60589ba1508695c62a1fe3a58383c9a53dd0 100644 (file)
Binary files a/.travis-id_rsa-xonotic and b/.travis-id_rsa-xonotic differ
index d2cdafbfd3aaddc81af4f16692bf14a1600a31aa..0be076203a8d302b9064129687cfc3265ccea8fa 100755 (executable)
@@ -1,12 +1,13 @@
 #!/bin/sh
 
-set -ex
+set -e
+
+openssl aes-256-cbc -K $encrypted_eeb6f7a14a8e_key -iv $encrypted_eeb6f7a14a8e_iv -in .travis-id_rsa-xonotic -out id_rsa-xonotic -d
+
+set -x
 
-openssl aes-256-cbc \
-  -K $encrypted_08aaf016324d_key -iv $encrypted_08aaf016324d_iv \
-  -in .travis-id_rsa-xonotic -out id_rsa-xonotic -d
 chmod 0600 id_rsa-xonotic
-ssh-keygen -y -f id_rsa-xonotic
+ssh-keygen -y -f id_rsa-xonotic
 
 rev=`git rev-parse HEAD`