summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-03lib/mysql-functions: update TODOErich Eckner
2018-09-03lib/mysql-functions: fix typoErich Eckner
2018-09-03lib/mysql-functions: update TODOErich Eckner
2018-09-03lib/mysql-functions: change naming scheme of mysql query temp filesErich Eckner
2018-09-03bin/return-assignment: save version of required and provided librariesErich Eckner
2018-09-03misc/database-layout.dump, misc/database-layout.dmf: new table `versions` - ↵Erich Eckner
not yet in FOREIGN KEYs
2018-09-03bin/bootstrap-mysql: disable some shellcheckErich Eckner
2018-09-02lib/load-configuration: add TODOErich Eckner
2018-09-01misc/package-flow.dot newErich Eckner
2018-09-01lib/mysql-functions: fix style: "exit" from subshell, not "return" from itErich Eckner
2018-09-01lib/mysql-functions: exit early from mysql_sort_versions() if all versions ↵Erich Eckner
are ordered already
2018-09-01lib/mysql-functions: mysql_sort_versions newErich Eckner
2018-09-01lib/common-functions: fix typoErich Eckner
2018-09-01lib/mysql-functions: cleanup TODOErich Eckner
2018-09-01lib/mysql-functions: update TODOErich Eckner
2018-09-01bin/get-package-updates: update TODOErich Eckner
2018-09-01bin/get-package-updates: fixup: finding a deleted package in _archlinux32_ ↵Erich Eckner
is not enough to leave the loop - we might find it upstream, too
2018-09-01bin/get-package-updates: finding a deleted package in archlinux32 is not ↵Erich Eckner
enough to leave the loop - we might find it upstream, too
2018-09-01lib/mysql-functions: clean upErich Eckner
2018-08-19bin/build-packages: change TODOErich Eckner
2018-08-16bin/find-obsolete-packages: ignore _all_ packages w/o upstream sources in ↵Erich Eckner
our database - they're intentionally additional
2018-08-16bin/get-package-updates: fix bug when deleting a packageErich Eckner
2018-08-16update database dumpErich Eckner
2018-08-16bin/bootstrap-mysql: `blacklist_packages`: black list based on _package_ ↵Erich Eckner
architecture, not _repository_ architecture (the latter is "any" for the build-list - that is not, what we want)
2018-08-15bin/build-packages: python and python2 packages may be built with ↵Erich Eckner
:without_check:, too - just like haskell
2018-08-15bin/bootstrap-mysql: add TODOErich Eckner
2018-08-11bin/seed-build-list: fix typo in queryErich Eckner
2018-08-09bin/get-assignment: add todoErich Eckner
2018-08-09bin/return-assignment: reschedule returned toolchain packages if the earlier ↵Erich Eckner
toolchain packages are not compiled _once_ (instead of "are still on the build-list")
2018-08-09bin/return-assignment: only consider packages on the build-list (a ↵Erich Eckner
build_assignment might have already built binary_packages attached to it - think of the toolchain)
2018-08-02bin/build-master-status: more diversity in database-dirty messagesErich Eckner
2018-07-31bin/get-package-updates: whoops, `bl` is now `blacklist`Erich Eckner
2018-07-31bin/get-package-updates: repair inserting of blacklist reasonsErich Eckner
2018-07-29bin/seed-build-list: fix typoErich Eckner
2018-07-27lib/mysql-functions: add TODOErich Eckner
2018-07-27lib/mysql-functions: mysql_update_versions_ordering() newErich Eckner
2018-07-27misc/database-layout.dmf: `versions` table newErich Eckner
2018-07-27misc/database-layout.dump: new stored functions: find_the_culprit and ↵Erich Eckner
blacklist_packages
2018-07-27bin/get-package-updates: legacy-blacklist-parsing removedErich Eckner
2018-07-26bin/return-assignment: fix typosErich Eckner
2018-07-26bin/return-assignment: reschedule toolchain packages if they were not fully ↵Erich Eckner
unblocked
2018-07-26bin/return-assignment: use temp table instead of parsing package-idsErich Eckner
2018-07-26lib/mysql-functions: mysql_query_create_toolchain_order() newErich Eckner
2018-07-26bin/get-assignment: honor order of toolchain when handing out assignmentsErich Eckner
2018-07-26bin/get-assignment: only hand out `fully_compatible` architecturesErich Eckner
2018-07-26lib/mysql-functions: mysql_retrieve_static_information(): retrieve ↵Erich Eckner
architecture ids, too
2018-07-26bin/db-update: fix typoErich Eckner
2018-07-26bin/db-update: only mark packages in testing as tested after ↵Erich Eckner
${max_testing_duration}
2018-07-26lib/common-functions: partially revert b452a2a -- we _do_ need those ↵Erich Eckner
dependencies, because commit time is unreliable
2018-07-25bin/seed-build-list: upon un-deleting a package, actually _remove_ it from ↵Erich Eckner
the deletion-list