summaryrefslogtreecommitdiff
path: root/bin/seed-build-list
AgeCommit message (Collapse)Author
2018-09-18do not delete lock filesErich Eckner
2018-09-14bin/seed-build-list: remove debug output introduced in dc6a8a45Erich Eckner
2018-09-14bin/seed-build-list: cleanupErich Eckner
2018-09-14bin/seed-build-list: add TODOErich Eckner
2018-09-14bin/seed-build-list: fix sed logicErich Eckner
2018-09-14use i486 in more placesErich Eckner
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-12bin/seed-build-list: should run mysql_cleanup() in the end, too (like ↵Erich Eckner
bin/get-package-updates)
2018-09-12lib/mysql-functions: ↵Erich Eckner
mysql_query_remove_old_binary_packages_from_build_list() new
2018-09-07bin/seed-build-list: add TODOErich Eckner
2018-09-04mysql_join_dependencies_install_target_providers_with_versions() and ↵Erich Eckner
mysql_join_install_target_providers_dependencies_with_versions() new - do not ignore the stored versions!
2018-09-03bin/seed-build-list, bin/get-package-updates: sort versions if necessaryErich Eckner
2018-08-11bin/seed-build-list: fix typo in queryErich Eckner
2018-07-29bin/seed-build-list: fix typoErich Eckner
2018-07-25bin/seed-build-list: upon un-deleting a package, actually _remove_ it from ↵Erich Eckner
the deletion-list
2018-07-20bin/seed-build-list: add TODOErich Eckner
2018-07-19bin/seed-build-list: huge cleanupErich Eckner
2018-07-19bin/seed-build-list: cleanup + new TODOErich Eckner
2018-07-19bin/seed-build-list: remove -c|--cron-exitErich Eckner
2018-07-19bin/seed-build-list: remove unnecessary joinErich Eckner
2018-07-18bin/seed-build-list: entries in conf/seed-ignore-packages do not make _all_ ↵Erich Eckner
matching packages ignored, but only upstream-mirror ones (-m)
2018-07-18bin/seed-build-list: fix typo in commentErich Eckner
2018-07-17bin/seed-build-list: add TODOErich Eckner
2018-07-03bin/seed-build-list: -u|--undelete newErich Eckner
2018-06-28bin/seed-build-list: remove suprafluid TODOErich Eckner
2018-06-27bin/seed-build-list: be more conservative with -a: do not reschedule ↵Erich Eckner
packages, just because a build-list item will replace the least-stable provider of some dependency (there are no link dependencies on the build-list!)
2018-06-26bin/seed-build-list: dependencies are also broken if they are not the least ↵Erich Eckner
stable ones (because then, they will block stabilizing of something)
2018-06-26bin/seed-build-list: add TODOErich Eckner
2018-06-25bin/seed-build-list: multilib is a valid upstream repositoryErich Eckner
2018-06-25bin/seed-build-list: clarify help textErich Eckner
2018-06-25bin/seed-build-list: -c new: exit-code=0 for unavailable lockErich Eckner
2018-06-04bin/seed-build-list: use id of repositoriesErich Eckner
2018-06-01make `binary_packages`.`is_to_be_deleted` and `binary_packages`.`last_moved` ↵Erich Eckner
obsolete; cleanup some queries
2018-06-01bin/seed-build-list: style cleanupErich Eckner
2018-05-30bin/seed-build-list: simplify "exists (select * from ...)" queriesErich 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-30bin/seed-build-list: get repositories from databaseErich Eckner
2018-05-28bin/seed-build-list: have standardly ignored packages in ↵Erich Eckner
conf/seed-ignore-packages
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-15lib/mysql-functions: mysql_generate_package_metadata() expect ↵Erich Eckner
current_repository_id instead of current_repository as parameter
2018-05-08lib/mysql-functions: mysql_package_name_query make table names customizableErich Eckner
2018-04-11bin/seed-build-list: de-clutter outputErich Eckner
2018-04-10lib/mysql-functions: mysql_add_package_source: $old_git_revision new to ↵Erich Eckner
shorten lookup of commit date
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-22decommission build-list fileErich Eckner
2018-03-22lib/common-functions: remove generate_package_metadata, delete_old_metadata ↵Erich Eckner
- this information is now in the database
2018-03-22bin/seed-build-list: print name to stdout, too, so return-assignment reports ↵Erich Eckner
correcly about rescheduled packages
2018-03-22bin/seed-build-list: display error on failed lockErich Eckner