summaryrefslogtreecommitdiff
path: root/conf/common.conf.example
blob: a26a82a65a775bde36aec20ce9b89bdb0d0e68b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# configurable variables used on the build slaves and on the build master
# default values are given as comments

# To change variables from their default, copy this file to common.conf,
# 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"