Skip to content
Snippets Groups Projects

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

Merged Arnaud Ferraris requested to merge fix-ocaml-build into apertis/v2022dev2
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,7 @@ dversion="$(dpkg-parsechangelog -S Version)"
case "$dversion" in
*-*)
pristine-lfs checkout -o _build --auto
pristine-lfs checkout -o _apertisbuild --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=_build \
--git-tarball-dir=_build \
--git-export-dir=_apertisbuild \
--git-tarball-dir=_apertisbuild \
--git-ignore-new \
--git-postexport="${POSTHOOK}" \
--git-no-create-orig \
Loading