summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
AgeCommit message (Collapse)Author
2018-09-13bin/get-package-updates, bin/seed-build-list: removal of old packages ↵Erich Eckner
requires run of mysql_find_build_assignment_loops first
2018-09-12lib/mysql-functions: ↵Erich Eckner
mysql_query_remove_old_binary_packages_from_build_list() new
2018-09-03bin/seed-build-list, bin/get-package-updates: sort versions if necessaryErich 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-08-16bin/get-package-updates: fix bug when deleting a packageErich 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-27bin/get-package-updates: legacy-blacklist-parsing removedErich Eckner
2018-07-25bin/get-package-updates: blacklisting is now done by a stored procedureErich Eckner
2018-07-24bin/get-package-updates: remove done TODOErich Eckner
2018-07-24bin/get-package-updates: blacklist allows now to specify an architectureErich Eckner
2018-07-24bin/get-package-updates: add TODOErich Eckner
2018-07-23bin/get-package-updates: use 'LOAD DATA LOCAL INFILE "%s" INTO TABLE `%s`' ↵Erich Eckner
instead of 'INSERT IGNORE INTO `%s` VALUES ...'
2018-07-23bin/get-package-updates: add TODOErich Eckner
2018-07-23bin/get-package-updates: remove done TODOErich Eckner
2018-07-23do not address deletion-list directly, but rather by its stability "forbidden"Erich Eckner
2018-06-21bin/get-package-updates: clarify TODOErich Eckner
2018-06-18bin/get-package-updates: update TODOErich Eckner
2018-06-18make "git remote update" failure non-fatal - if it is actually required, we ↵Erich Eckner
will fail later anyways
2018-06-11bin/get-package-updates: remove obsolete TODOErich Eckner
2018-06-11bin/get-package-updates: clarify TODOErich Eckner
2018-06-11update TODOsErich Eckner
2018-06-08bin/get-package-updates: add todoErich Eckner
2018-06-08bin/get-package-updates: add todoErich Eckner
2018-06-07bin/get-package-updates: make TODO more preciseErich Eckner
2018-06-07bin/get-package-updates: make TODO more preciseErich Eckner
2018-06-07bin/get-package-updates: add TODOErich Eckner
2018-06-04remove github linksErich Eckner
2018-06-01bin/get-package-updates: keep binary_packages_in_repositories up-to-dateErich Eckner
2018-05-31fill new columns in `binary_packages_in_repositories`, tooErich Eckner
2018-05-30bin/get-package-updates: do not write `binary_packages`.`repository`Erich Eckner
2018-05-30bin/get-package-updates: do not read `binary_packages`.`repository`Erich Eckner
2018-05-30lib/mysql-functions: mysql_retrieve_repository_ids() -> ↵Erich Eckner
mysql_retrieve_static_information() ... and it will be called automatically by lib/load-configuration
2018-05-28bin/build-packages, bin/get-package-updates: "git fetch" -> "git remote update"Erich Eckner
2018-05-25bin/get-package-updates: fix queryErich Eckner
2018-05-25lib/mysql-functions: make mysql_join_binary_packages_repositories and ↵Erich Eckner
mysql_join_repositories_binary_packages obsolete
2018-05-25conf/default.conf -> lib/load-configuration; conf/local.conf -> ↵Erich Eckner
conf/{common,master,slave}.conf
2018-05-25verbose_flock new: it calls flock and reports about blocking processes on errorErich Eckner
2018-05-21bin/get-package-updates: relevant_for_building OR ↵Erich Eckner
relevant_for_binary_packages suffices for black listing (not AND)
2018-05-15bin/get-package-updates: add TODOErich Eckner
2018-05-15bin/db-update,bin/delete-packages,bin/get-package-updates -b|--block -> ↵Erich Eckner
-w|--wait to unitise flags
2018-05-15lib/mysql-functions: mysql_generate_package_metadata() expect ↵Erich Eckner
current_repository_id instead of current_repository as parameter
2018-05-15bin/get-package-updates: fix typoErich Eckner
2018-05-15bin/get-package-updates: retrieve repository ids in the beginning and use ↵Erich Eckner
stored valued afterwards
2018-05-14bin/get-package-updates: set binary_packages_in_repositories.repository ↵Erich Eckner
correctly at the end
2018-05-09bin/get-package-updates: keep binary_packages_in_repositories up to dateErich Eckner
2018-05-08lib/mysql-functions: mysql_package_name_query make table names customizableErich Eckner
2018-05-04lib/common-functions: irc_say: accept channel as parameterErich Eckner