[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible: make sure /srv/workspace is owned by jenkins

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Mar 17 15:47:30 GMT 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
c30f8722 by Holger Levsen at 2023-03-17T16:45:54+01:00
reproducible: make sure /srv/workspace is owned by jenkins

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
8cdfe61f by Holger Levsen at 2023-03-17T16:47:19+01:00
reproducible: handle osuosl2 running in the future correctly

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- deploy_jdn
- update_jdn.sh


Changes:

=====================================
deploy_jdn
=====================================
@@ -57,7 +57,7 @@ node_in_the_future () {
 	case "$1" in
 		ionos5-amd64*|ionos6-i386*|ionos15-amd64*|ionos16-i386*) true ;;
 		codethink9*|codethink11*|codethink13*|codethink15*) true ;;
-		osuosl2-amd64) true ;;
+		osuosl2-amd64*) true ;;
 		*) false ;;
 	esac
 }


=====================================
update_jdn.sh
=====================================
@@ -190,6 +190,7 @@ users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
 done
 
 sudo mkdir -p /srv/workspace
+sudo chown jenkins:jenkins /srv/workspace
 [ -d /srv/schroots ] || sudo mkdir -p /srv/schroots
 [ -h /chroots ] || sudo ln -s /srv/workspace/chroots /chroots
 [ -h /schroots ] || sudo ln -s /srv/schroots /schroots



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e3df5ea5dc8c07e2865f502e898e3ba8afaaee78...8cdfe61f0b8030fbd96417a26f2167334fb4a3e7

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e3df5ea5dc8c07e2865f502e898e3ba8afaaee78...8cdfe61f0b8030fbd96417a26f2167334fb4a3e7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230317/470c47cf/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list