summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-03 12:16:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-03 12:16:07 +0000
commit3379e675512dfdde74a9048af80db825e9ebdb07 (patch)
tree5f50f39f21c786e7a960447cefc71f32d9802337 /abuild.in
parent2fe29d5829c0973ace1db350141b3c810ac888a7 (diff)
downloadabuild-3379e675512dfdde74a9048af80db825e9ebdb07.tar.bz2
abuild-3379e675512dfdde74a9048af80db825e9ebdb07.tar.xz
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.
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 8d69b4b..6271f8c 100644
--- a/abuild.in
+++ b/abuild.in
@@ -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