Skip to content
Snippets Groups Projects
Commit 9e281a14 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Revert "ci-buildpackage: Use a less common name for the build directory"

This reverts commit cf5f4c2d.
parent cf5f4c2d
No related branches found
No related tags found
2 merge requests!186Revert "ci-buildpackage: Use a less common name for the build directory",!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #236346 passed
......@@ -22,7 +22,7 @@ dversion="$(dpkg-parsechangelog -S Version)"
case "$dversion" in
*-*)
pristine-lfs checkout -o _apertisbuild --auto
pristine-lfs checkout -o _build --auto
;;
*)
;;
......@@ -37,8 +37,8 @@ fi
export GBP_CONF_FILES=/dev/null # ignore any upstream gbp.conf shipped with the package
gbp buildpackage --git-ignore-branch \
--git-export-dir=_apertisbuild \
--git-tarball-dir=_apertisbuild \
--git-export-dir=_build \
--git-tarball-dir=_build \
--git-ignore-new \
--git-postexport="${POSTHOOK}" \
--git-no-create-orig \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment