X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=config%2Fbuilder.conf;h=f0b0b11e0d4c90a7ebc637aa6ea769439ce30756;hb=9036c4a647a88bea015aa79e386b64a75b79efef;hp=98d3b8f985363302e521f375d4748b81cc65cb31;hpb=98b7c2339a5c5de5d0472943c2b14cc5527fdf6d;p=tld-builder.git diff --git a/config/builder.conf b/config/builder.conf index 98d3b8f..f0b0b11 100644 --- a/config/builder.conf +++ b/config/builder.conf @@ -1,19 +1,19 @@ [all] # Builder email (put in From: field when this builder is sending mails). -email = builder-th@pld-linux.org +email = builder-src@tld-linux.org # Admin's email (she gets mails about errors and such). -admin_email = th-admin@pld-linux.org +admin_email = ti-admins@tld-linux.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 +binary_builders = ti-i686 ti-x86_64 # Name of the src builder (this field is ignored on binary builders). -src_builder = th-src +src_builder = ti-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). @@ -27,15 +27,12 @@ sudo_chroot_wrapper = # Keep rpms in /spools/ready inside chroots for how long (in hours). max_keep_time = 168 -# TCP port number for request_handler_server.py. ignored on bin builders -request_handler_server_port = 1234 - -# Send '*.uploadinfo' files along with built rpms (used by pld-ftp-admin), but +# Send '*.uploadinfo' files along with built rpms (used by tld-ftp-admin), but # probably not usefull for small, 'personal' builders. [yes/no] gen_upinfo = yes # CIA bot (see cia.navi.cx). -#bot_email = cia@pld-linux.org +#bot_email = cia@tld-linux.org # ------ Binary builders config: # How many jobs can be run at once (how many concurrent builds). @@ -51,39 +48,34 @@ max_jobs = 1 #nice = 0 # Where to look for queue.gz and counter (published through www by src builder). -control_url = http://src.th.pld-linux.org/ +control_url = http://kraz.tld-linux.org/~builderti/ # Src builder's email for sending status notifications (build ok/failed). -#notify_email = builder-th-src@pld-linux.org +#notify_email = builder-src@tld-linux.org # Where to cache rpm's from binary builders locally rpm_cache_dir = /spools/ready # ------ SRC builder config: # List of name-version-release tag prefixes. -#tag_prefixes = auto- auto-ac- auto-th- -tag_prefixes = auto-th- +tag_prefixes = auto/ti/ + +# ------ request handler server config, ignored on binary builders: +[request-server] +port = 1231 +ssl = True +ssl_port = 1241 +ssl_cert = request-server.crt +ssl_key = request-server.key # ------ Configs for particular builders: -[th-src] +[ti-src] arch = i686 -chroot = /home/pld/builderth/chroots/chroot-src/ -buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-SRPMS/ -ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/SRPMS/ -notify_url = http://src.th.pld-linux.org:1234/ -test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/SRPMS/ -rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/ +chroot = /home/tld/builderti/chroots/chroot-src/ +buildlogs_url = rsync://buildlogs-ti@buildlogs.tld-linux.org/buildlogs-ti-src/ +ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.incoming/SRPMS/ +notify_url = http://kraz.tld-linux.org:1231/ +test_ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.test-builds/SRPMS/RPMS/ +rpmqa_url = scp://ftpti@kraz.tld-linux.org:ftp/.stat/builder/ti/ rpmqa_filename = rpmqa-SRPMS.txt - -[th-athlon] -arch = athlon -chroot = /home/users/builderth/chroot-athlon/ -buildlogs_url = /dev/null -notify_url = http://src.th.pld-linux.org:1234/ -ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/athlon/ -test_ftp_url = /dev/null -rpmqa_url = /dev/null -rpmqa_filename = nothing - -