Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/common-functions
AgeCommit message (Collapse)Author
2023-05-23use the same pkgbase translation as upstreamErich 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-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-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-22make shellcheck happyErich Eckner
2023-05-22extract_source_directory: fix typoErich Eckner
2023-05-22extract_source_directory: download from cacheErich Eckner
2023-05-22remove apply_trunk_patch - it makes no senseErich Eckner
2023-05-22extract_source_directory: translate "+" to "plus" in pkgbase before downloadingErich Eckner
2023-05-22get-package-updates should work againErich Eckner
2023-05-22extract_source_directory(): fix some bugs:Erich Eckner
* rev -> revision * the downloaded tar.gz has actually a folder with the desired content
2023-05-20lib/common-functions: remove unneeded functionsErich Eckner
* this breaks everything * everything was broken anyways
2022-09-28lib/common-functions: find_package_repository_to_package(): if multiple ↵Erich Eckner
repositories are found, apply some sanity filter based on the database
2022-05-18make linter happyErich Eckner
2022-03-31lib/common-functions: remove upstream's sub_pkgrel iff we want to append a ↵Erich Eckner
sub_pkrel ourself
2021-06-05make shellcheck happy againErich Eckner
2021-05-23move to irc.libera.chat and #archlinux32-devops (mostly)Erich Eckner
2020-10-20lib/common-functions: failsafe_sftp(): use less magic for ↵Erich Eckner
$master_mirror_sftp_root - simply cd $master_mirror_sftp_root before doing anything else
2020-10-20master_mirror_sftp_root new to configure a possibly different root directory ↵Erich Eckner
of the http mirror from the sftp user (rsync is still expected to have its root identical to the http one)
2020-05-19lib/common-functions: failsafe_sftp() fix wrong regex - how did this ever ↵Erich Eckner
work???
2020-04-12fixup bugs introduced in 5635bd3Erich Eckner
2020-04-10lib/common-functions,lib/mysql-functions: do not treat makedepends of ↵Erich Eckner
haskell-* differently
2020-02-13lib/common-functions: remove hard-coded package suffixesErich Eckner
2020-01-30lib/intentions-queue startedErich Eckner
2020-01-30lib/common-functions: add TODO about intentions-queueErich Eckner
2020-01-03learn to handle zst, tooErich Eckner
2019-12-11lib/common-functions: mangle_pkgbuild(): corectly parse *depends with ' and "sErich Eckner
2019-12-11lib/common-functions: mangle_pkgbuild(): fix indentationErich Eckner
2019-12-11lib/common-functions: mangle_pkgbuild(): do not mangle *depends, when regex ↵Erich Eckner
does not match until end of file (it's a failsafe)
2019-11-29lib/common-functions: mangle_pkgbuild(): do not try to remove pkgrels from ↵Erich Eckner
dependencies which contain a "$"
2019-11-28lib/common-functions: mangle_pkgbuild(): do *not* match on "=" from declarationErich Eckner
2019-11-28lib/common-functions: mangle_pkgbuild(): remove $pkgrel from ↵Erich Eckner
{make,check,opt,}depends
2019-11-20lib/common-functions: silence shellcheckErich Eckner
2019-11-19lib/common-functions: find_package_repository_to_package(): make error ↵Erich Eckner
messages more verbose
2019-11-19lib/common-functions: find_package_repository_to_package(): ignore blacklistErich Eckner
2019-11-18lib/common-functions: find_package_repository_to_package(): print what went ↵Erich Eckner
wrong
2019-10-17lib/mysql-functions: mysql_package_name_query(): take compression suffix ↵Erich Eckner
from database, default to "tar.xz" for now
2019-10-17add TODOs for removing hard-coded package suffixesErich Eckner
2019-10-17lib/common-functions: allow case sensitive install_targetsErich Eckner
2019-08-22lib/common-functions: add dependencies for linux-*-{docs,headers} -> linux-* ↵Erich Eckner
with version
2019-08-21lib/common-functions: expand_blacklist_architectures(): "any" should not be ↵Erich Eckner
removed - we need it for seed-build-list
2019-08-21lib/common-functions: expand_blacklist_architectures() newErich Eckner
2019-08-05lib/common-functions: do not wait for screens to finish - it's unimportantErich Eckner
2019-07-15lib/common-functions: silence warning of lsofErich Eckner
2019-07-15lib/common-functions: extract_dependencies_from_package(): output to stdoutErich Eckner