From 43d58212c5c391235399b5ef4e326e59d2e93675 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sat, 19 Jun 2021 22:26:25 +0200 Subject: [PATCH] pacman.conf: enable ParallelDownloads and NoProgressBar The progress bar feature creates noisy log files, especially with parallel downloads. Lets disable the progress bar and instead use parallel downloads. --- pacman-extra.conf | 4 ++-- pacman-gnome-unstable.conf | 4 ++-- pacman-kde-unstable.conf | 4 ++-- pacman-multilib-staging.conf | 4 ++-- pacman-multilib-testing.conf | 4 ++-- pacman-multilib.conf | 4 ++-- pacman-staging.conf | 4 ++-- pacman-testing.conf | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pacman-extra.conf b/pacman-extra.conf index 064c903..768c96d 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf index 9052a81..d05cf09 100644 --- a/pacman-gnome-unstable.conf +++ b/pacman-gnome-unstable.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-kde-unstable.conf b/pacman-kde-unstable.conf index 3a70442..7308b61 100644 --- a/pacman-kde-unstable.conf +++ b/pacman-kde-unstable.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib-staging.conf b/pacman-multilib-staging.conf index 7cdb317..be04ea2 100644 --- a/pacman-multilib-staging.conf +++ b/pacman-multilib-staging.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib-testing.conf b/pacman-multilib-testing.conf index b97d639..b7fcf71 100644 --- a/pacman-multilib-testing.conf +++ b/pacman-multilib-testing.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib.conf b/pacman-multilib.conf index b686875..9f1906c 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-staging.conf b/pacman-staging.conf index 34b0fbf..666d94d 100644 --- a/pacman-staging.conf +++ b/pacman-staging.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-testing.conf b/pacman-testing.conf index 0f1a38e..79fcaa1 100644 --- a/pacman-testing.conf +++ b/pacman-testing.conf @@ -31,11 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages.