X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Flib-build-modes;h=639f9b504064ec8a7743617031b0e316b8e8afa3;hb=caf1d5b8fead2e9fc25b9a7a2dc86a10671f65ef;hp=2a233293ec2565accb45f171663e86625ea327b6;hpb=9556b9d2fde1f819cf6dbd16746cd82fd6ad2026;p=dgit.git diff --git a/tests/lib-build-modes b/tests/lib-build-modes index 2a233293..639f9b50 100644 --- a/tests/lib-build-modes +++ b/tests/lib-build-modes @@ -41,6 +41,8 @@ bm-prep () { bm-guess-e-source-e-targets () { local some_act=$1 case "$some_act" in + sbuild*" --no-arch-all"*) + e_source=true; e_targets='build-arch binary-arch' ;; build-source) e_source=true; e_targets='' ;; *" -b") e_source=false; e_targets='build binary' ;; @@ -54,6 +56,24 @@ bm-guess-e-source-e-targets () { esac } +bm-quirk-sbuild-after-act () { + # sbuild likes to run the package clean target in the chroot, + # which isn't necessary in our case. We don't disable it in + # dgit because we want to do what sbuild does, in case there + # are packages which don't build unless their clean target was + # run. We know it must be running it in the chroot because we + # provide sbuild with the dsc, not the tree, so we simply + # ignore all executions of the clean target by schroot. + local arch=$(dpkg-architecture -qDEB_BUILD_ARCH) + local sblog=../example_1.0_$arch.build + if [ -e $sblog ]; then + sed ' + s/^EXAMPLE RULES TARGET clean/HOOK SUPPRESSED &/; + ' <$sblog >>$bmlog + else + echo "SBUILD LOG FILE ($sblog) MISSING" + fi +} bm-report-source () { if "$@"; then