This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 6ab3517224074bca385891559df8bda48ef939cf Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 10 23:50:52 2017 +0200 bin/slave-start-prepare.sh: update the pubkey hash for japsand since I messed up the first time around and change the hostname to jenkins.x2go.org. --- bin/slave-start-prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/slave-start-prepare.sh b/bin/slave-start-prepare.sh index 80d7d20..b9add7d 100755 --- a/bin/slave-start-prepare.sh +++ b/bin/slave-start-prepare.sh @@ -14,8 +14,8 @@ typeset host="" if [ "x$(basename "${0}")" = "x${prefix}-slave-start-prepare.sh" ]; then case "${prefix}" in (x2go) - host="japsand.x2go.org:8443" - ssl_hash="sha256//47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=" + host="jenkins.x2go.org:8443" + ssl_hash="sha256//32pvBe/GWNaDCzq9VydrWOG9osK7XDYqv4M4lYmKQMA=" ;; (*) echo "Unknown prefix, aborting." >&2 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git