From 18d7493530819aec50164d1c306beae40e6b9513 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 22 Oct 2011 00:53:54 -0300 Subject: [configs/releng] Disable pacman progress bar during core-repo download Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3-54-g00ecf