abuild: print version of built package early

instead of printing abuild version, print package version. This is to
avoid confuse the abuild version with the package version.
This commit is contained in:
Natanael Copa 2018-10-03 12:16:07 +00:00
parent 2fe29d5829
commit 3379e67551

View File

@ -1516,10 +1516,10 @@ build_abuildrepo() {
_check=true _check=true
fi fi
if ! apk_up2date || [ -n "$force" ]; then if ! apk_up2date || [ -n "$force" ]; then
print_version
# check early if we have abuild key # check early if we have abuild key
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)"
sanitycheck sanitycheck
builddeps builddeps
clean clean