diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:37:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:37:07 +0200 |
commit | 38aa03e39b2a42f6a13093df6f2675f3045bc7c5 (patch) | |
tree | 8d20d8987921c881ef49423d3c1167e80f6b3313 | |
parent | ed4a1bc53d2662572942e3bb57c7f0c42ba74d09 (diff) | |
download | jenkins.debian.net-38aa03e39b2a42f6a13093df6f2675f3045bc7c5.tar.xz |
reproducible website: deploy with correct umask
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index cefc6a1d..8da0ac96 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@lists.alioth.debian.org' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |