[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible website: deploy with correct umask
Holger Levsen
holger at layer-acht.org
Sat Sep 24 15:37:14 UTC 2016
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 38aa03e39b2a42f6a13093df6f2675f3045bc7c5
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 24 17:37:07 2016 +0200
reproducible website: deploy with correct umask
---
job-cfg/reproducible.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index cefc6a1..8da0ac9 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -763,7 +763,7 @@
my_hname: ''
my_gitrepo: 'git://anonscm.debian.org/git/reproducible/reproducible-website.git'
my_gitbranches: 'origin/master'
- my_shell: 'jekyll build -s . -d /srv/reproducible-builds.org/www'
+ my_shell: 'umask 002 ; jekyll build -s . -d /srv/reproducible-builds.org/www'
my_gitbranches: 'master'
my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
--
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