srv: etc/pld-builder/builder.conf (NEW) - initial add

glen glen at pld-linux.org
Mon Jul 14 19:03:39 CEST 2008


Author: glen                         Date: Mon Jul 14 17:03:39 2008 GMT
Module: srv                           Tag: HEAD
---- Log message:
- initial add

---- Files affected:
srv/etc/pld-builder:
   builder.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: srv/etc/pld-builder/builder.conf
diff -u /dev/null srv/etc/pld-builder/builder.conf:1.1
--- /dev/null	Mon Jul 14 19:03:39 2008
+++ srv/etc/pld-builder/builder.conf	Mon Jul 14 19:03:33 2008
@@ -0,0 +1,77 @@
+[all]
+# Builder email (put in From: field when this builder is sending mails).
+email = builder-th at example.org
+
+# Admin's email (she gets mails about errors and such).
+admin_email = th-admin at example.org
+
+# To be placed in Cc: of status and error reports (a mailing list usually).
+builder_list =
+
+# List of binary builders. This thing must be present on both src and bin 
+# builders.
+binary_builders = th-athlon
+
+# Name of the src builder (this field is ignored on binary builders).
+src_builder = th-src
+
+# Logs always go to spool/log, if you want syslog in addition,
+# specify facility here (user or local0-7 is the best choice probably).
+# If you don't want syslog, leave it empty.
+syslog =
+
+# Wrapper command for sudo chroot (used eg on sparc).
+#sudo_chroot_wrapper = sparc32
+sudo_chroot_wrapper =
+
+# Keep rpms in /spools/ready inside chroots for how long (in hours).
+max_keep_time = 168
+
+# Send '*.uploadinfo' files along with built rpms (used by pld-ftp-admin), but
+# probably not usefull for small, 'personal' builders. [yes/no]
+gen_upinfo = yes
+
+# CIA bot (see cia.navi.cx).
+#bot_email = cia at example.org
+
+# ------ Binary builders config:
+# How many jobs can be run at once (how many concurrent builds).
+job_slots = 1
+
+# Maximal load, above which builds won't get started.
+max_load = 10.0
+
+# Nice control.
+#nice = 0
+
+# Where to look for queue.gz and counter (published through www by src builder).
+control_url = http://ep09.example.org/~builderth/
+
+# ------ SRC builder config:
+# List of name-version-release tag prefixes.
+#tag_prefixes = auto- auto-ac- auto-th-
+tag_prefixes = auto-th-
+
+# ------ Configs for particular builders:
+
+[th-src]
+arch = i686
+chroot = /home/pld/builderth/chroots/chroot-src/
+buildlogs_url = rsync://blogs-th@buildlogs.example.org/pld-buildlogs-th-SRPMS/
+ftp_url = scp://pldth@ep09.example.org:ftp/.incoming/SRPMS/
+notify_url = http://ep09.example.org:1234/
+test_ftp_url = scp://pldth@ep09.example.org:ftp/.test-builds/SRPMS/
+rpmqa_url = scp://pldth@ep09.example.org:ftp/.stat/builder/th/
+rpmqa_filename = rpmqa-SRPMS.txt
+
+[th-athlon]
+arch = athlon
+chroot = /home/users/builderth/chroot-athlon/
+buildlogs_url = /dev/null
+notify_url = http://ep09.example.org:1234/
+ftp_url = scp://pldth@ep09.example.org:ftp/.incoming/athlon/
+test_ftp_url = /dev/null
+rpmqa_url = /dev/null
+rpmqa_filename = nothing
+
+
================================================================


More information about the pld-cvs-commit mailing list