summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-02 09:21:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-02 09:21:47 +0000
commitf1b0b3de5e21aabab65f121ff21461588ee05c93 (patch)
tree9e2a6062b3d872fcdc09bb357e1cdbd295270e20
parentaa74d0eccc64dfafa27c44819ac17b4d95762f27 (diff)
downloadabuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.tar.bz2
abuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.tar.xz
abuild: remove debug message
this was added by mistake
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index c14b09e..5459a9b 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1594,7 +1594,6 @@ builddeps() {
if [ -n "$install_deps" ] && [ -z "$recursive" ]; then
# make a --simulate run first to detect missing deps
# apk-tools --virtual is no goot at reporting those.
- msg "Installing packages on builder: $builddeps"
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \
--simulate --quiet $builddeps || return 1
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \