summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05bin/nit-picker: check expiry of keys in KeyringErich Eckner
2019-11-05bin/nit-picker: build-duration-check -> once-a-day-checkErich Eckner
2019-11-05bin/nit-picker: add TODOErich Eckner
2019-10-31bin/get-package-updates: be more resilient against bogus svn source tree namesErich Eckner
2019-10-29bin/modify-package-state: make help text more verbose about the required formatErich Eckner
2019-10-29misc/database-layout.dump: updated (incorporates also older changes than ↵Erich Eckner
556c423525f5a401f92fab5cb64eeb233e6a901d)
2019-10-29bin/bootstrap-mysql: `calculate_maximal_moveable_set`: packages can only ↵Erich Eckner
belong to one package_blob if they reside in repositories of identical architecture (how did "any" packages get moved in the past at all???)
2019-10-29lib/mysql-functions: fix typo (we were adding all groupmembers like they ↵Erich Eckner
would provide the group ...
2019-10-29bin/check-mirrors: correctly cast bitsErich Eckner
2019-10-29lib/load-configuration: `exit 0` for systemd if buildmaster is on haltErich Eckner
2019-10-29bin/sanity-check: do not use exitcode 1 but 2 on insanityErich Eckner
2019-10-28bin/nit-picker: check if replication slave is running, before complaining ↵Erich Eckner
about anything
2019-10-27lib/load-configuration: "64k" means 65535, not 65536Erich Eckner
2019-10-27lib/load-configuration: only save first 64k of parameters - the database ↵Erich Eckner
can't store more anyways
2019-10-25bin/ii-answer: do not welcome phrik - he has not much to quote anywaysErich Eckner
2019-10-23bin/nit-picker: complain on #archlinux32 about wrong dependenciesErich Eckner
2019-10-17bin/nit-picker: do not fail if remove-those-dependencies exists, but matches ↵Erich Eckner
no dependencies
2019-10-17misc/database-layout.dump: make `install_targets`.`name` case sensitiveErich Eckner
2019-10-17lib/mysql-functions: mysql_generate_package_metadata(): explicitely set ↵Erich Eckner
compression of binary_packages
2019-10-17lib/mysql-functions: mysql_retrieve_static_information(): extract ↵Erich Eckner
$compression_ids__*
2019-10-17lib/mysql-functions: fix typo in mysql_package_name_query()Erich Eckner
2019-10-17lib/mysql-functions: mysql_package_name_query(): take compression suffix ↵Erich Eckner
from database, default to "tar.xz" for now
2019-10-17`compressions` and `binary_packages`.`compression` newErich Eckner
2019-10-17add TODOs for removing hard-coded package suffixesErich Eckner
2019-10-17lib/common-functions: allow case sensitive install_targetsErich Eckner
2019-10-17bin/nit-picker: rename remove_dependencies to repair_dependenciesErich Eckner
2019-10-17bin/nit-picker: correct help textErich Eckner
2019-10-17bin/nit-picker: remove done TODOErich Eckner
2019-10-17bin/nit-picker: also *add* missing dependencies to the databaseErich Eckner
2019-10-15bin/nit-picker: avoid sponge onceErich Eckner
2019-10-15bin/nit-picker: fix commentErich Eckner
2019-10-15bin/nit-picker: -r new: removes superfluid dependencies from the databaseErich Eckner
2019-10-15bin/return-assignment: remove *correct* dependenciesErich Eckner
2019-10-14bin/nit-picker: try to verify signature twiceErich Eckner
2019-10-12do not build "any" packages on "i486" - we mark them as not ↵Erich Eckner
build-slave-compatible
2019-10-12bin/get-assignment: add TODOErich Eckner
2019-10-07bin/change-git-remotes: do not skip identical url - it might have workedErich Eckner
2019-10-07bin/change-git-remotes: remove duplicate lineErich Eckner
2019-10-06bin/change-git-remotes: change working upstreams to less-cached ones, tooErich Eckner
2019-10-06bin/return-assignment: wait upto 20 secs for (each) lockErich Eckner
2019-10-06bin/get-assignment: ignore duplicate ordersErich Eckner
2019-09-21bin/nit-picker: *really,really* only complain once a day about build durationsErich Eckner
2019-09-20check-upstream-bug-tracker: no project when searching for bugsAndreas Baumann
2019-09-19bin/nit-picker: really check build duration only once a dayErich Eckner
2019-09-18bin/nit-picker: only warn about long-running builds once per dayErich Eckner
2019-09-18bin/nit-picker: check for long-running buildsErich Eckner
2019-09-17bin/build-packages: get extra log from more failed builds (example: varnish)Erich Eckner
2019-09-14broken-packages-candidates: making output nicer in -p caseAndreas Baumann
2019-09-14check-upstream-bug-tracker: added -p option for specific package checksAndreas Baumann
2019-09-13bin/return-assignment: fix insertion of link-providesErich Eckner