summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
AgeCommit message (Collapse)Author
2012-12-02librechroot: clean up files when doneLuke Shumaker
2012-12-02librechroot: don't print messages for everythingLuke Shumaker
2012-11-30librechroot: use PATH to find chcleanupLuke Shumaker
2012-11-30[librechroot] have -n set the CHROOT; rename the old -n to -mLuke Shumaker
https://labs.parabola.nu/issues/252
2012-11-30move librechroot's sync into it's own file for licensing reasonsLuke Shumaker
2012-11-28many fixesLuke Shumaker
2012-11-28fix a typov20121128.2Luke Shumaker
2012-11-28reorganize, add a few features to librechrootLuke 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-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-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