summaryrefslogtreecommitdiff
path: root/conf/default.conf
AgeCommit message (Collapse)Author
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-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
2017-10-10bin/get-package-updates, conf/default.conf: switch to bare repositoriesErich Eckner
2017-10-05conf/default.conf: only keep 10 lines of email logsErich Eckner
2017-09-13bin/interpret-mail: log errors and infosErich Eckner
2017-09-13conf/default.conf: reorderErich Eckner
2017-09-13remove "max_parallel_build_per_client" - every client should run only one ↵Erich Eckner
build job! - but hand out an old, locked assignment again to the same build slave
2017-09-05bin/block-package new, bin/interprete-mail can now also block/unblock packagesErich Eckner
2017-08-31bin/common-functions: remove_old_package_versions: remove older packages in ↵Erich Eckner
not-newer repositories and not-older packages in newer repositories
2017-08-30conf/default.conf: new variables holding stable-, standalone-, testing- and ↵Erich Eckner
staging-packages
2017-08-29bin/interpret-mail: require a valid signature from an admin to do anythingErich Eckner
2017-08-24bin/strict-bashism-check: also shellcheck before commitingErich Eckner
2017-08-23conf/default.conf: silence "appears unused" warningErich Eckner
2017-08-23silence a lot shellcheck warningsErich Eckner
2017-08-22bin/build-packages: try to download sources by hashErich Eckner
2017-08-02remove unnecessary and confusing quotesErich Eckner
2017-08-02new config variable "webserver_directory" replaces "graphs_directory"Erich Eckner
2017-08-02bin/show-dependencies: move output directory variable to conf/default.confErich Eckner
2017-07-28conf/default.conf: recognize bash and dash if executed with pathErich Eckner
2017-07-27conf/default.conf: use more robust method to determine if this is a git ↵Erich Eckner
repository
2017-07-18bin/build-packages: refer to $straws_that_might_repair_failing_builds about ↵Erich Eckner
how to try to repair failing builds
2017-06-30bin/db-update: switch from sshfs to sftpErich Eckner
2017-06-30master_mirror_command, master_mirror_directory -> ↵Erich Eckner
master_mirror_rsync_command, master_mirror_rsync_directory
2017-06-28properly escape eval expressionsErich Eckner
2017-06-21bin/return-assignment: receive and save build log for failed builds, be more ↵Erich Eckner
pedantic about tared files for succeeded builds
2017-06-20bin/db-update: use sshfs to move packages between reposErich Eckner
2017-06-19switch from sshfs to rsync - to avoid needing to remountErich Eckner
2017-06-18conf/default.conf: new build masterErich Eckner
2017-06-15removed all bashisms - should work in any POSIX shell, nowErich Eckner
2017-06-14remove bashisms - only "bash arrays" and "bash string substituions" leftErich Eckner
2017-06-09introduce lock file for package databaseErich Eckner
2017-06-02conf/default.conf: move lock file to work directory (since that is, what's ↵Erich Eckner
being locked)
2017-06-02conf/default.conf: add "export LANG=C"Erich Eckner
2017-06-02conf/default.conf: make work even better in bash (did it work before at all?)Erich Eckner
2017-05-18conf/default.conf: set up ssh key, tooErich Eckner
2017-05-18conf/default.conf: bugfixErich Eckner
2017-05-17conf/default.conf, bin/build-packages: set and use packager key explicitlyErich Eckner
2017-05-17conf/default.conf: accelerate check if dir is git repositoryErich Eckner
2017-05-17use a single lock file for the build listErich Eckner
2017-05-17bin/return-assignment, conf/default.conf: prepare for multiple architecture ↵Erich Eckner
builds/repositories
2017-05-13build for i486 instead of i686Erich Eckner
2017-05-05conf/default.conf: add some hack to get the scripts running in a modular ↵Erich Eckner
fashion and therefor debugable