This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 5e6ab25 bin/{sbuild-deb-package,build-rpm-package}: make scripts aware of other architectures. new ceda95b bin/slave-start-prepare.sh: update japsand/Jenkins certificate hash. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/slave-start-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit ceda95b2b3822f71011dcfadaa393a9d97f4aed7 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Sep 6 07:57:26 2017 +0200 bin/slave-start-prepare.sh: update japsand/Jenkins certificate hash. --- bin/slave-start-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-prepare.sh b/bin/slave-start-prepare.sh index 4829069..290b62c 100755 --- a/bin/slave-start-prepare.sh +++ b/bin/slave-start-prepare.sh @@ -15,7 +15,7 @@ if [ "x$(basename "${0}")" = "x${prefix}-slave-start-prepare.sh" ]; then case "${prefix}" in (x2go) host="jenkins.x2go.org:8443" - ssl_hash="sha256//32pvBe/GWNaDCzq9VydrWOG9osK7XDYqv4M4lYmKQMA=" + ssl_hash="sha256//ag8csjWb8RViuDAsAP3zWt4oqekEkh4IKki0SGyBBsk=" ;; (*) 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