index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/default.conf | 6 |
diff --git a/conf/default.conf b/conf/default.conf index 34c5c3e..731f22c 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -67,6 +67,12 @@ straws_that_might_repair_failing_builds=$( # root directory of the webserver 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' + # possibly pull in custom modifications # shellcheck source=/dev/null |