diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 09:21:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 09:21:47 +0000 |
commit | f1b0b3de5e21aabab65f121ff21461588ee05c93 (patch) | |
tree | 9e2a6062b3d872fcdc09bb357e1cdbd295270e20 | |
parent | aa74d0eccc64dfafa27c44819ac17b4d95762f27 (diff) | |
download | abuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.tar.gz abuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.tar.bz2 abuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.tar.xz abuild-f1b0b3de5e21aabab65f121ff21461588ee05c93.zip |
abuild: remove debug message
this was added by mistake
-rw-r--r-- | abuild.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |