diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-16 07:36:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-16 07:36:00 +0000 |
commit | 212ba2638993b61971e5fbb223a80187b6478618 (patch) | |
tree | f3ffbb4cb0d8c6356596004e74b57918a0db75b9 | |
parent | 60dda6785fe21d7ee2996c4892cdb6a50fad6bb2 (diff) | |
download | abuild-212ba2638993b61971e5fbb223a80187b6478618.tar.gz abuild-212ba2638993b61971e5fbb223a80187b6478618.tar.bz2 abuild-212ba2638993b61971e5fbb223a80187b6478618.tar.xz abuild-212ba2638993b61971e5fbb223a80187b6478618.zip |
abuild: log repo/pkgname-version
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |