[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Install debcargo for the janitor worker.
Holger Levsen
gitlab at salsa.debian.org
Sat Sep 19 15:59:55 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e888d484 by Jelmer Vernooij at 2020-09-19T16:59:20+02:00
Install debcargo for the janitor worker.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
bf9744f1 by Jelmer Vernooij at 2020-09-19T16:59:40+02:00
Add deb-src to sources.list when setting up a schroot.
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
=====================================
@@ -42,7 +42,9 @@ if [ -d $TARGET/chroots/janitor-$DISTRO-$ARCH ] ; then
sudo sbuild-update -udcar $CHROOT
else
echo "preparing chroot for $DISTRO/$ARCH."
- sudo sbuild-createchroot $DISTRO $TARGET/chroots/janitor-$DISTRO-$ARCH http://deb.debian.org/debian
+ sudo sbuild-createchroot \
+ --extra-repository="deb-src http://deb.debian.org/debian/ $DISTRO main" \
+ $DISTRO $TARGET/chroots/janitor-$DISTRO-$ARCH http://deb.debian.org/debian
fi
# vim: set sw=0 noet :
=====================================
update_jdn.sh
=====================================
@@ -403,6 +403,7 @@ if [ -f /etc/debian_version ] ; then
gpg
libdebhelper-perl
quilt
+ debcargo
" ;;
# python3-asyncpg is not available on buster
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/607f5e31d2f3956da242379f3bcfa52dc51a00dd...bf9744f16eea92d89b0f37c026ec039e89db2b97
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/607f5e31d2f3956da242379f3bcfa52dc51a00dd...bf9744f16eea92d89b0f37c026ec039e89db2b97
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/20200919/082115c4/attachment.html>
More information about the Qa-jenkins-scm
mailing list