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
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
2019-11-28
lib/common-functions: mangle_pkgbuild(): remove $pkgrel from ↵
Erich Eckner
{make,check,opt,}depends
2019-11-20
lib/common-functions: silence shellcheck
Erich Eckner
2019-11-19
lib/common-functions: find_package_repository_to_package(): make error ↵
Erich Eckner
messages more verbose
2019-11-19
lib/common-functions: find_package_repository_to_package(): ignore blacklist
Erich Eckner
2019-11-18
lib/common-functions: find_package_repository_to_package(): print what went ↵
Erich Eckner
wrong
2019-10-17
lib/mysql-functions: mysql_package_name_query(): take compression suffix ↵
Erich Eckner
from database, default to "tar.xz" for now
2019-10-17
add TODOs for removing hard-coded package suffixes
Erich Eckner
2019-10-17
lib/common-functions: allow case sensitive install_targets
Erich Eckner
2019-08-22
lib/common-functions: add dependencies for linux-*-{docs,headers} -> linux-* ↵
Erich Eckner
with version
2019-08-21
lib/common-functions: expand_blacklist_architectures(): "any" should not be ↵
Erich Eckner
removed - we need it for seed-build-list
2019-08-21
lib/common-functions: expand_blacklist_architectures() new
Erich Eckner
2019-08-05
lib/common-functions: do not wait for screens to finish - it's unimportant
Erich Eckner
2019-07-15
lib/common-functions: silence warning of lsof
Erich Eckner
2019-07-15
lib/common-functions: extract_dependencies_from_package(): output to stdout
Erich Eckner
2019-07-15
lib/common-functions: extract_dependencies_from_package(): no need to call ↵
Erich Eckner
mysql_load_min_and_max_versions() - this is always done by the callee
2019-07-15
bin/nit-picker,lib/common-functions: separate ↵
Erich Eckner
extract_dependencies_from_package() for external reuse
2019-07-12
lib/common-functions: fix typo in irc_say()
Erich Eckner
2019-07-12
lib/common-functions: irc_say(): fix typo
Erich Eckner
2019-07-12
lib/common-functions: irc_say(): correctly handle starting of (pm) conversation
Erich Eckner
2019-07-02
lib/common-functions: update_blocked_packages_count() should use ↵
Erich Eckner
"unimportant" mysql queries
2019-06-21
lib/common-functions: fix buggy mysql query
Erich Eckner
2019-06-21
lib/common-functions: update_blocked_packages_count(): consider haskell-* ↵
Erich Eckner
makedepends equal to depends
2019-06-18
lib/common-functions: count how many packages are being blocked, not _by_ ↵
Erich Eckner
how many packages we are being blocked
2019-06-18
lib/common-functions: update_blocked_packages_count() new to fill that column
Erich Eckner
2019-06-16
lib/common-functions: trigger_mirror_refreshs(): ignore exit code of "screen ↵
Erich Eckner
-wipe"
[next]