Commit 9d6d1221 authored by Otto Kekäläinen's avatar Otto Kekäläinen Committed by Daniel Black

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.
parent dcb2968f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment