Author: glen Date: Tue Jul 15 06:41:18 2008 GMT Module: srv Tag: HEAD ---- Log message: - basic config
---- Files affected: srv/ac-alpha/etc/pld-builder: builder.conf (1.1 -> 1.2) ---- Diffs: ================================================================ Index: srv/ac-alpha/etc/pld-builder/builder.conf diff -u srv/ac-alpha/etc/pld-builder/builder.conf:1.1 srv/ac-alpha/etc/pld-builder/builder.conf:1.2 --- srv/ac-alpha/etc/pld-builder/builder.conf:1.1 Mon Jul 14 19:03:33 2008 +++ srv/ac-alpha/etc/pld-builder/builder.conf Tue Jul 15 08:41:13 2008 @@ -1,19 +1,19 @@ [all] # Builder email (put in From: field when this builder is sending mails). -email = [EMAIL PROTECTED] +email = [EMAIL PROTECTED] # Admin's email (she gets mails about errors and such). -admin_email = [EMAIL PROTECTED] +admin_email = [EMAIL PROTECTED] # 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 +binary_builders = ac-alpha # Name of the src builder (this field is ignored on binary builders). -src_builder = th-src +src_builder = ac-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). @@ -45,33 +45,31 @@ #nice = 0 # Where to look for queue.gz and counter (published through www by src builder). -control_url = http://ep09.example.org/~builderth/ +control_url = http://ep09.example.org/~buildsrc/ # ------ SRC builder config: # List of name-version-release tag prefixes. #tag_prefixes = auto- auto-ac- auto-th- -tag_prefixes = auto-th- +tag_prefixes = auto-ac- # ------ Configs for particular builders: -[th-src] -arch = i686 +[ac-src] +arch = alpha chroot = /home/pld/builderth/chroots/chroot-src/ -buildlogs_url = rsync://[EMAIL PROTECTED]/pld-buildlogs-th-SRPMS/ -ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/SRPMS/ +buildlogs_url = rsync://[EMAIL PROTECTED]/pld-buildlogs-ac-SRPMS/ +ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/SRPMS/ notify_url = http://ep09.example.org:1234/ -test_ftp_url = scp://[EMAIL PROTECTED]:ftp/.test-builds/SRPMS/ -rpmqa_url = scp://[EMAIL PROTECTED]:ftp/.stat/builder/th/ +test_ftp_url = scp://[EMAIL PROTECTED]:ftp/.test-builds/SRPMS/ +rpmqa_url = scp://[EMAIL PROTECTED]:ftp/.stat/builder/ac/ rpmqa_filename = rpmqa-SRPMS.txt -[th-athlon] -arch = athlon -chroot = /home/users/builderth/chroot-athlon/ +[ac-alpha] +arch = alpha +chroot = /home/users/builderac/chroot-athlon/ buildlogs_url = /dev/null -notify_url = http://ep09.example.org:1234/ -ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/athlon/ +notify_url = http://ep09.pld-linux.org:1234/ +ftp_url = scp://[EMAIL PROTECTED]:ftp/.incoming/alpha/ test_ftp_url = /dev/null rpmqa_url = /dev/null rpmqa_filename = nothing - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/srv/ac-alpha/etc/pld-builder/builder.conf?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
