[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible website: no need to fiddle with umask if jekyll is always run by the jenkins user

Holger Levsen holger at layer-acht.org
Sat Sep 24 15:47:52 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 c4ec4b6700c790ca91a5768f58d41dd7a2004cc8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 24 17:47:34 2016 +0200

    reproducible website: no need to fiddle with umask if jekyll is always run by the jenkins user
---
 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 2d5f8e7..80e4b12 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -763,7 +763,7 @@
                     my_hname: ''
                     my_gitrepo: 'git://git.debian.org/git/reproducible/reproducible-website.git'
                     my_gitbranches: 'origin/master'
-                    my_shell: 'umask 002 ; jekyll build -s . -d /srv/reproducible-builds.org/www'
+                    my_shell: '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