Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-12forgot getopt (build-packages)Andreas Baumann
2023-06-12build-packages: added a -e parameter for endless self-executionAndreas Baumann
2023-06-11allow to overwrite config location by CONFIG_DIR environment variableErich Eckner
2023-06-11extract path to configuration into variableErich Eckner
* prepare for overwriting location of configuration dir
2023-06-11lock on a file in $tmp_dirErich Eckner
* so we can run the script multiple times in parallel without needing to clone the repository
2023-06-11fix commentErich Eckner
2023-06-11make ping-build-master lock on any file given on the command lineErich Eckner
2023-06-11removed single quites in build_command (introduced by ${repository} patch)Andreas Baumann
2023-06-09bin/generate-key-graph: remove transition keyringErich Eckner
2023-06-09bin/get-package-updates: ignore packages with wrong hashErich Eckner
2023-06-08added ${repository} to build_commands (staging-xxx), for newer devtools32Andreas Baumann
2023-06-03make sanity-check more verboseErich Eckner
* tell, which architecture is broken
2023-06-03make sanity-check more verboseErich Eckner
* tell, which architecture has inconsistent state
2023-05-25update database layoutErich Eckner
2023-05-24fix harvest-commit-timesErich Eckner
make clear, it is a path -> works now for deleted stuff, too
2023-05-24shallow 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-24use bash for PKGBUILD parsing instead of sed-hacking the function namesErich Eckner
2023-05-24Revert "revert shallow clone of git sources"Erich Eckner
This reverts commit f026f3947655aa8cb025a9bd04ee0ba567946c03.
2023-05-24revert shallow clone of git sourcesErich Eckner
* `makepkg --verifysource` does a `git fetch --all -p` * that makes the clone unshallow anyways ...
2023-05-24fix shallow git clone of sourcesErich Eckner
2023-05-24cleanup no-more-working option "--diff|d" from bin/build-packagesErich Eckner
2023-05-23try to do a shallow clone before buildingErich Eckner
2023-05-23fix max verifysource_trialErich Eckner
2023-05-23use the same pkgbase translation as upstreamErich Eckner
2023-05-23clean up duplicate logic and unneeded optionsErich Eckner
2023-05-23make tree-substitution more specificErich Eckner
2023-05-23tree is called unix-tree - w. t. f.Erich Eckner
2023-05-23Revert "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-23extract_source_directory(): remove pkgbase transcriptionErich Eckner
* apparently, upstream renamed their repositories to match the pkgbase :-)
2023-05-23fix blacklistingErich Eckner
* do not miss, if a package is added to the blacklist
2023-05-23fix source checkout in build-packagesErich Eckner
* parameters of extract_source_directory were changed, but call was not adapted
2023-05-23emit more verbose and more correct state to stdoutErich Eckner
2023-05-23do not remove deletion-marker for all scheduled pkgbasesErich 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-23filter out lib32-* earlyErich Eckner
* otherwise, lib32-* packages are counted for -m, possibly leaving nothing left
2023-05-22remove PKGBUILD_mod from everywhere - it's encoded in the mod_git_revisionErich Eckner
2023-05-22extract_source_directory: fix patching of PKGBUILDsErich Eckner
2023-05-22fix package deletion upon updateErich Eckner
2023-05-22short-circuit the package-deletion, it sees "too much"Erich Eckner
2023-05-22removed docu about opcodesAndreas Baumann
2023-05-22removed opcode checks (they were never really finished and in use)Andreas Baumann
2023-05-22bin/get-package-updates: ignore to_be_deleted packagesErich Eckner
* either, they should be deleted -> nothing to do here * or they should not -> reschedule
2023-05-22add cautionary hintErich Eckner
2023-05-22bin/get-package-updates --max-upstream-packages newErich Eckner
* allows to hackily update only a subset of all modified packages
2023-05-22extract_source_directory: silence + final checkErich Eckner
* we allow for some commands to fail, if in the end we have a PKGBUILD
2023-05-22fix pkgbase_translationErich Eckner
apparently, sometimes "+" is translated by "-" - see e.g. https://gitlab.archlinux.org/archlinux/packaging/packages/gtk2-extra what a mess
2023-05-22bin/strict-bashism-check: only check, what was changedErich Eckner
2023-05-22make shellcheck happyErich Eckner
2023-05-22build-packages: do not try to download sources from archlinux - we don't ↵Erich Eckner
have a repo anymore
2023-05-22local-build-package was no longer usedErich Eckner
2023-05-22properly indent help textErich Eckner