summaryrefslogtreecommitdiff
path: root/configs/releng
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-10-22 00:53:54 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-10-22 00:53:54 -0300
commit18d7493530819aec50164d1c306beae40e6b9513 (patch)
tree836e994c6d8c75d6ad9a3702f62d34380708ccb7 /configs/releng
parent9c22cf9450d68422ff39381eec9b7272bbbcc3a1 (diff)
[configs/releng] Disable pacman progress bar during core-repo download
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng')
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 3f6df8d..cdbbfa0 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -128,7 +128,7 @@ make_core_repo() {
_pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \
<(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@'))
_urls=$(pacman -Sddp ${_pkgs})
- pacman -Swdd --noconfirm ${_pkgs}
+ pacman -Swdd --noprogressbar --noconfirm ${_pkgs}
for _url in ${_urls}; do
_pkg_name=${_url##*/}
_cached_pkg=/var/cache/pacman/pkg/${_pkg_name}