Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
builder
db-update
master
wdy-wip
Archlinux32 build system
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
common-functions
Age
Commit message (
Collapse
)
Author
2024-03-05
lib/common-functions: Retry the curl command if empty gz is returned
Tasos Sahanidis
2024-02-09
ignore build-support-manual in ls_master_mirror
Andreas Baumann
2023-08-04
readded pkginfo cache, ignore kde-unstable repos in get-package-updates
Andreas Baumann
2023-07-08
removed pkginfo cache
Andreas Baumann
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-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
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
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
lib/common-functions: remove unneeded functions
Erich Eckner
* this breaks everything * everything was broken anyways
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-05-18
make linter happy
Erich Eckner
2022-03-31
lib/common-functions: remove upstream's sub_pkgrel iff we want to append a ↵
Erich Eckner
sub_pkrel ourself
2021-06-05
make shellcheck happy again
Erich Eckner
2021-05-23
move to irc.libera.chat and #archlinux32-devops (mostly)
Erich Eckner
2020-10-20
lib/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-20
master_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-19
lib/common-functions: failsafe_sftp() fix wrong regex - how did this ever ↵
Erich Eckner
work???
2020-04-12
fixup bugs introduced in 5635bd3
Erich Eckner
2020-04-10
lib/common-functions,lib/mysql-functions: do not treat makedepends of ↵
Erich Eckner
haskell-* differently
2020-02-13
lib/common-functions: remove hard-coded package suffixes
Erich Eckner
2020-01-30
lib/intentions-queue started
Erich Eckner
2020-01-30
lib/common-functions: add TODO about intentions-queue
Erich Eckner
2020-01-03
learn to handle zst, too
Erich Eckner
2019-12-11
lib/common-functions: mangle_pkgbuild(): corectly parse *depends with ' and "s
Erich Eckner
2019-12-11
lib/common-functions: mangle_pkgbuild(): fix indentation
Erich Eckner
2019-12-11
lib/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-29
lib/common-functions: mangle_pkgbuild(): do not try to remove pkgrels from ↵
Erich Eckner
dependencies which contain a "$"
2019-11-28
lib/common-functions: mangle_pkgbuild(): do *not* match on "=" from declaration
Erich Eckner
[next]