Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/154
|
|
https://labs.parabola.nu/issues/252
|
|
|
|
|
|
|
|
Conflicts:
src/aur
src/chroot-tools/librechroot
src/librerepkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
base-devel
|
|
|
|
mkarchroot/archroot's option parsing is a little less flexible (but a lot
more understandable) than it was before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This includes the notorious command-not-found error triggered in
libremakepkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* CHROOTEXTRAPKG: add libretools, remove tokyocabinet (dep of libretools)
* CHROOT=default new devtools does NOT like 'root'
|
|
|
|
|
|
|