[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible alpine: create abuild group
Holger Levsen
gitlab at salsa.debian.org
Thu Jun 6 20:59:28 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
94e0e647 by kpcyrd at 2019-06-06T19:59:06Z
reproducible alpine: create abuild group
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1371f7c1 by kpcyrd at 2019-06-06T19:59:14Z
reproducible alpine: remove addgroup from schroot setup
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_setup_alpine_schroot.sh
- update_jdn.sh
Changes:
=====================================
bin/reproducible_setup_alpine_schroot.sh
=====================================
@@ -113,7 +113,6 @@ fi
$USERCMD gpg --check-trustdb # first run will create ~/.gnupg/gpg.conf
echo "keyserver-options auto-key-retrieve" | tee -a "$SCHROOT_BASE/$TARGET/var/lib/jenkins/.gnupg/gpg.conf"
-$ROOTCMD addgroup jenkins abuild
$USERCMD abuild-keygen -a -i -n
# Disable SSL verification for future builds
=====================================
update_jdn.sh
=====================================
@@ -607,6 +607,10 @@ fi
# add some users to groups after packages have been installed
if ! $UP2DATE ; then
case $HOSTNAME in
+ osuosl-build170-amd64)
+ sudo addgroup --system --gid 300 abuild
+ sudo adduser jenkins abuild
+ ;;
osuosl-build173-amd64) sudo adduser jenkins sbuild ;;
*) ;;
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/033bc3e75fa857d1695849647a2019395ab8425c...1371f7c12b0192e167c7cb3444955a0937909352
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/033bc3e75fa857d1695849647a2019395ab8425c...1371f7c12b0192e167c7cb3444955a0937909352
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/20190606/c081d17f/attachment.html>
More information about the Qa-jenkins-scm
mailing list