summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-15Add support for pacman 5.2.0.HEADmasterOmar Vega Ramos
2022-08-30[BACKPORTED]: prune-me - accept .zst packagesbill-auger
2022-08-30replace arch-nspawn with chroot-run (nonsystemd compat)David P
2018-08-03common.sh: find_cached_srcpkackage(): Add a comment about usageLuke Shumaker
2018-01-03i18n: Try to avoid confusing xgettextLuke Shumaker
2018-01-03Fix internationalization in light of libmakepkg.Luke Shumaker
2018-01-03lib/common.sh: Adjust to work properly with `set -u`Luke Shumaker
2018-01-03Merge branch 'archlinux'Luke Shumaker
2017-11-22Support reproducible buildsEli Schwartz
2017-11-08Remove i686 supportBartłomiej Piotrowski
2017-10-30use makepkg library instead of local function copiesLuke Shumaker
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker
2017-07-05Make slightly more involved changes to make shellcheck happy.Luke Shumaker
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker
2017-07-05lib/archroot.sh: subvolume_delete_recursive: support arbitrary recursionLuke Shumaker
2017-07-05makechrootpkg: sync_chroot: Make more general.Luke Shumaker
2017-07-05makechrootpkg: delete_chroot: Fix the is-btrfs-subvolume check.Luke Shumaker
2017-05-05common.sh: Add a find_cached_srcpackage counterpart to find_cached_packageLuke Shumaker
2017-05-05lib/common.sh: Discourage use in favor of libremessages.Luke Shumaker
2017-05-05lib/common.sh: Internationalize.Luke Shumaker
2017-05-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protolukeshu/to-upstream/pre-release-20170505Luke Shumaker
2017-05-05Make slightly more involved changes to make shellcheck happy.Luke Shumaker
2017-05-04Quote strings that shellcheck warns about.Luke Shumaker
2017-05-04Make purely stylistic changes to make shellcheck happier.Luke Shumaker
2017-04-16lib/archroot.sh: subvolume_delete_recursive: support arbitrary recursionLuke Shumaker
2017-04-16makechrootpkg: sync_chroot: Make more general.Luke Shumaker
2017-04-16makechrootpkg: delete_chroot: Fix the is-btrfs-subvolume check.Luke Shumaker
2017-04-05lib/common.sh: Make it safe to include multiple times.Luke Shumaker
2017-04-05lib/common.sh: Adjust to work properly with `set -u`.Luke Shumaker
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker
2017-04-05Add a "License:" tag to all code files.Luke Shumaker
2017-04-05Add '#!/hint/bash' headers to non-executable bash files.Luke Shumaker
2017-04-05lib/common.sh: Make setup_workdir()/cleanup() safe for programs to not useLuke Shumaker
2017-04-05lib/common.sh: lock, slock: Create directories for locks if necessary.Luke Shumaker
2017-04-05lib/common.sh: lock, slock: Allow locks to be inherited.Luke Shumaker
2017-04-05lib/common.sh: add 'lock_close'; use it as appropriate.Luke Shumaker
2017-03-07archbuild/makechrootpkg: Delete subvolumes in rootsJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Add is_btrfs helperJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Simplify check_rootJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Move CHROOT_VERSION to a common fileJan Alexander Steffens (heftig)
2017-03-04lib: remove unused version, pkgpartsJelle van der Waa
2017-03-04lib: remove unused left, rightJelle van der Waa
2014-09-22common: remove unreachable statementDave Reisner
2014-09-22common.sh: propagate error through trap_exitDave Reisner
2014-05-10Switch to root when started as regular userSébastien Luttringer
2014-05-10get_full_version :: remove duplicated epoch checkBlackEagle
2014-05-10when cleanup is called without code exit with 0BlackEagle
2014-05-10abort and die are serious errors so throw 255 outBlackEagle
2013-11-04find_cached_package: avoid adding duplicatesDave Reisner