summaryrefslogtreecommitdiff
path: root/bin/return-assignment
AgeCommit message (Collapse)Author
2018-06-18bin/return-assignment: mark log_file as existent when putting new entry into ↵Erich Eckner
failed_builds
2018-06-13lib/common-functions: recompress_gz() new to recompress databases before ↵Erich Eckner
sending, so they are transferred faster by rsync
2018-06-13$master_mirror_rsync_command now with "-l" by defaultErich Eckner
2018-06-12"--copy-dest" should only be an option in bin/return-assignment copying ↵Erich Eckner
packages, also "-c" should be used, there
2018-06-11lib/common-functions: remove_old_package_versions(): read bpir_ids from ↵Erich Eckner
stdin, do not fail on non-existend action files
2018-06-11bin/return-assignment: prepend "./" for rsyncErich Eckner
2018-06-08bin/return-assignment: fix typo in upload locationErich Eckner
2018-06-08bin/return-assignment: fix typo in queryErich Eckner
2018-06-08new column `architecture_compatibilities`.`fully_compatible` to show wether ↵Erich Eckner
all built packages will be compatible in the indicated way (in contrast to: instruction set of arch $x is a subset of arch $y) - beware of linking against libraries compiled for different architectures!
2018-06-07bin/return-assignment: put built packages only in repos for those ↵Erich Eckner
architectures, where the package runs
2018-06-07bin/return-assignment: possibly copy a single split package to multiple ↵Erich Eckner
architectures
2018-06-07bin/return-assignment: some style updatesErich Eckner
2018-06-07bin/return-assignment: use file instead of space-separated variable to store ↵Erich Eckner
built package names
2018-06-05bin/return-assignment: use ids instead of select queriesErich Eckner
2018-06-05bin/return-assignment: identify build-list by idErich Eckner
2018-06-05bin/return-assignment: add TODOErich Eckner
2018-06-01lib/mysql-functions, bin/return-assignment: keep build_slaves information ↵Erich Eckner
synchronously up-to-date
2018-06-01bin/return-assignment: binary_packages -> binary_packages_in_repositoriesErich Eckner
2018-05-31fill new columns in `binary_packages_in_repositories`, tooErich Eckner
2018-05-31DATETIME -> TIMESTAMPErich Eckner
2018-05-31lib/common-functions: remove_old_package_versions() acts now on ↵Erich Eckner
binary_packages_in_repositories
2018-05-31bin/return-assignment: update -> insert + delete = prepare for multi-archErich Eckner
2018-05-30bin/return-assignment: copy symlinks via rsync instead of sftpErich Eckner
2018-05-30bin/return-assignment: create symlinks per sftpErich Eckner
2018-05-30bin/return-assignment: upload symlinks - might break db-update ... we will ↵Erich Eckner
see :-D
2018-05-30bin/return-assignment: put packages in /pool (currently as a copy to not ↵Erich Eckner
break anything)
2018-05-30bin/return-assignment: do not write `binary_packages`.`repository`Erich 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-15bin/return-assignment: reset build_assignments.priority in case of failed buildErich Eckner
2018-05-14bin/return-assignment: keep binary_packages_in_repositories.repository ↵Erich Eckner
up-to-date
2018-05-14bin/return-assignment: fix some mysql queriesErich Eckner
2018-05-14bin/return-assignment: fix regexErich Eckner
2018-05-13bin/return-assignment: fix typoErich Eckner
2018-05-09bin/return-assignment: identify built packages by their idErich Eckner
2018-05-09bin/return-assignment: identify more stuff by its idErich Eckner
2018-05-08lib/common-functions: rewrite remove_old_package_versions to use db and take ↵Erich Eckner
package id as parameter
2018-05-08bin/return-assignment: add TODOErich 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
2018-04-24bin/return-assignment: do not try to add failures if none were identifiedErich Eckner
2018-04-22bin/db-update,bin/return-assignment: update `binary_packages`.`last_moved`Erich Eckner
2018-04-20bin/return-assignment: set `build_assignments`.`return_date`Erich Eckner
2018-04-16remove `files` and `file_providers` - they're not practicable in the databaseErich Eckner
2018-04-15bin/copy-to-build-support bin/delete-packages bin/return-assignment: set ↵Erich Eckner
TMPDIR out of tmpfs, so repo-* won't run out of space
2018-03-29bin/return-assignment: skip file insertion for nowErich Eckner
2018-03-29lib/mysql-functions, bin/return-assignment: ↵Erich Eckner
mysql_insert_package_files_query() new and used
2018-03-27bin/return-assignment: remove build_slave.logged_lines if job is removedErich Eckner
2018-03-27bin/return-assignment: remove duplicate files from table instead of failingErich Eckner