summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Expand)Author
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 repos...Erich Eckner
2017-07-18bin/build-packages: refer to $straws_that_might_repair_failing_builds about h...Erich Eckner
2017-06-30bin/db-update: switch from sshfs to sftpErich Eckner
2017-06-30master_mirror_command, master_mirror_directory -> master_mirror_rsync_command...Erich Eckner
2017-06-28properly escape eval expressionsErich Eckner
2017-06-21bin/return-assignment: receive and save build log for failed builds, be more ...Erich Eckner
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 be...Erich Eckner
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 b...Erich Eckner
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 fash...Erich Eckner
2017-05-04main parts should work - still a lot of TODOs left :-)Erich Eckner
2017-05-03breaking of loops optimizedErich Eckner
2017-04-23bin/build-packages startedErich Eckner
2017-04-23move find_pkgbuild into a separate fileErich Eckner
2017-04-23bin/get-assignment: add max_parallel_build_per_client and some verbosityErich Eckner
2017-04-23use mksrcinfo and tsortErich Eckner