Author: mmazur                       Date: Sun Feb 27 14:12:57 2005 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
- new options, more comments, real configs

---- Files affected:
pld-builder.new/config:
   builder.conf (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: pld-builder.new/config/builder.conf
diff -u pld-builder.new/config/builder.conf:1.27 
pld-builder.new/config/builder.conf:1.28
--- pld-builder.new/config/builder.conf:1.27    Fri Feb 18 23:02:03 2005
+++ pld-builder.new/config/builder.conf Sun Feb 27 15:12:52 2005
@@ -1,59 +1,74 @@
 [all]
-# builder email (in From:)
-email = [EMAIL PROTECTED]
-admin_email = [EMAIL PROTECTED]
-# list of binary builders
-binary_builders = roke-athlon roke-i686
-# the only src builder
-src_builder = roke-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
+# Builder email (put in From: field when this builder is sending mails).
+email = [EMAIL PROTECTED]
+
+# Admin's email (she gets mails about errors and such).
+admin_email = [EMAIL PROTECTED]
+
+# 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 ...
+
+# Wrapper command for sudo chroot (used eg on sparc).
 #sudo_chroot_wrapper = sparc32
 sudo_chroot_wrapper =
-# to be placed in Cc: of status and error reports
+
+# To be placed in Cc: of status and error reports (a mailing list usually).
 builder_list =
 
-# keep rpms in /spools/ready for how long (in hours)
+# Keep rpms in /spools/ready inside chroots for how long (in hours).
 max_keep_time = 168
 
-# bot
+# CIA bot (see cia.navi.cx).
 #bot_email = [EMAIL PROTECTED]
 
 # ------ Binary builders config:
-# how much jobs can be run at once
+# How much jobs can be run at once (how many concurent builds).
 job_slots = 1
-# maximal load, at which rpm processing can start
+
+# Maximal load, above which builds won't get started.
 max_load = 10.0
-# nice control
+
+# Nice control.
 #nice = 0
-# where to look for queue.gz and counter
-control_url = http://roke.freak/builder/
-# email where to send status notifications
-notify_email = [EMAIL PROTECTED]
+
+# Where to look for queue.gz and counter (published through www by src 
builder).
+control_url = http://ep09.pld-linux.org/~builderth/
+
+# Src builder's email for sending status notifications (build ok/failed).
+notify_email = [EMAIL PROTECTED]
 
 # ------ SRC builder config:
-# list of name-version-release tag prefixes
-#tag_prefixes = auto- auto-ac-
-tag_prefixes =
+# List of name-version-release tag prefixes.
+#tag_prefixes = auto- auto-ac- auto-th-
+tag_prefixes = auto-th-
 
-[roke-src]
-arch = athlon
-chroot = /adm/chroot-src
-buildlogs_url = rsync://[EMAIL PROTECTED]/buildlogs/nest/SRPMS/.new/
-ftp_url = scp://[EMAIL PROTECTED]:incoming
+# ------ Configs for particular builders:
 
-[roke-athlon]
+[th-src]
+arch = i686
+chroot = /home/pld/builderth/chroots/chroot-src/
+buildlogs_url = rsync://[EMAIL PROTECTED]/pld-buildlogs-th-SRPMS/
+ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/SRPMS/
+test_ftp_url = scp://[EMAIL PROTECTED]:ftp/.test-builds/SRPMS/
+rpmqa_url = scp://[EMAIL PROTECTED]:ftp/.stat/builder/th/
+rpmqa_filename = rpmqa-SRPMS.txt
+
+[th-athlon]
 arch = athlon
-chroot = /adm/chroot-athlon
-buildlogs_url = rsync://[EMAIL PROTECTED]/buildlogs/nest/athlon/.new/
-ftp_url = scp://[EMAIL PROTECTED]:incoming
+chroot = /home/users/builderth/chroot-athlon/
+buildlogs_url = /dev/null
+ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/athlon/
+test_ftp_url = /dev/null
+rpmqa_url = /dev/null
+rpmqa_filename = nothing
 
-[roke-i686]
-arch = i686
-chroot = /adm/chroot-i686
-buildlogs_url = rsync://[EMAIL PROTECTED]/buildlogs/nest/i686/.new/
-ftp_url = scp://[EMAIL PROTECTED]:incoming
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/pld-builder.new/config/builder.conf?r1=1.27&r2=1.28&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to