Commit cd334d27 authored by Holger Levsen's avatar Holger Levsen
Browse files

install xfsprogs for snapshot.r-b.o

parent 50e16fb9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"