summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf16
1 files changed, 12 insertions, 4 deletions
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