[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] install xfsprogs for snapshot.r-b.o
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Oct 21 18:54:36 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
cd334d27 by Holger Levsen at 2021-10-21T19:54:28+02:00
install xfsprogs for snapshot.r-b.o
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -547,6 +547,13 @@ if [ -f /etc/debian_version ] ; then
elif [ "$HOSTNAME" = "jenkins" ] ; then
DEBS="$DEBS ffmpeg python3-popcon dose-extra"
fi
+ # packages needed for snapshot.reproducible-builds.org
+ case $HOSTNAME in
+ snapshot*) DEBS="$DEBS
+ xfsprogs
+ " ;;
+ *) ;;
+ esac
# mock is needed to build fedora
#if [ "$HOSTNAME" = "osuosl171-amd64" ] || [ "$HOSTNAME" = "osuosl172-amd64" ] || [ "$HOSTNAME" = "jenkins" ] ; then
# DEBS="$DEBS mock"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cd334d272ecb6fe6f6aca542938b10286aae9c24
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cd334d272ecb6fe6f6aca542938b10286aae9c24
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/20211021/2f991dd8/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list