summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-19bin/db-update: --force needs an argument, tooErich Eckner
2021-02-13bin/build-packages: recognize more error log locationsErich Eckner
2021-01-31bin/return-assignment: fix sed-fu for haskell reschedulingErich Eckner
2021-01-22bin/update-gpg-keys: upload all keys at onceErich Eckner
2021-01-22bin/update-gpg-keys: push keys to archlinux32.org/keys.php, tooErich Eckner
2021-01-22bin/update-gpg-keys new: refresh local-keyring keys and keys in mysql from ↵Erich Eckner
each other and archlinux32.org/keys.php and wkd
2021-01-19bin/build-packages: run namcap if archbuild didn't create a namcap logErich Eckner
2021-01-10bin/wtp: order resultsErich Eckner
2020-12-26reverted rsync permissions, they lead to endless loopsAndreas Baumann
2020-12-26trying to force permission in transfers to master mirrorAndreas Baumann
2020-11-04lib/load-configuration: add TODOErich Eckner
2020-10-20lib/common-functions: failsafe_sftp(): use less magic for ↵Erich Eckner
$master_mirror_sftp_root - simply cd $master_mirror_sftp_root before doing anything else
2020-10-20master_mirror_sftp_root new to configure a possibly different root directory ↵Erich Eckner
of the http mirror from the sftp user (rsync is still expected to have its root identical to the http one)
2020-10-20bin/get-package-updates: make shellcheck happyErich Eckner
2020-10-19bin/sanity-check: check master-mirror-availability earlier - mysql test ↵Erich Eckner
needs to connect to the master mirror
2020-10-19bin/return-assignment: do not decrease priority when trying to increase ↵Erich Eckner
priority of reschedules
2020-09-26bin/get-package-updates: find "any" packages for rescheduling, tooErich Eckner
2020-09-26bin/get-package-updates: new TODOErich Eckner
2020-09-26bin/get-package-updates: do not re-add packages removed from the blacklist, ↵Erich Eckner
if they do not exist upstream
2020-08-18load-confiugration, check for mariadbd when loading mysql-functionsAndreas Baumann
2020-07-01bin/return-assignment: prepend "haskell-" to prioritized packages, tooErich Eckner
2020-06-29bin/build-packages: exit early, if compressing the package failsErich Eckner
2020-06-29bin/return-assignment: fix shellcheck complaintErich Eckner
2020-06-25bin/return-assignment: recognize more haskell errorsErich Eckner
2020-06-25bin/build-packages: do not hide errors from `tar -xf`Erich Eckner
2020-06-24bin/sanity-check: fix `set --` *everywhere*Erich Eckner
2020-06-18bin/db-update: short-circuit -p|--progressiveErich Eckner
2020-06-18bin/db-update: pin-point error with `db-update -p`Erich Eckner
2020-06-18bin/db-update: add TODOErich Eckner
2020-06-18bin/return-assignment: add TODOErich Eckner
2020-06-17bin/return-assignment: relax the avoid-prioritizing-loops-condition somewhatErich Eckner
2020-06-17bin/return-assignment: fix type error: `build_assignments`.`is_broken` is a ↵Erich Eckner
BIT and not something that is NULL if not-broken
2020-06-16bin/sanity-check: fix wrong "set --"Erich Eckner
2020-06-16bin/return-assignment: only prioritize haskell packages which are not broken ↵Erich Eckner
(this is too strict, but I have currently no better idea how to avoid endless priority-cycles
2020-06-16bin/return-assignment: prioritize those broken haskell-packages which will ↵Erich Eckner
not get scheduled, because they are already on the build-list
2020-06-05bin/db-update: add TODOErich Eckner
2020-05-29bin/return-assignment: add TODOErich Eckner
2020-05-21lib/mysql-functions: add TODOErich Eckner
2020-05-19lib/common-functions: failsafe_sftp() fix wrong regex - how did this ever ↵Erich Eckner
work???
2020-05-07bin/db-update: -p does not move split package parts separately anymoreErich Eckner
2020-05-06bin/db-update: add TODOErich Eckner
2020-05-05bin/seed-build-list: fix bug, when -a, but no -s givenErich Eckner
2020-04-26bin/ii-answer: sanity-check triggered by "Get straight" or "pull yourself ↵Erich Eckner
together", now
2020-04-25bin/ii-answer: call sanity-check with absolute pathErich Eckner
2020-04-25bin/ii-answer: sanity-check can now be triggered from ircErich Eckner
2020-04-25make shellcheck happyErich Eckner
2020-04-17bin/db-update: -f moves all parts of a split package simultanously, nowErich Eckner
2020-04-17bin/db-update: add TODOErich Eckner
2020-04-12fixup bugs introduced in 5635bd3Erich Eckner
2020-04-11bin/build-packages: find more log filesErich Eckner