aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-03 07:10:41 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-03 07:10:41 +0000
commitc656d360f89712d01839b286f0c72d2aea977f58 (patch)
treec0a1180b529de83f1c6045bd5236ed1cbe2730ff
parent241bce9357e445491205e6452271df84d24e72d9 (diff)
downloadcpt-c656d360f89712d01839b286f0c72d2aea977f58.tar.gz
kiss: count build total. Closes #76
FossilOrigin-Name: 9075c9e8b62f0c3f9ad28fe11efcb6e586f78c6fb4de2c0d837e05a354ced718
-rwxr-xr-xkiss2
1 files changed, 2 insertions, 0 deletions
diff --git a/kiss b/kiss
index 170f165..ec14684 100755
--- a/kiss
+++ b/kiss
@@ -480,6 +480,8 @@ pkg_build() {
# Finally build and create tarballs for all passed packages and
# dependencies.
for pkg; do
+ log "$pkg" "Building package ($((in = in + 1))/$#)"
+
pkg_extract "$pkg"
repo_dir=$(pkg_find "$pkg")