[Qa-jenkins-scm] [jenkins.debian.net] 01/01: update_jdn: fixup typo in the last two commits. s/-/_/ in deploy_kgb.py

Holger Levsen holger at moszumanska.debian.org
Thu Apr 16 16:44:38 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 bc71d44dbe51023cb2f91e4307f3acfe26c8b9a4
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Apr 16 18:43:50 2015 +0200

    update_jdn: fixup typo in the last two commits. s/-/_/ in deploy_kgb.py
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index b9f0347..147b446 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.py"
+    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