Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | Update to the new version of devtools (huge commit). | Luke Shumaker | |
User-facing changes: - libremessages: `lock_open_write` became `lock` - libremessages: `lock_open_read` became `slock` - librechroot: learned the `-r` and `-w` flags to do bind mounts. Internal changes: The changes to librechroot were pretty straight-forward; the biggest change is that `archroot` got split into `mkarchroot` and `arch-nspawn`. libremakepkg got a major overhaul Honestly, the changes to libremakepklg probably could have been a lot smaller, but... I wanted to do it right/be clean. makechrootpkg in devtools got cleaned up a lot, actually a lot of the same changes I was making. But, the small differences between the way we did things made it less than simple to adjust. The biggest changes in terms of conflict for me are how devtools now uses bind-mounts to put files in the chroot, and that the /chrootbuild file is more complicated. I handled a lot of the complexity by moving things out of the main program, and adding hooks for non-core functionality, including chcleanup, distcc compatability hacks, and PKGBUILD/pkg checking. Unfortunately, the files containing the hooks are currently hard-coded. Perhaps they will be truly pluggable in the future. That might be neat. Or over-complicated. We'll see where it goes. | |||
2013-09-11 | chcleanup: Do better error handling | Luke Shumaker | |
2013-09-11 | chroot-tools: internationalize | Luke Shumaker | |
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-07-27 | revamp the Makefiles to support manpages | Luke Shumaker | |
2013-06-27 | cleanup: set CARCH before loading PKGBUILD | Luke Shumaker | |
2013-06-23 | librechroot: fix mkdir spitting to stderr in clean-pkgs. | Luke Shumaker | |
2013-06-11 | librechroot: clarify what config files are installed. | Luke Shumaker | |
2013-06-11 | libremakepkg: don't remove -N, but discourage its use.v20130611 | Luke Shumaker | |
2013-06-11 | libremakepkg: improve behavior when PACKAGER is not set | Luke Shumaker | |
2013-06-10 | distcc-tool: fix bugs in odaemon | Luke Shumaker | |
1. The file permissions on /socket were bad, fix this by setting umask 111 2. In some cases, the child socat wouldn't exit. Add trap to killit on exit. | |||
2013-06-10 | libremakepkg: set PACKAGER in the chroot to reflect the value outside. | Luke Shumaker | |
2013-06-10 | improve documentation in chroot.conf | Luke Shumaker | |
2013-06-10 | libremakepkg: integrate distcc-tool | Luke Shumaker | |
2013-06-09 | libremakepkg: fix up clean up routines | Luke Shumaker | |
2013-06-09 | distcc-tools: remove automatic ssh configuration | Luke Shumaker | |
2013-06-09 | add chroot-tools/distcc-tool; it is not used yet though | Luke Shumaker | |
2013-06-08 | libremakepkg: add -N flag to enable networking, for distcc support | Luke Shumaker | |
2013-06-05 | librechroot: fix clean-repov20130605.1 | Luke Shumaker | |
2013-06-05 | chroot.conf: configure CHROOTEXTRAPKG to be empty by defaultv20130605testing-20130605 | Luke Shumaker | |
2013-06-05 | librechroot: improve documentation for -C and -M | Luke Shumaker | |
2013-06-05 | librechroot: check if the command doesn't exist and fail early | Luke Shumaker | |
2013-06-05 | libre{chroot,makepkg}: improve handling of when not configured | Luke Shumaker | |
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker | |
Unfortunately for me, that means that it works correctly *most* of the time. But, for example, [[ 10 < 2 ]], and negatives don't work. | |||
2013-06-05 | librechroot: capitalization and punctuation in usage() | Luke Shumaker | |
2013-06-05 | chcleanup: don't fail when offline | Luke Shumaker | |
2013-06-05 | Add tests for librechroot's help system, make them pass. | Luke Shumaker | |
They didn't pass because on several errors it printed to stdout, not stderr | |||
2013-06-05 | Phase out `load_conf_*` and `check_conf_*` functions | Luke Shumaker | |
Replace their usages with `load_files *` and `check_vars *` | |||
2013-05-28 | librechroot: fix typos, add unit testtesting-20130528.2 | Luke Shumaker | |
2013-05-28 | librechroot: didn't always create repo.db symlinktesting-20130528.1 | Luke Shumaker | |
Fix this and remove code duplication by pulling the relevant code into a function. | |||
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker | |
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist | |||
2013-05-22 | fix https://labs.parabola.nu/issues/335 | Luke Shumaker | |
2013-05-14 | libremakepkg: fix adding [repo] to pacman.conf | Luke Shumaker | |
2013-05-14 | chcleanup: run pacman -Sy first to update the local repo | Luke Shumaker | |
2013-05-08 | librechroot: improve usage() text | Luke Shumaker | |
2013-05-07 | libremakepkg: copy more things out on failuretesting-20130507 | Luke Shumaker | |
2013-05-07 | have `librechroot install-file` add the packages to the local repo. | Luke Shumaker | |
2013-05-07 | libremakepkg: fix possible sudo option parsing bug | Luke Shumaker | |
2013-05-07 | It appears that I left out implementing `librechroot update` | Luke Shumaker | |
2013-05-03 | libremakepkg: fix -R flagtesting-20130503 | Luke Shumaker | |
2013-05-02 | libremakepkg: only lock the chroot if there is a chroot to lock. | Luke Shumaker | |
2013-05-02 | fix libremakepkg | Luke Shumaker | |
2013-05-02 | chcleanup: msg is used too | Luke Shumaker | |
2013-05-02 | librechroot: improve message output | Luke Shumaker | |
2013-05-02 | librechroot: fix ${archroot_args[]} | 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 | |||
2013-01-13 | use /usr/share/devtools/makechrootpkg.sh instead of *.gpl2 | Luke Shumaker | |
2012-12-11 | fix HOME/LIBREHOME bug in libremakepkg.gpl2 | Luke Shumaker | |