From 9d6d1221230e2acf9fac2ab6fe685c0a2a7845aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 24 Mar 2022 00:43:04 -0700 Subject: [PATCH] Deb: Fix Salsa-CI autopkgtest failure The autopkgtest was failing due to missing *.changes file. This is part of source build, so revert autobake-deb.sh back to NOT using -b for Gitlab-CI/Salsa-CI runs. --- debian/autobake-deb.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index ce36b9abd37..08c83a86349 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -105,13 +105,6 @@ dch -b -D "${CODENAME}" -v "${VERSION}" "Automatic build with ${LOGSTRING}." --c echo "Creating package version ${VERSION} ... " -# On Gitlab-CI, use -b to build binary only packages as there is -# no need to waste time on generating the source package. -if [[ $GITLAB_CI ]] -then - BUILDPACKAGE_FLAGS="-b" -fi - # Use eatmydata is available to build faster with less I/O, skipping fsync() # during the entire build process (safe because a build can always be restarted) if which eatmydata > /dev/null