summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-05bin/db-update: update TODOErich Eckner
2018-10-04bin/build-packages: silence warning from "find" about "-maxdepth"Erich Eckner
2018-10-04bin/seed-build-list: having an "any" package suffices providing one of each ↵Erich Eckner
architectures
2018-10-04bin/seed-build-list: ignore sub_pkgrel of our packagesErich Eckner
2018-10-04bin/seed-build-list: -f|--force new to ignore (some) errorsErich Eckner
2018-10-04bin/seed-build-list: add TODOErich Eckner
2018-10-04bin/get-package-updates: repair marking-as-blacklistedErich Eckner
2018-10-04bin/get-package-updates: update TODOsErich Eckner
2018-10-03bin/check-upstream-bug-tracker: add optionsErich Eckner
2018-10-02bin/return-assignment: ERROR should use the correct architecture-match, tooErich Eckner
2018-10-02lib/mysql-functions: mysql_run_query(): rename INFILEs to make query more ↵Erich Eckner
easily replayable
2018-10-01bin/return-assignment: redirect i486 errors to abaumann onlyErich Eckner
2018-10-01bin/build-packages: retrieve keys earlierErich Eckner
2018-10-01bin/build-packages: give sed some inputErich Eckner
2018-09-30Revert "Merge branch 'archive-server'"Erich Eckner
The changes to the PKGBUILDs should actually happen on a per-package level in our modification repository
2018-09-30Merge branch 'archive-server'Erich Eckner
2018-09-29misc/PKGBUILD-appendix-for-archive-server: add firefox hg source manglingErich Eckner
2018-09-28misc/PKGBUILD-appendix-for-archive-server: tell archive-server the type of ↵Erich Eckner
archive (currently only "git")
2018-09-28misc/PKGBUILD-appendix-for-archive-server: replace all linux* git ↵Erich Eckner
repositories by tarballs
2018-09-28lib/common-functions: append lib/PKGBUILD-appendix-for-archive-server to ↵Erich Eckner
PKGBUILD - retrieve kernel git repository snapshot from our archive server instead of cloning the git repository
2018-09-28lib/mysql-functions: mysql_cleanup() now also cleans up the priorities of ↵Erich Eckner
build_assignments
2018-09-28misc/database-layout.dump: add a key on `ssh_logs`.`date`Erich Eckner
2018-09-28bin/check-upstream-bug-tracker: repair IFSErich Eckner
2018-09-28bin/check-upstream-bug-tracker new for easily blocking packages that are ↵Erich Eckner
broken upstream
2018-09-26misc/database-layout.dump: remove foreign key constraintErich Eckner
2018-09-26bin/get-assignment: toolchain packages do not need other dependencies fulfilledErich Eckner
2018-09-26bin/ii-answer: fix sed expressionErich Eckner
2018-09-26bin/ii-answer: call "!rq", tooErich Eckner
2018-09-26bin/modify-package-state: accept "any" as architecture to operate on all ↵Erich Eckner
architectures
2018-09-26bin/modify-package-state: $pkgbse.$git_rev.$mod_git_rev.$repo.$arch for ↵Erich Eckner
source operations
2018-09-26lib/mysql-functions: add mysq_join_package_sources_toolchain_order and vice ↵Erich Eckner
versa
2018-09-26bin/seed-build-list: ignore i486 for auto-seeding for nowErich Eckner
2018-09-26bin/slave-build-connect: tap to spaceErich Eckner
2018-09-26bin/build-packages: receive missing keysErich Eckner
2018-09-26bin/return-assignment: tell slave operator on irc about problemsErich Eckner
2018-09-26bin/ping-from-slave: use $operator instead of querying it from the databaseErich Eckner
2018-09-26bin/slave-build-connect: extract name of operator, tooErich Eckner
2018-09-26bin/harvest-commit-times: make usfully executable from remote (e.g. not the ↵Erich Eckner
build master)
2018-09-26lib/mysql-functions: mysql_generate_package_metadata(): only remove old ↵Erich Eckner
binary packages without a checksum
2018-09-26lib/mysql-functions: mysql_generate_package_metadata(): remove old ↵Erich Eckner
binary_packages_in_repositories iff inserting into build-list or to-be-decided-list
2018-09-26bin/seed-build-list: choose column from different table - makes query more ↵Erich Eckner
easily extractable for debugging purposes
2018-09-25bin/get-package-updates,bin/interpret-mail,bin/slave-build-connect: "INSERT ↵Erich Eckner
INTO" -> "INSERT IGNORE INTO"
2018-09-25bin/return-assignment: "insert into" -> "insert ignore into" (there are ↵Erich Eckner
"commits" inbetween which make parts of the query succeed)
2018-09-25bin/get-package-updates: put trigger_rebuild_on_any_file_sed_expression into ↵Erich Eckner
a file - it's too long for the command line
2018-09-25bin/return-assignment: aborting a build happens outside the lock and is thus ↵Erich Eckner
unimportant
2018-09-25bin/prioritize-build-list: new option -d|--dependenciesErich Eckner
2018-09-24bin/check-bugtracker: queries are "unimportant" - mark them as suchErich Eckner
2018-09-24bin/harvest-commit-times: harvest 10 commit times at a time and then update ↵Erich Eckner
the database
2018-09-24lib/mysql-functions: ↵Erich Eckner
mysql_query_remove_old_binary_packages_from_build_list() should run the deletion part of mysql_query_and_delete_unneeded_binary_packages(), too
2018-09-24unify mktemp definitions to use --tmpdir if appropriateErich Eckner