abuild: run build actions via runpart

So we make sure chdir $builddir happens when it should.
This commit is contained in:
Natanael Copa 2018-10-03 12:44:56 +00:00
parent 0bf61ee06a
commit 324a57592e
1 changed files with 5 additions and 11 deletions

View File

@ -1508,7 +1508,7 @@ create_apks() {
} }
build_abuildrepo() { build_abuildrepo() {
local _check=check local part _check=check
if options_has "checkroot"; then if options_has "checkroot"; then
_check=check_fakeroot _check=check_fakeroot
fi fi
@ -1520,16 +1520,10 @@ build_abuildrepo() {
abuild-sign --installed abuild-sign --installed
logcmd "building $repo/$pkgname-$pkgver-r$pkgrel" logcmd "building $repo/$pkgname-$pkgver-r$pkgrel"
msg "Building $repo/$pkgname $pkgver-r$pkgrel (using $program $program_version)" msg "Building $repo/$pkgname $pkgver-r$pkgrel (using $program $program_version)"
sanitycheck for part in sanitycheck builddeps clean fetch unpack prepare mkusers build \
builddeps $_check rootpkg; do
clean runpart $part
fetch done
unpack
prepare
mkusers
build
$_check
rootpkg
cleanup $CLEANUP cleanup $CLEANUP
fi fi
update_abuildrepo_index update_abuildrepo_index