index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-29 | lib/mysql-functions: do not add NULL versions | Erich Eckner | |
2018-10-29 | lib/mysql-functions: ommit pkgrel from versioned dependencies, etc. | Erich Eckner | |
2018-10-11 | lib/mysql-functions: ↵ | Erich Eckner | |
mysql_query_remove_old_binary_packages_from_build_list() should COMMIT between queries | |||
2018-10-11 | lib/mysql-functions: mysql_generate_package_metadata() should remove ↵ | Erich Eckner | |
identical binary_packages which are unbuilt before inserting new ones | |||
2018-10-02 | lib/mysql-functions: mysql_run_query(): rename INFILEs to make query more ↵ | Erich Eckner | |
easily replayable | |||
2018-09-28 | lib/mysql-functions: mysql_cleanup() now also cleans up the priorities of ↵ | Erich Eckner | |
build_assignments | |||
2018-09-26 | lib/mysql-functions: add mysq_join_package_sources_toolchain_order and vice ↵ | Erich Eckner | |
versa | |||
2018-09-26 | lib/mysql-functions: mysql_generate_package_metadata(): only remove old ↵ | Erich Eckner | |
binary packages without a checksum | |||
2018-09-26 | lib/mysql-functions: mysql_generate_package_metadata(): remove old ↵ | Erich Eckner | |
binary_packages_in_repositories iff inserting into build-list or to-be-decided-list | |||
2018-09-24 | lib/mysql-functions: ↵ | Erich Eckner | |
mysql_query_remove_old_binary_packages_from_build_list() should run the deletion part of mysql_query_and_delete_unneeded_binary_packages(), too | |||
2018-09-24 | unify mktemp definitions to use --tmpdir if appropriate | Erich Eckner | |
2018-09-24 | lib/mysql-functions: let `commit_time` unset in mysql_add_package_source() | Erich Eckner | |
2018-09-20 | lib/mysql-functions: mysql_add_package_source(): add TODO | Erich Eckner | |
2018-09-19 | lib/mysql-functions: mysql_find_build_assignment_loops(): fix table name | Erich Eckner | |
2018-09-19 | lib/mysql-functions: mysql_find_build_assignment_loops(): use awk, a ↵ | Erich Eckner | |
tmp_file and load data local instead of bash, pipes and insert into | |||
2018-09-19 | lib/mysql-functions: mysql_find_build_assignment_loops(): bugfix & cleanup | Erich Eckner | |
2018-09-19 | lib/mysql-functions: mysql_find_build_assignment_loops(): insert looped ↵ | Erich Eckner | |
packages, 20 at a time | |||
2018-09-17 | lib/mysql-functions: mysql_query_has_pending_dependencies() should ignore ↵ | Erich Eckner | |
dependencies which have identical build_assignments | |||
2018-09-17 | lib/mysql-functions: mysql_generate_package_metadata(): arch= definitions in ↵ | Erich Eckner | |
package_xx() override arch= definitions elsewhere in the PKGBUILD | |||
2018-09-14 | lib/mysql-functions: add TODO | Erich Eckner | |
2018-09-14 | use i486 in more places | Erich Eckner | |
2018-09-14 | lib/mysql-functions: mysql_find_build_assignment_loops(): look for ↵ | Erich Eckner | |
dependency loops separated by architectures | |||
2018-09-13 | lib/mysql-functions: ↵ | Erich Eckner | |
mysql_join_dependencies_install_target_providers_with_versions(): fix parameter order in call of mysql_query_ordering_correct() | |||
2018-09-13 | lib/mysql-functions: mysql_query_has_pending_dependencies(): do not use ↵ | Erich Eckner | |
external stuff in internal JOIN...ONs | |||
2018-09-13 | lib/mysql-functions: mysql_find_build_assignment_loops() should ignore ↵ | Erich Eckner | |
makedepends iff there is already a built version available | |||
2018-09-13 | lib/mysql-functions: we do not need to wait for makedepends, as long as ↵ | Erich Eckner | |
_any_ available package provides the makedepends | |||
2018-09-13 | bin/get-assignment: lib/mysql-functions ↵ | Erich Eckner | |
mysql_query_has_pending_dependencies() takes architecture id, not label! | |||
2018-09-13 | lib/mysql-functions: mysql_query_ordering_correct() new | Erich Eckner | |
2018-09-13 | lib/mysql-functions: remove obsolete function mysql_update_versions_ordering() | Erich Eckner | |
2018-09-13 | toolchain_order is now an ordinary table | Erich Eckner | |
2018-09-12 | lib/mysql-functions: add TODO | Erich Eckner | |
2018-09-12 | lib/mysql-functions: mysql_cleanup(): fix typo | Erich Eckner | |
2018-09-12 | lib/mysql-functions: mysql_cleanup() now also removes virtual packages from ↵ | Erich Eckner | |
binary_packages which are not linked by binary_packages_in_repositories | |||
2018-09-12 | lib/mysql-functions: ↵ | Erich Eckner | |
mysql_query_remove_old_binary_packages_from_build_list() new | |||
2018-09-12 | bin/get-assignment,lib/mysql-functions: ↵ | Erich Eckner | |
mysql_query_has_pending_dependencies() now only looks for a single architecture | |||
2018-09-12 | lib/mysql-functions: mysql_run_query(): wait 10..20 seconds between ↵ | Erich Eckner | |
successive trials of mysql queries | |||
2018-09-11 | lib/mysql-functions: fix typo | Erich Eckner | |
2018-09-11 | lib/mysql-functions: retrieve list of i486 packages from master mirror, too | Erich Eckner | |
2018-09-11 | lib/mysql-functions: mysql_sanity_check(): two packages with different ↵ | Erich Eckner | |
architectures in equally-stable any-repositories cannot be a "duplicate package in equally stable repositories" | |||
2018-09-11 | lib/mysql-functions: allow i486 | Erich Eckner | |
2018-09-06 | lib/mysql-functions: mysql_generate_package_metadata(): packages in ↵ | Erich Eckner | |
to-be-decided should not be added with increased sub_pkgrel | |||
2018-09-05 | lib/mysql-functions: fix calculation of sub_pkgrel | Erich Eckner | |
2018-09-04 | mysql_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-04 | lib/mysql-functions, bin/return-assignment: do not add "<=\infty" dependency ↵ | Erich Eckner | |
- ">=0" dependency is already enough | |||
2018-09-04 | lib/mysql-functions: fix typo | Erich Eckner | |
2018-09-04 | lib/mysql-functions: mysql_run_query() if a query containing "LOAD DATA ↵ | Erich Eckner | |
LOCAL INFILE ..." failed, save those files for furhter inspection | |||
2018-09-04 | lib/mysql-functions: mysql_generate_package_metadata(): add missing ↵ | Erich Eckner | |
condition to mysql join | |||
2018-09-04 | lib/mysql-functions: increase sub_pkgrel iff binary_package existed already ↵ | Erich Eckner | |
off the build-list | |||
2018-09-03 | lib/mysql-functions: add TODO | Erich Eckner | |
2018-09-03 | lib/mysql-functions: remove done TODO | Erich Eckner | |