summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2020-01-30lib/load-configuration: set up intentions_directoryErich Eckner
2019-06-24bin/build-packages: :haskell_without_check: should not skip if it's not a ↵Erich Eckner
haskell-* package - it should rather append a build trial including straw :without_check: if it is such a package
2019-06-24add missing file modifications from 944ee949d4a7b548c5586fe144b33903e9b5b63fErich Eckner
2019-06-20straws mirrored_source and mirrored_source_by_hash should be only active in ↵Erich Eckner
the first build trial (ae247cfa1d9ae8cea8f7fb5b599d4a56241ab77e changed the logic of those)
2019-06-20move default value assignment into lib/load-configuration; comment default ↵Erich Eckner
value assignment in *.conf.example
2019-06-20added archbuild_chroots parameter for separating slavesAndreas Baumann
2019-01-19max_testing_duration is now an integer (days)Erich Eckner
2018-11-17the user on the buildmaster is now "master" instead of "slave"Erich Eckner
2018-10-09lib/load-configuration,conf/slave.conf.example: access sources-by-hash ↵Erich Eckner
mirror via https instead of http
2018-09-24bin/harvest-commit-times newErich Eckner
2018-09-08new lock-file status.lockErich Eckner
2018-07-19mark packages without bug reports as tested after some time (default: 2 weeks)Erich Eckner
2018-07-08bin/check-mirrors: use git repository of relengErich Eckner
2018-06-13$master_mirror_rsync_command now with "-l" by defaultErich Eckner
2018-05-30repo_names and repo_paths__* is read from the database on the buildmaster, nowErich Eckner
2018-05-30lib/common-functions: remove known-package-repositories configuration variablesErich Eckner
2018-05-28bin/seed-build-list: have standardly ignored packages in ↵Erich Eckner
conf/seed-ignore-packages
2018-05-25conf/default.conf -> lib/load-configuration; conf/local.conf -> ↵Erich Eckner
conf/{common,master,slave}.conf
2018-05-25conf/default.conf: add TODOsErich Eckner
2018-05-25conf/default.conf: remove obsolete variablesErich Eckner
2018-05-24conf/default.conf: clone from github via httpsErich Eckner
2018-05-15conf/default.conf: source lib/mysql-functions only if mysqld is runningErich Eckner
2018-04-18remove conf/admin-gpg-keys and all tracesErich Eckner
2018-04-16remove `files` and `file_providers` - they're not practicable in the databaseErich Eckner
2018-04-07ii-connect: wtf: pkgfile -> tyzoid's interfaceErich Eckner
2018-04-03substitute bin/wtf by pkgfileErich Eckner
2018-04-02conf/default.conf: do not probe for `files`Erich Eckner
2018-03-29move calculation of mysql_files_table_partitions from lib/mysql-functions to ↵Erich Eckner
conf/default.conf - $work_dir was not yet set
2018-03-29make mysql_files_table_partitions dynamically determined in ↵Erich Eckner
lib/mysql-functions instead of statically configured in conf/default.conf
2018-03-29conf/default.conf: put number of partitions into variableErich Eckner
2018-03-25conf/default.conf: simplify example of master_mirror_rsync_directoryErich Eckner
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-22decommission deletion-listErich Eckner
2018-03-22decommission build-list fileErich Eckner
2018-03-20work/build-list.loops decomissionedErich Eckner
2018-02-26lib/common-functions: save log of executed scripts - for debugging ↵Erich Eckner
mysterious errors :-)
2018-02-24bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵Erich Eckner
lib/mysql-functions
2018-02-02bin/interpret-mail: copy-to-build-support newErich Eckner
2018-01-22source bin/mysql-functions in conf/default.conf - just like ↵Erich Eckner
bin/common-functions - because it is now needed almost everywhere
2018-01-21bin/opcode, bin/check-opcodes, conf/Opcode_list: fix style, so git hook does ↵Erich Eckner
not complain
2018-01-19renames in opcode sniffer, using proper tmpdirAndreas Baumann
2018-01-19move mysql_command to conf/default.confErich Eckner
2018-01-17trigger_mirror_refreshs new to signal mirror changes and trigger updates of ↵Erich Eckner
tier 1 mirrors
2018-01-17bin/build-packages: trigger update of upstream i686 package mirror if necessaryErich Eckner
2018-01-03bin/ii-connect new to start the ii irc clientErich Eckner
2018-01-02conf/default.conf: rsyncd now runs on 22873Erich Eckner
2017-11-27bin/common-functions: broken packages (which thus cannot be marked as ↵Erich Eckner
tested) won't block other packages after $max_package_age_broken_testing days
2017-11-23bin/interpret-mail: action "schedule" new; bin/seed-build-list: bail out ↵Erich Eckner
early if no arguments, print scheduled packages (even if -n not given)
2017-11-16bin/common-functions: extract configuration about archaic pacakages into ↵Erich Eckner
conf/default.conf
2017-10-27add shared lock for sanity-checkErich Eckner