summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-14bin/mysql-functions: mysql_package_name_query newErich Eckner
2018-02-14bin/mysql-functions: "exit 2" rather than "return 2" on syntactical errorErich Eckner
2018-02-14bin/mysql-functions: do not increase sub_pkgrel for packages in ↵Erich Eckner
$current_repo, too (-> split packages should receive identical sub_pkgrels!)
2018-02-14bin/build-master-status-from-mysql: should take sanity-check lock (so it ↵Erich Eckner
currently cannot be run in parallel with sanity-check)
2018-02-13web-scripts/broken-packages.php: correctly link git revision of upstreamErich Eckner
2018-02-13bin/build-master-status-from-mysql: only check dependencies of package ↵Erich Eckner
sources which have binary packages currently (real or virtual)
2018-02-13bin/mysql-functions: repository should not matter for dependencies/providedErich Eckner
2018-02-13bin/return-assignment: only build-list packages are expected to have been builtErich Eckner
2018-02-13bin/build-master-status-from-mysql: ignore version of dependencies for now ↵Erich Eckner
in the sanity_check
2018-02-13bin/mysql-functions: bugfix in mysql_cleanupErich Eckner
2018-02-13bin/return-assignment: only move packages from the build-list which are on ↵Erich Eckner
the build-list
2018-02-13bin/mysql-functions: mysql_cleanup now has a dry-run capabilityErich Eckner
2018-02-13bin/db-update: remove unneccessary TODOErich Eckner
2018-02-13bin/db-update: remove done TODOErich Eckner
2018-02-13bin/return-assignment: remove done TODOErich Eckner
2018-02-13bin/mysql-functions: remove a sanity check which should not be an issueErich Eckner
2018-02-13bin/mysql-functions: do not match the sub_pkgrel on inserting provided ↵Erich Eckner
install_targets and dependencies
2018-02-13bin/sanity-check: check full name of package in databaseErich Eckner
2018-02-13bin/get-package-updates: cleanup db in trap on exitErich Eckner
2018-02-13bin/get-package-updates: test_exclusion now cooperates with the databaseErich Eckner
2018-02-12bin/get-package-updates: actually put new packages into "to-be-decided" ↵Erich Eckner
instead of "build-list"
2018-02-12bin/get-package-updates: delay update of build-list in databaseErich Eckner
2018-02-12bin/modify-package-state: mark all parts of a split package as "tested" (for ↵Erich Eckner
now)
2018-02-12bin/mysql-functions: remove handed out build-assignments which are not on ↵Erich Eckner
the build-list
2018-02-12bin/mysql-functions: add TODOErich Eckner
2018-02-12bin/mysql-functions: add check if a single build assignment having packages ↵Erich Eckner
on the build-list, deletion-list or to-beconsidered also has packages in a second "repository"
2018-02-12bin/mysql-functions: mysql_sanity_check: add check for differing sub_pkgrels ↵Erich Eckner
on the build-list
2018-02-11bin/db-update: add todoErich Eckner
2018-02-11bin/get-package-updates: create metadata (in files) less thoroughErich Eckner
2018-02-11bin/return-assignment: rely on db for checking if sent package is actually ↵Erich Eckner
to be built currently
2018-02-11bin/return-assignment: check expected packages from databaseErich Eckner
2018-02-11bin/get-package-updates: add todoErich Eckner
2018-02-11bin/get-package-updates: fix black listing mysql queryErich Eckner
2018-02-11bin/db-update: fix mysql expression - tables should have distinct namesErich Eckner
2018-02-09bin/build-master-status-from-mysql: bugfix in adding of sub_pkgrelErich Eckner
2018-02-09bin/mysql-functions: mysql_remove_duplicate_build_order: use sub_pkgrel from ↵Erich Eckner
old package
2018-02-09bin/build-master-status-from-mysql: check locked packages, tooErich Eckner
2018-02-09bin/mysql-functions: mysql_remove_duplicate_build_order: work on ↵Erich Eckner
to-be-decided instead of build-list
2018-02-09bin/mysql-functions: fix typos in mysql_cleanupErich Eckner
2018-02-09bin/mysql-functions: mysql_generate_package_metadata has more obligatory ↵Erich Eckner
parameters now
2018-02-09bin/get-package-updates: bugfix black listingErich Eckner
2018-02-08bin/mysql-functions: even more testsErich Eckner
2018-02-08bin/get-package-updates: reorder pipeErich Eckner
2018-02-08bin/mysql-functions: add quick-repair (removes falsely scheduled packages, ↵Erich Eckner
but transfers all dependencies,installs to new packages)
2018-02-08bin/get-package-updates: create metadata for _new_ build list packagesErich Eckner
2018-02-08bin/mysql-functions: more cleanup and checksErich Eckner
2018-02-08bin/get-package-updates: take dependency information for black listing from ↵Erich Eckner
database
2018-02-08bin/get-package-updates: fix typo in mysql queryErich Eckner
2018-02-08bin/ii-connect: specify irc host (how did that work before???)Erich Eckner
2018-02-08bin/get-package-updates: removing a package from the deletion list should ↵Erich Eckner
remove is_to_be_deleted markers, too