summaryrefslogtreecommitdiff
path: root/lib/common-functions
AgeCommit message (Collapse)Author
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
2019-07-15lib/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-15bin/nit-picker,lib/common-functions: separate ↵Erich Eckner
extract_dependencies_from_package() for external reuse
2019-07-12lib/common-functions: fix typo in irc_say()Erich Eckner
2019-07-12lib/common-functions: irc_say(): fix typoErich Eckner
2019-07-12lib/common-functions: irc_say(): correctly handle starting of (pm) conversationErich Eckner
2019-07-02lib/common-functions: update_blocked_packages_count() should use ↵Erich Eckner
"unimportant" mysql queries
2019-06-21lib/common-functions: fix buggy mysql queryErich Eckner
2019-06-21lib/common-functions: update_blocked_packages_count(): consider haskell-* ↵Erich Eckner
makedepends equal to depends
2019-06-18lib/common-functions: count how many packages are being blocked, not _by_ ↵Erich Eckner
how many packages we are being blocked
2019-06-18lib/common-functions: update_blocked_packages_count() new to fill that columnErich Eckner
2019-06-16lib/common-functions: trigger_mirror_refreshs(): ignore exit code of "screen ↵Erich Eckner
-wipe"
2019-06-16added screen -wipe in trigger_mirror_refreshsAndreas Baumann
2019-06-16lib/common-functions: trigger_mirror_refreshs(): wait for screen(s) to ↵Erich Eckner
finish - else systemd seems to kill them
2019-05-22lib/common-functions: recursively_umount_and_rm() make unsufficient ↵Erich Eckner
privileges non-fatal
2019-05-20lib/common-functions: recursively_umount_and_rm(): check that argument is ↵Erich Eckner
directory
2019-04-23lib/common-functions: apply_trunk_patch() should also copy over missing filesErich Eckner
2019-04-17lib/common-functions: recursively_umount_and_rm(): copy stuff from ↵Erich Eckner
archlinux/devtool's lib/archroot.sh: is_subvolume(), is_same_fs() and subvolume_delete_recursive() - now it should do the correct thing on btrfs, too
2019-04-12pentium4 is newErich Eckner