Loading update_jdn.sh +7 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
update_jdn.sh +7 −0 Original line number Diff line number Diff line Loading @@ -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" Loading