[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Don't change ownership recursively - it breaks the chroots.
Holger Levsen
gitlab at salsa.debian.org
Tue Mar 16 18:14:58 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5602cecb by Jelmer Vernooij at 2021-03-16T19:14:27+01:00
Don't change ownership recursively - it breaks the chroots.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/janitor_setup_worker.sh
Changes:
=====================================
bin/janitor_setup_worker.sh
=====================================
@@ -13,7 +13,7 @@ JANITOR_REPO_URL=https://salsa.debian.org/jelmer/debian-janitor
TARGET=/srv/janitor
sudo mkdir -p $TARGET/
-sudo chown -R jenkins:jenkins $TARGET/
+sudo chown jenkins:jenkins $TARGET/
debcargo update
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5602cecba559e7c8c4d8dd00ee199a99cf7b8081
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5602cecba559e7c8c4d8dd00ee199a99cf7b8081
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/20210316/0b3d8b85/attachment.htm>
More information about the Qa-jenkins-scm
mailing list