summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-20added archbuild_chroots parameter for separating slavesAndreas Baumann
2019-06-19bin/sanity-check: blocked slaves do not have keys in ~/.ssh/authorized_keysErich Eckner
2019-06-19bin/manage-slaves: enable|disable implementedErich Eckner
2019-06-19bin/manage-slaves newErich Eckner
2019-06-19lib/load-configuration: canonicalize base_dir, so we can search for it in ↵Erich Eckner
~/.ssh/authorized_keys
2019-06-19bin/sanity-check: ignore return value of "diff"Erich Eckner
2019-06-19bin/sanity-check: fix faulty escapingErich Eckner
2019-06-19bin/sanity-check: do not hard-code ~Erich Eckner
2019-06-19bin/slave-build-connect: block slaves which have ↵Erich Eckner
`build_slaves`.`access_allowed`==0
2019-06-19`build_slaves`.`access_allowed` newErich Eckner
2019-06-19misc/database-layout.dump: more failure-regexesErich Eckner
2019-06-19bin/sanity-check: check consistency of ~/.ssh/authorized_keys with databaseErich Eckner
2019-06-18bin/get-assignment: resolve cross-architecture-blocking of toolchain packagesErich Eckner
2019-06-18lib/mysql-functions: remove done TODOErich Eckner
2019-06-18misc/database-layout.dmf: fix overlapping linksErich Eckner
2019-06-18lib/common-functions: count how many packages are being blocked, not _by_ ↵Erich Eckner
how many packages we are being blocked
2019-06-18bin/build-master-status: keep the `currently_blocking` column up-to-dateErich Eckner
2019-06-18lib/common-functions: update_blocked_packages_count() new to fill that columnErich Eckner
2019-06-18new column `build_assignments`.`currently_blocking` to count how many ↵Erich Eckner
dependent package builds are blocked by this build_assignment
2019-06-18misc/database-layout.dump: add some keysErich Eckner
2019-06-18misc/database-layout.dump: change/add failure-recognition-regex(es)Erich Eckner
2019-06-16lib/mysql-functions: add TODOErich Eckner
2019-06-16lib/common-functions: trigger_mirror_refreshs(): ignore exit code of "screen ↵Erich Eckner
-wipe"
2019-06-16added screen -wipe in trigger_mirror_refreshsAndreas Baumann
2019-06-16lib/common-functions: trigger_mirror_refreshs(): wait for screen(s) to ↵Erich Eckner
finish - else systemd seems to kill them
2019-06-15bin/prioritize-build-list: test for "-f" instead of "! -p" of status output ↵Erich Eckner
device
2019-06-15bin/prioritize-build-list -d should not increase priority of failed buildsErich Eckner
2019-06-14bin/return-assignment: add TODOErich Eckner
2019-06-14bin/build-packages: add TODOErich Eckner
2019-06-14bin/build-packages: add TODOErich Eckner
2019-06-14bin/build-packages: add TODOErich Eckner
2019-06-12bin/build-packages: only accept versions composed by numbers and dots for ↵Erich Eckner
python, perl and ruby
2019-06-12bin/build-packages: ruby version was wrongly detectedErich Eckner
2019-06-11some adaption in db layoutAndreas Baumann
2019-05-29bin/build-packages: grep had no input file and thus was waiting for stdinErich Eckner
2019-05-24bin/sanity-check: add some verbosity, an rsync and an sftp check to ↵Erich Eckner
"master-mirror-availability" test
2019-05-24bin/sanity-check: add check for reachability of master mirrorErich Eckner
2019-05-24bin/db-update: show names instead of ids for nothing-to-do ↵Erich Eckner
repository-stability combinations
2019-05-24bin/build-packages: download /some/ key from githubErich Eckner
2019-05-24bin/db-update: remove done TODOErich Eckner
2019-05-24bin/get-package-updates: dependencies must be available for the architecture ↵Erich Eckner
of the build command, not for the architecture of the build slave!
2019-05-22lib/common-functions: recursively_umount_and_rm() make unsufficient ↵Erich Eckner
privileges non-fatal
2019-05-21bin/return-assignment: ignore leading and trailing space when matching error ↵Erich Eckner
message regex
2019-05-20bin/build-packages: :clean_chroot: sets -c for makepkg, which may be ↵Erich Eckner
insufficient for removing still mounted submounts (e.g. /run) - we now run recursively_umount_and_rm to (hopefully) clean the build chroot entirely
2019-05-20lib/common-functions: recursively_umount_and_rm(): check that argument is ↵Erich Eckner
directory
2019-05-20bin/build-packages: unset middle and inner parameters if using makepkg directlyErich Eckner
2019-05-15bin/get-package-updates: make rescheduling logic apply to our sources, tooErich Eckner
2019-05-15bin/get-package-updates: remove unnecessary name match of architectureErich Eckner
2019-05-15bin/build-packages: disable color in makepkg - it breaks the error message ↵Erich Eckner
parsing
2019-05-10bin/ii-answer: "!rq buildmaster", tooErich Eckner