Skip to content

Commit

Permalink
Deb: Fix Salsa-CI autopkgtest failure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ottok authored and grooverdan committed Mar 28, 2022
1 parent dcb2968 commit 9d6d122
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions debian/autobake-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d6d122

Please sign in to comment.