summaryrefslogtreecommitdiff
path: root/archbuild.in
AgeCommit message (Expand)Author
2021-02-25archbuild.in: umount -l left-over mounts inside the to-be-deleted chrootv20210225.1Erich Eckner
2021-02-13archbuild.in: set pacman cache dir to /var/cache/archbuild32 in case of non-x...Erich Eckner
2021-02-13use `read -r var < "$file"` instead of `var=$(cat "$file")`Erich Eckner
2021-02-13allow to call setarch with a different value than $CARCHErich Eckner
2021-02-13allow PKGEXT to be set from the environmentErich Eckner
2019-11-30archbuild: use better umaskEli Schwartz
2019-09-28makechrootpkg: run checkpkg automatically after buildLevente Polyak
2019-08-09archbuild: prefer repo/arch-specific configs if they existEli Schwartz
2019-08-09makechrootpkg: also downgrade packages when updating chrootsEli Schwartz
2019-08-09ensure that sane umask is used where neededEli Schwartz
2019-04-20fix whitespace/indentation errorsErich Eckner
2019-01-22Expand check_root keepenv variablesMorten Linderud
2017-11-22Support reproducible buildsEli Schwartz
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-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)
2014-10-19save and reuse original argv when auto-elevatingDave Reisner
2014-09-22archbuild: Fix a variable name mistake. ($copydir -> $copy)Luke Shumaker
2014-05-10Switch to root when started as regular userSébastien Luttringer
2013-05-11archbuild: Correct makechrootpkg argument orderJan Alexander Steffens (heftig)
2013-05-06arch-nspawn: setarch to CARCHJan Alexander Steffens (heftig)
2013-05-03lib/common.sh: Introduce locking helper functionsJan Alexander Steffens (heftig)
2013-05-02mkarchroot: Refactor chroot running into a new scriptJan Alexander Steffens (heftig)
2013-04-06Only try to use btrfs snapshots if chroots are on a btrfs partitionPierre Schmitz
2013-03-17archbuild: only use base-devel to new chrootSébastien Luttringer
2013-01-22archbuild: fix default build flags20130122Pierre Schmitz
2013-01-20Allow makechroot options in archbuildSébastien Luttringer
2012-11-15Make sure the usage functions are consistentEric Bélanger
2012-10-03archbuild: abort if update or creation of the chroot failsPierre Schmitz
2012-06-16archbuild: do not cross filesystems when removing the chroot copiesPierre Schmitz
2012-06-16archbuild: use flock -n as we do elsewherePierre Schmitz
2012-06-12archbuild: Store chroots in /var/lib instead of /var/tmpPierre Schmitz
2012-01-18Set correct pacman.conf20120119Pierre Schmitz
2012-01-18Remove any pacman 4 related workarounds20120118Pierre Schmitz
2011-12-04archbuild: exec makechrootpkg to preserve exit valueDave Reisner
2011-11-06archbuild: Always use recent makepkg.conf and pacman.conf; Run namcap by defaultPierre Schmitz
2011-11-01Move common functions to a shared filePierre Schmitz
2011-10-29temporary workaround until pacman 4.0 moves to [core]Pierre Schmitz
2011-10-07Support non-standard install locationsLukas Fleischer