abuild: log repo/pkgname-version

This commit is contained in:
Natanael Copa 2013-12-16 07:36:00 +00:00
parent 60dda6785f
commit 212ba26389

View File

@ -1187,7 +1187,7 @@ build_abuildrepo() {
if ! apk_up2date || [ -n "$force" ]; then
# check early if we have abuild key
abuild-sign --installed || return 1
logcmd "building $pkgname"
logcmd "building ${abuildrepo##*/}/$pkgname-$pkgver-r$pkgrel"
sanitycheck && builddeps && clean && fetch && unpack \
&& prepare && mkusers && $_build && rootpkg \
&& cleanup $CLEANUP \