summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 16:11:42 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 16:11:42 +0100
commit2c12ab1e10b69076423b01dc76df9bb0f370d0be (patch)
tree6cda01e43e265608fa986793a617f1d4a538196d /update_jdn.sh
parent6db090c7be65019a9541b587229c734f6706ccae (diff)
downloadjenkins.debian.net-2c12ab1e10b69076423b01dc76df9bb0f370d0be.tar.xz
reproducible: prevent json job from failing…
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 17afd2ba..cb29b5e5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -434,6 +434,8 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
mv THANKS .THANKS
rm TODO README INSTALL CONTRIBUTING
sudo chown jenkins.jenkins /var/lib/jenkins/userContent/*html
+ sudo chown jenkins.jenkins /var/lib/jenkins/userContent/
+ sudo chown jenkins.jenkins /var/lib/jenkins/userContent/reproducible
explain "user content for jenkins updated."
fi