summaryrefslogtreecommitdiff
path: root/conf/master.conf.example
blob: 4ec36f8fe08e204262c01efeb0758da5da8242d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!/bin/sh

# configurable variables used 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.

#repo_key='0xdeadbeef'

# to access the master mirror via rsync
#master_mirror_rsync_command='rsync --password-file=/home/master/rsync.password -l'
#master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32'

# to access the master mirror via sftp
#master_mirror_sftp_command='sftp -b- user@mirror'
#master_mirror_sftp_root='mirror.archlinux32.org'

# root directory of the webserver
#webserver_directory='/srv/http'

# directory of the releng git repository
#releng_directory="${work_dir}/repos/releng"

# directory to keep the build log files in
#build_log_directory='/srv/http/build-logs'

# directory to store the intentions queue in
#intentions_directory="${work_dir}/intentions"

# irc client configuration
#irc_dir='/home/master/irc/irc.freenode.net'
#irc_password='top_secret'

# list of urls to trigger updates of the respective mirrors
#mirror_refresh_trigger_urls=''

# command to access the mysql database
#mysql_command='mysql buildmaster'

#build_list_lock_file="${work_dir}/build-list.lock"
#harvest_commit_times_lock_file="${work_dir}/harvest-commit-times.lock"
#package_database_lock_file="${work_dir}/package-database.lock"
#sanity_check_lock_file="${work_dir}/sanity-check.lock"
#status_lock_file="${work_dir}/status.lock"

# how long should packages be in [community-testing]/[testing] before
# automatically being marked as tested [days]
#max_testing_duration="14"