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:
parent
2fe29d5829
commit
3379e67551
@ -1516,10 +1516,10 @@ build_abuildrepo() {
|
||||
_check=true
|
||||
fi
|
||||
if ! apk_up2date || [ -n "$force" ]; then
|
||||
print_version
|
||||
# check early if we have abuild key
|
||||
abuild-sign --installed
|
||||
logcmd "building $repo/$pkgname-$pkgver-r$pkgrel"
|
||||
msg "Building $repo/$pkgname $pkgver-r$pkgrel (using $program $program_version)"
|
||||
sanitycheck
|
||||
builddeps
|
||||
clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user