index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-09 | bin/generate-key-graph: remove transition keyring | Erich Eckner | |
2023-06-09 | bin/get-package-updates: ignore packages with wrong hash | Erich Eckner | |
2023-06-08 | added ${repository} to build_commands (staging-xxx), for newer devtools32 | Andreas Baumann | |
2023-06-03 | make sanity-check more verbose | Erich Eckner | |
* tell, which architecture is broken | |||
2023-06-03 | make sanity-check more verbose | Erich Eckner | |
* tell, which architecture has inconsistent state | |||
2023-05-25 | update database layout | Erich Eckner | |
2023-05-24 | fix harvest-commit-times | Erich Eckner | |
make clear, it is a path -> works now for deleted stuff, too | |||
2023-05-24 | shallow clone does not work :-( | Erich Eckner | |
warning: remote HEAD refers to nonexistent ref, unable to checkout fatal: reference is not a tree: 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe ==> ERROR: Failure while creating working copy of gcc git repo Aborting... | |||
2023-05-24 | use bash for PKGBUILD parsing instead of sed-hacking the function names | Erich Eckner | |
2023-05-24 | Revert "revert shallow clone of git sources" | Erich Eckner | |
This reverts commit f026f3947655aa8cb025a9bd04ee0ba567946c03. | |||
2023-05-24 | revert shallow clone of git sources | Erich Eckner | |
* `makepkg --verifysource` does a `git fetch --all -p` * that makes the clone unshallow anyways ... | |||
2023-05-24 | fix shallow git clone of sources | Erich Eckner | |
2023-05-24 | cleanup no-more-working option "--diff|d" from bin/build-packages | Erich Eckner | |
2023-05-23 | try to do a shallow clone before building | Erich Eckner | |
2023-05-23 | fix max verifysource_trial | Erich Eckner | |
2023-05-23 | use the same pkgbase translation as upstream | Erich Eckner | |
2023-05-23 | clean up duplicate logic and unneeded options | 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-23 | fix blacklisting | Erich Eckner | |
* do not miss, if a package is added to the blacklist | |||
2023-05-23 | fix source checkout in build-packages | Erich Eckner | |
* parameters of extract_source_directory were changed, but call was not adapted | |||
2023-05-23 | emit more verbose and more correct state to stdout | Erich Eckner | |
2023-05-23 | do not remove deletion-marker for all scheduled pkgbases | Erich Eckner | |
* we should additionally match the target repository * else, a moved package will be ** marked for deletion in the old repository ** scheduled to be built in the new repository ** unmarked for deletion in *both* repositories ** only the next run will mark it for deletion again | |||
2023-05-23 | filter out lib32-* early | Erich Eckner | |
* otherwise, lib32-* packages are counted for -m, possibly leaving nothing left | |||
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 | 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 |