[Qa-jenkins-scm] [jenkins.debian.net] 01/01: update_jdn: fixup last commit. files have extensions.
Holger Levsen
holger at moszumanska.debian.org
Thu Apr 16 16:36:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1c36476df12d2bc4556eb752b3dcf429906f5402
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Thu Apr 16 18:35:43 2015 +0200
update_jdn: fixup last commit. files have extensions.
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index c2ffb08..b9f0347 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -306,7 +306,7 @@ cd $BASEDIR
KGB_SECRETS="/srv/jenkins/kgb/secrets.yml"
if [ -f "$KGB_SECRETS" ] && [ $(stat -c "%a:%U:%G" "$KGB_SECRETS") = "640:jenkins-adm:jenkins-adm" ] ; then
# to assure the files are owned by the right user/team
- sudo -u jenkins-adm "$BASEDIR/deploy-kgb"
+ sudo -u jenkins-adm "$BASEDIR/deploy-kgb.py"
else
echo "Warning: $KGB_SECRETS either does not exist or has bad permissions. Please fix. KGB configs not generated"
echo "We expect the secrets file to be mode 640 and owned by jenkins-adm:jenkins-adm."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list