summaryrefslogtreecommitdiff
path: root/src/chroot-tools
AgeCommit message (Collapse)Author
2012-11-28teach libremakepkg "-m" to use a different command than "makepkg"v20121128.1Luke Shumaker
2012-11-28Rewrite libremakepkg to not use makechrootpkgLuke Shumaker
2012-11-28reorganize, add a few features to librechrootLuke Shumaker
2012-11-28fix getopts for libremkchrootLuke Shumaker
2012-11-28take (some) advantage of chroottools, fix some compatability thingsLuke Shumaker
mkarchroot/archroot's option parsing is a little less flexible (but a lot more understandable) than it was before.
2012-11-28chroot-tools: disable overriding CHROOTDIR at the command lineLuke Shumaker
2012-11-13add an '-f' flag to pkgbuild-check-nonfree to let libremakepkg run as rootLuke Shumaker
2012-11-13libremakepkg: fix copy_logLuke Shumaker
2012-11-12librechroot: keep a lock on the CHROOTCOPY the whole timeLuke Shumaker
2012-11-12librechroot: fix a bug in clean_pacmanLuke Shumaker
2012-11-12I'm embarrassed; I commited non-working file lock codev20121112.2Luke Shumaker
2012-11-12librechroot: learn how to sync copies with rootv20121112.1Luke Shumaker
2012-11-12libremkchroot: don't use cleansystemLuke Shumaker
2012-11-12libremakepkg: touch up bracketsLuke Shumaker
2012-11-12chroot-tools: clean up, make play nice with new devtoolsLuke Shumaker
* buildenv: delete; this is done by `mkarchroot` * librechroot: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - add `-l` option to set the CHROOTCOPY * libremakepkg: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - add `-l` option to set the CHROOTCOPY - pass options to `makechrootpkg` and `makepkg` the way `-h` always said it did * libremkchroot: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - remove `-c` option to set the pacman cache - remove `-f` option to force overwrite
2012-11-07organize the filesLuke Shumaker