summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2022-03-24 00:43:04 -0700
committerDaniel Black <daniel@mariadb.org>2022-03-28 11:30:45 +1100
commit9d6d1221230e2acf9fac2ab6fe685c0a2a7845aa (patch)
tree3260e17850143d7c5e82b103210721b584f2d1ec /debian
parentdcb2968f90b6849eee079078557b7b25bec160b8 (diff)
downloadmariadb-git-9d6d1221230e2acf9fac2ab6fe685c0a2a7845aa.tar.gz
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.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autobake-deb.sh7
1 files changed, 0 insertions, 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