Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-09 | make the Makefile(s)... mortal-friendly | Luke Shumaker | |
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir) | |||
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-12-09 | libremakepkg: learn '-C' to dissable using the chroot | Luke Shumaker | |
2012-12-09 | libremakepkg: implement things using a chroot_exec function | Luke Shumaker | |
2012-12-09 | librechroot: clean up files when done | Luke Shumaker | |
2012-12-09 | librechroot: don't print messages for everything | Luke Shumaker | |
2012-12-09 | fix several "stupid" mistakes | Luke Shumaker | |
2012-11-30 | libretools.conf: fix FULLBUILDCMD | Luke Shumaker | |
2012-11-30 | librechroot: use PATH to find chcleanup | Luke Shumaker | |
2012-11-30 | libremakepkg: autoclean before building | Luke Shumaker | |
2012-11-30 | libremakepkg: match makepkg's error message if PKGBUILD does not exist | Luke Shumaker | |
2012-11-30 | libremakepkg: forget -R | Luke Shumaker | |
2012-11-30 | libremakepkg: fix bug in makepkg_conf_get | Luke Shumaker | |
2012-11-30 | libretools.conf: force SIGEXT and SIGID to be set | Luke Shumaker | |
https://labs.parabola.nu/issues/154 | |||
2012-11-30 | [librechroot] have -n set the CHROOT; rename the old -n to -m | Luke Shumaker | |
https://labs.parabola.nu/issues/252 | |||
2012-11-30 | move librechroot's sync into it's own file for licensing reasons | Luke Shumaker | |
2012-11-30 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools | Luke Shumaker | |
2012-11-30 | Merge branch 'master' of http://projects.parabolagnulinux.org/libretools | Nicolás Reynolds | |
Conflicts: src/aur src/chroot-tools/librechroot src/librerepkg | |||
2012-11-28 | libretools.conf: change the default value of CHROOTDIR to match devtoolsv20121128.3 | Luke Shumaker | |
2012-11-28 | many fixes | Luke Shumaker | |
2012-11-28 | improve libremakepkg's help message | Luke Shumaker | |
2012-11-28 | fix a typov20121128.2 | Luke Shumaker | |
2012-11-28 | teach libremakepkg "-m" to use a different command than "makepkg"v20121128.1 | Luke Shumaker | |
2012-11-28 | Rewrite libremakepkg to not use makechrootpkg | Luke Shumaker | |
2012-11-28 | reorganize, add a few features to librechroot | Luke Shumaker | |
2012-11-28 | fix getopts for libremkchroot | Luke Shumaker | |
2012-11-28 | libretools.conf: set LIBREUSER and LIBREHOME | Luke Shumaker | |
2012-11-28 | clean up aurv20121128 | Luke Shumaker | |
2012-11-28 | libretools.conf: remove libretools from CHROOTEXTRAPKG, it is being added to ↵ | Luke Shumaker | |
base-devel | |||
2012-11-28 | libretools.conf: force CHROOT != root | Luke Shumaker | |
2012-11-28 | take (some) advantage of chroottools, fix some compatability things | Luke Shumaker | |
mkarchroot/archroot's option parsing is a little less flexible (but a lot more understandable) than it was before. | |||
2012-11-28 | chroot-tools: disable overriding CHROOTDIR at the command line | Luke Shumaker | |
2012-11-26 | libremessages: term_title: learn about xterm/rxvt | Luke Shumaker | |
2012-11-13 | clean up some misc scripts | Luke Shumaker | |
2012-11-13 | rm src/update-cleansystem | Luke Shumaker | |
2012-11-13 | aur: use bash builtins instead of sedv20121113 | Luke Shumaker | |
2012-11-13 | add an '-f' flag to pkgbuild-check-nonfree to let libremakepkg run as root | Luke Shumaker | |
2012-11-13 | pkgbuild-check-nonfree: fix a few errors, clean up | Luke Shumaker | |
This includes the notorious command-not-found error triggered in libremakepkg | |||
2012-11-13 | libremakepkg: fix copy_log | Luke Shumaker | |
2012-11-12 | librechroot: keep a lock on the CHROOTCOPY the whole time | Luke Shumaker | |
2012-11-12 | librechroot: fix a bug in clean_pacman | Luke Shumaker | |
2012-11-12 | I'm embarrassed; I commited non-working file lock codev20121112.2 | Luke Shumaker | |
2012-11-12 | librechroot: learn how to sync copies with rootv20121112.1 | Luke Shumaker | |
2012-11-12 | libremkchroot: don't use cleansystem | Luke Shumaker | |
2012-11-12 | libremakepkg: touch up brackets | Luke Shumaker | |
2012-11-12 | Merge branch 'libretools.conf'v20121112 | Luke Shumaker | |
2012-11-12 | chroot-tools: clean up, make play nice with new devtools | Luke 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-12 | libretools.conf: organize into sections | Luke Shumaker | |
2012-11-12 | libretools.conf: clean up CHROOT* settings: | Luke Shumaker | |
* CHROOTEXTRAPKG: add libretools, remove tokyocabinet (dep of libretools) * CHROOT=default new devtools does NOT like 'root' | |||
2012-11-12 | libretools.conf: set COMMITCMD=git by default | Luke Shumaker | |