index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | extract_source_directory: fix patching of PKGBUILDs | Erich Eckner | |
2023-05-22 | fix package deletion upon update | Erich Eckner | |
2023-05-22 | short-circuit the package-deletion, it sees "too much" | Erich Eckner | |
2023-05-22 | removed docu about opcodes | Andreas Baumann | |
2023-05-22 | removed opcode checks (they were never really finished and in use) | Andreas Baumann | |
2023-05-22 | bin/get-package-updates: ignore to_be_deleted packages | Erich Eckner | |
* either, they should be deleted -> nothing to do here * or they should not -> reschedule | |||
2023-05-22 | add cautionary hint | Erich Eckner | |
2023-05-22 | bin/get-package-updates --max-upstream-packages new | Erich Eckner | |
* allows to hackily update only a subset of all modified packages | |||
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 | bin/strict-bashism-check: only check, what was changed | Erich Eckner | |
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 | local-build-package was no longer used | Erich Eckner | |
2023-05-22 | properly indent help text | Erich Eckner | |
2023-05-22 | extract_source_directory: fix typo | Erich Eckner | |
2023-05-22 | simplify check for deletion | Erich Eckner | |
* do not archive the whole repository * this should hopefully be faster | |||
2023-05-22 | add some debug output | Erich Eckner | |
* make it not appear as it is stuck | |||
2023-05-22 | extract_source_directory: download from cache | Erich Eckner | |
2023-05-22 | attempt to fix local-build-package | Erich Eckner | |
* it was broken before, don't expect too much | |||
2023-05-22 | repair build-packages: use the new git layout | Erich Eckner | |
2023-05-22 | remove apply_trunk_patch - it makes no sense | Erich Eckner | |
2023-05-22 | fix harvest-commit-times: | Erich Eckner | |
* new git structure | |||
2023-05-22 | extract_source_directory: translate "+" to "plus" in pkgbase before downloading | Erich Eckner | |
2023-05-22 | bin/get-package-updates: delete packages by repository | Erich Eckner | |
* this should fix moving of packages | |||
2023-05-22 | fix duplicate-package error for moved packages | Erich Eckner | |
* now, moving packages is broken, it won't remove the source * add a TODO to fix this | |||
2023-05-22 | fix syntax error | Erich Eckner | |
2023-05-22 | remove debug-hack | 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-22 | .gitignore .idea | Erich Eckner | |
2023-05-20 | mysql_package_version_query: fix typo | Erich Eckner | |
2023-05-20 | mysql_package_version_query new | Erich Eckner | |
2023-05-20 | anti-apartheid: master -> main | Erich Eckner | |
2023-05-20 | bin/get-package-updates: short-circuit blacklist logic for now | 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 | |||
2023-04-17 | bin/return-assignment: save the logs of successful builds | Erich Eckner | |
2023-04-17 | bin/build-packages: save the log_file also when success - the package might ↵ | Erich Eckner | |
be broken | |||
2023-03-28 | bin/manual-fix: actually load the config | Erich Eckner | |
2023-03-28 | bin/manual-fix: clear previously-defined "_fix_*" functions | Erich Eckner | |
2023-03-28 | bin/manual-fix new | Erich Eckner | |
2023-03-14 | checking for deep42thought: also copy signatures | Andreas Baumann | |
2023-02-03 | bin/cleanup: lock the database - this should not run in parallel to db-update | Erich Eckner | |
2022-12-01 | bin/build-packages: import gpg keys from git source repository | Erich Eckner | |
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 |