summaryrefslogtreecommitdiff
path: root/bin
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-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-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-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-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-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-24unify mktemp definitions to use --tmpdir if appropriateErich Eckner
2018-09-24bin/get-package-updates: do not print old_repo_revision in intermediate pipeErich Eckner
2018-09-24lib/mysql-functions: let `commit_time` unset in mysql_add_package_source() ↵Erich Eckner
-- whoops, I forgot most of the files
2018-09-24bin/harvest-commit-times newErich Eckner
2018-09-24bin/return-assignment: check that the packager is setErich Eckner
2018-09-24bin/return-assignment: add TODOErich Eckner
2018-09-20bin/sanity-check: ignore unimportant query leftovers (they may be still running)Erich Eckner
2018-09-20bin/build-master-status: mark the queries as unimportantErich Eckner
2018-09-18do not delete lock filesErich Eckner
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git fetch ↵Erich Eckner
origin master:master" only works for bare repositories - use "git remote update" for non-bare ones
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git remote ↵Erich Eckner
update" -> "git fetch origin master:master"
2018-09-17bin/return-assignment: the slave reports back _its_ architecture, not the ↵Erich Eckner
one of the build-assignment
2018-09-17bin/return-assignment: save correct name of log file in data baseErich Eckner
2018-09-15bin/return-assignment: fill all columns of `dependencies`Erich Eckner
2018-09-14bin/seed-build-list: remove debug output introduced in dc6a8a45Erich Eckner