summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-12-09make the Makefile(s)... mortal-friendlyLuke 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-09Improve chcleanup, make supporting changes to other toolsLuke 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-09libremakepkg: learn '-C' to dissable using the chrootLuke Shumaker
2012-12-09libremakepkg: implement things using a chroot_exec functionLuke Shumaker
2012-12-09librechroot: clean up files when doneLuke Shumaker
2012-12-09librechroot: don't print messages for everythingLuke Shumaker
2012-12-09fix several "stupid" mistakesLuke Shumaker
2012-11-30libretools.conf: fix FULLBUILDCMDLuke Shumaker
2012-11-30librechroot: use PATH to find chcleanupLuke Shumaker
2012-11-30libremakepkg: autoclean before buildingLuke Shumaker
2012-11-30libremakepkg: match makepkg's error message if PKGBUILD does not existLuke Shumaker
2012-11-30libremakepkg: forget -RLuke Shumaker
2012-11-30libremakepkg: fix bug in makepkg_conf_getLuke Shumaker
2012-11-30libretools.conf: force SIGEXT and SIGID to be setLuke Shumaker
https://labs.parabola.nu/issues/154
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-30Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretoolsLuke Shumaker
2012-11-30Merge branch 'master' of http://projects.parabolagnulinux.org/libretoolsNicolás Reynolds
Conflicts: src/aur src/chroot-tools/librechroot src/librerepkg
2012-11-28libretools.conf: change the default value of CHROOTDIR to match devtoolsv20121128.3Luke Shumaker
2012-11-28many fixesLuke Shumaker
2012-11-28improve libremakepkg's help messageLuke Shumaker
2012-11-28fix a typov20121128.2Luke Shumaker
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-28libretools.conf: set LIBREUSER and LIBREHOMELuke Shumaker
2012-11-28clean up aurv20121128Luke Shumaker
2012-11-28libretools.conf: remove libretools from CHROOTEXTRAPKG, it is being added to ↵Luke Shumaker
base-devel
2012-11-28libretools.conf: force CHROOT != rootLuke 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-26libremessages: term_title: learn about xterm/rxvtLuke Shumaker
2012-11-13clean up some misc scriptsLuke Shumaker
2012-11-13rm src/update-cleansystemLuke Shumaker
2012-11-13aur: use bash builtins instead of sedv20121113Luke Shumaker
2012-11-13add an '-f' flag to pkgbuild-check-nonfree to let libremakepkg run as rootLuke Shumaker
2012-11-13pkgbuild-check-nonfree: fix a few errors, clean upLuke Shumaker
This includes the notorious command-not-found error triggered in libremakepkg
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-12Merge branch 'libretools.conf'v20121112Luke 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-12libretools.conf: organize into sectionsLuke Shumaker
2012-11-12libretools.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-12libretools.conf: set COMMITCMD=git by defaultLuke Shumaker