index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/common.conf.example | 5 | ||||
-rwxr-xr-x | conf/slave.conf.example | 5 |
diff --git a/conf/common.conf.example b/conf/common.conf.example index a26a82a..7ffedf0 100755 --- a/conf/common.conf.example +++ b/conf/common.conf.example @@ -7,8 +7,3 @@ # uncomment and change the desired variables. #work_dir="${base_dir}/work" - -#repo_names='packages community archlinux32' -#repo_paths__packages="${work_dir}/repos/packages" -#repo_paths__community="${work_dir}/repos/community" -#repo_paths__archlinux32="${work_dir}/repos/packages32" diff --git a/conf/slave.conf.example b/conf/slave.conf.example index cda556b..4c1b0e0 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -13,6 +13,11 @@ #package_key='0x15eebadc0de' +#repo_names='packages community archlinux32' +#repo_paths__packages="${work_dir}/repos/packages" +#repo_paths__community="${work_dir}/repos/community" +#repo_paths__archlinux32="${work_dir}/repos/packages32" + # mirror of sources, identified (solely) by hash #source_by_hash_mirror='http://sources.archlinux32.org/' |