Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-04 | Generate the duplicated code in chcleanup | Luke Shumaker | |
2014-06-27 | chcleanup: add a note about the libremessages functions in the copyright | Luke Shumaker | |
2014-03-25 | Fix quoting/escaping with 'rm' in traps. | Luke Shumaker | |
2014-03-25 | chcleanup: used ##*/ instead of basename | Luke Shumaker | |
2014-03-25 | chcleanup: remove the no-longer-used warning() function | Luke Shumaker | |
2014-03-23 | Most of my desired re-licensings were authorized on the dev list | Luke Shumaker | |
2014-03-22 | Audit the authors and copyright years of files against git logs | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2013-11-04 | normalize on "[[" instead of "[" | Luke Shumaker | |
2013-10-30 | chcleanup: manually update repo.db instead of running `pacman -Sy` | Luke Shumaker | |
2013-10-04 | chcleanup: prevent searching PATH for PKGBUILD | Luke Shumaker | |
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | chcleanup: Do better error handling | Luke Shumaker | |
2013-09-11 | chroot-tools: internationalize | Luke Shumaker | |
2013-06-27 | cleanup: set CARCH before loading PKGBUILD | Luke Shumaker | |
2013-06-05 | chcleanup: don't fail when offline | Luke Shumaker | |
2013-05-14 | chcleanup: run pacman -Sy first to update the local repo | Luke Shumaker | |
2013-05-02 | chcleanup: msg is used too | Luke Shumaker | |
2013-05-02 | chcleanup: define `msg2` and `error` internally, to avoid dep on libremessages | Luke Shumaker | |
2013-05-02 | Update for the new devtools-par (major) | Luke Shumaker | |
* `src/devtools`: Redo to get devtools from another location, and patch it * `src/chroot-tools/{chcleanup,chroot.conf}`: Only install 'base-devel' by default * libremkchroot: deprecate in favor of `librechroot make` * librechroot: - redo option parsing to be a "sub-command" (git-like) interface, instead of having esoteric flags (pacman-like). - add more documentation. - allow COPY to be an absolute path - generally clean up and use updated functions from `makechrootpkg.sh` * libremakepkg: - allow COPY to be an absolute path - update to work with the new `makechrootpkg.sh`: - `makechrootpkg.sh:chroot_exec()` -> `libremakepkg:run()` - `makechrootpkg.sh:chroot_init()` -> `libremakepkg:chroot_init()` - All functions from `makechrootpkg.sh` are wrapped, because they don't work with `set -euE`. - Other small changes | |||
2012-12-09 | Improve chcleanup, make supporting changes to other tools | Luke Shumaker | |
chcleanup: * load `CHROOTEXTRAPKGS` from `/etc/libretools.d/chroot.conf` * always cleanup temporary files * properly quote the various arrays used * verify that you are in a chroot librechroot: * write `$copydir/etc/libretools.d/chroot.conf` libremakepkg.gpl2: * use `librechroot` instead of `archroot` directly in `chrootexec()` | |||
2012-11-07 | organize the files | Luke Shumaker | |