index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-17 | lib/intentions-queue: make execute_all_intentions() locking | Erich Eckner | |
* now, it's safe to call it in almost all places * this enables us to do it at the start of many scripts, potentially cleaning up old left-over intentions | |||
2023-07-15 | lib/mysql-functions: increase delay | Erich Eckner | |
2023-07-14 | mysql_run(): improve retry mechanism | Erich Eckner | |
* try 15 times instead of 10 * increase time interval from trial to trial, hopefully hitting an empty spot sometime | |||
2023-07-14 | mysql_run_query(): if it is called by an intention, log the whole intention | Erich Eckner | |
2023-07-13 | mysql_run_query, intent_something: add comments about the caller | Erich Eckner | |
* aid in finding which tool broke, if there are residual files on the buildmaster | |||
2023-07-13 | mysql -> mariadb | Erich Eckner | |
* get rid of the deprecation warning | |||
2023-07-08 | removed pkginfo cache | Andreas Baumann | |
2023-07-08 | mysql_generate_package_metadata(): more verbose debug output | Erich Eckner | |
2023-07-08 | extract_source_directory(): fix file reference | Erich Eckner | |
2023-07-08 | extract_source_directory(): make error message more verbose | Erich Eckner | |
2023-07-08 | extract_source_directory(): put tmpfile into tmp_dir, so it gets cleaned up | Erich Eckner | |
2023-07-08 | lib/common-functions: fix error message | Erich Eckner | |
2023-07-06 | do not download anything from upstream for build-support packages | Andreas Baumann | |
2023-07-02 | make upstream package download non-fatal (for instance for build-support ↵ | Andreas Baumann | |
packages with a complete PKGBUILD | |||
2023-07-01 | renamed pkginfo cache and url, so that build-support works too | Andreas Baumann | |
2023-07-01 | extract_source_directory: trying to handle upstream-packages curl error | Andreas Baumann | |
2023-06-29 | fixed error in make_source_info_using_cache | Andreas Baumann | |
2023-06-29 | trying to use pkginfo cache | Andreas Baumann | |
2023-06-11 | allow to overwrite config location by CONFIG_DIR environment variable | Erich Eckner | |
2023-06-11 | extract path to configuration into variable | Erich Eckner | |
* prepare for overwriting location of configuration dir | |||
2023-05-23 | use the same pkgbase translation as upstream | Erich Eckner | |
2023-05-23 | make tree-substitution more specific | Erich Eckner | |
2023-05-23 | tree is called unix-tree - w. t. f. | Erich Eckner | |
2023-05-23 | Revert "extract_source_directory(): remove pkgbase transcription" | Erich Eckner | |
This reverts commit 8ab642824755b58abb8390f38a475cba05fd5e07. apparently, upstream did *not* rename their repos, just our cache does not see, that it's broken ... | |||
2023-05-23 | extract_source_directory(): remove pkgbase transcription | Erich Eckner | |
* apparently, upstream renamed their repositories to match the pkgbase :-) | |||
2023-05-22 | remove PKGBUILD_mod from everywhere - it's encoded in the mod_git_revision | Erich Eckner | |
2023-05-22 | extract_source_directory: fix patching of PKGBUILDs | Erich Eckner | |
2023-05-22 | removed opcode checks (they were never really finished and in use) | Andreas Baumann | |
2023-05-22 | extract_source_directory: silence + final check | Erich Eckner | |
* we allow for some commands to fail, if in the end we have a PKGBUILD | |||
2023-05-22 | fix pkgbase_translation | Erich Eckner | |
apparently, sometimes "+" is translated by "-" - see e.g. https://gitlab.archlinux.org/archlinux/packaging/packages/gtk2-extra what a mess | |||
2023-05-22 | make shellcheck happy | Erich Eckner | |
2023-05-22 | build-packages: do not try to download sources from archlinux - we don't ↵ | Erich Eckner | |
have a repo anymore | |||
2023-05-22 | extract_source_directory: fix typo | Erich Eckner | |
2023-05-22 | extract_source_directory: download from cache | Erich Eckner | |
2023-05-22 | remove apply_trunk_patch - it makes no sense | Erich Eckner | |
2023-05-22 | extract_source_directory: translate "+" to "plus" in pkgbase before downloading | Erich Eckner | |
2023-05-22 | get-package-updates should work again | Erich Eckner | |
2023-05-22 | extract_source_directory(): fix some bugs: | Erich Eckner | |
* rev -> revision * the downloaded tar.gz has actually a folder with the desired content | |||
2023-05-20 | mysql_package_version_query: fix typo | Erich Eckner | |
2023-05-20 | mysql_package_version_query new | Erich Eckner | |
2023-05-20 | lib/load-configuration: clone state via https - no credentials needed | Erich Eckner | |
2023-05-20 | lib/load-configuration: fix state clone | Erich Eckner | |
2023-05-20 | update set of repositories | Erich Eckner | |
2023-05-20 | lib/mysql-functions: drop unneeded join | Erich Eckner | |
2023-05-20 | lib/common-functions: remove unneeded functions | Erich Eckner | |
* this breaks everything * everything was broken anyways | |||
2023-05-15 | lib/mysql-functions: make ↵ | Erich Eckner | |
mysql_determine_majority_build_slave_architecture_id more robust * when there are no logs, it would return empty and break the next sql syntactically * give -1 instead, this should not match anything | |||
2022-09-28 | lib/common-functions: find_package_repository_to_package(): if multiple ↵ | Erich Eckner | |
repositories are found, apply some sanity filter based on the database | |||
2022-09-28 | bin/check-mirrors: use lock file to only run once without parameters at the ↵ | Erich Eckner | |
same time | |||
2022-07-04 | lib/mysql-functions: mysql_sanity_check(): check for signature in db, too | Erich Eckner | |
2022-05-18 | make linter happy | Erich Eckner | |