From 906480fae444bfc44070836963ca613e438f5abe Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 31 Aug 2017 16:08:11 +0200 Subject: bin/common-functions: remove_old_package_versions: remove older packages in not-newer repositories and not-older packages in newer repositories --- conf/default.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 731f22c..fcaa39a 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -68,10 +68,18 @@ straws_that_might_repair_failing_builds=$( webserver_directory='/srv/http' # known package repositories -standalone_package_repositories='build-support gnome-unstable kde-unstable' -stable_package_repositories='community core extra' -testing_package_repositories='community-testing testing' -staging_package_repositories='community-staging staging' +standalone_package_repositories=$( + printf '%s\n' 'build-support' 'gnome-unstable' 'kde-unstable' +) +stable_package_repositories=$( + printf '%s\n' 'community' 'core' 'extra' +) +testing_package_repositories=$( + printf '%s\n' 'community-testing' 'testing' +) +staging_package_repositories=$( + printf '%s\n' 'community-staging' 'staging' +) # possibly pull in custom modifications -- cgit v1.2.3