[Qa-jenkins-scm] [jenkins.debian.net] 01/01: deploy_kgb: add missing '/' to the output path

Holger Levsen holger at moszumanska.debian.org
Thu Apr 16 16:58: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 75b14180ab9b643f45a0955ac0d3f99beefb07d8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Apr 16 18:57:37 2015 +0200

    deploy_kgb: add missing '/' to the output path
---
 deploy_kgb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy_kgb.py b/deploy_kgb.py
index fe4a5d8..ad784b3 100755
--- a/deploy_kgb.py
+++ b/deploy_kgb.py
@@ -13,7 +13,7 @@ import os
 import yaml
 
 secrets = '/srv/jenkins/kgb/secrets.yml'
-outputs = '/srv/jenkins/kgb'
+outputs = '/srv/jenkins/kgb/'
 
 with open(secrets) as fd:
     passwords = yaml.load(fd)

-- 
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