[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] janitor_setup_worker: Moved adding the user to the docker group to the update_jdn script
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Mar 17 11:15:04 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
25835d55 by Roland Clobus at 2023-03-17T12:14:12+01:00
janitor_setup_worker: Moved adding the user to the docker group to the update_jdn script
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/janitor_setup_worker.sh
- update_jdn.sh
Changes:
=====================================
bin/janitor_setup_worker.sh
=====================================
@@ -8,7 +8,6 @@ DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
-sudo adduser jenkins docker
docker pull eu.gcr.io/debian-janitor/worker
# vim: set sw=0 noet :
=====================================
update_jdn.sh
=====================================
@@ -727,7 +727,8 @@ if ! $UP2DATE ; then
sudo addgroup --system --gid 300 abuild
sudo adduser jenkins abuild
;;
- osuosl3-amd64) sudo adduser jenkins sbuild ;;
+ osuosl3-amd64) sudo adduser jenkins sbuild ;;
+ osuosl167-amd64) sudo adduser jenkins docker ;;
*) ;;
esac
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/25835d55035cc27682bae72f14c2e5d9398c2edf
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/25835d55035cc27682bae72f14c2e5d9398c2edf
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/4372831f/attachment.htm>
More information about the Qa-jenkins-scm
mailing list