Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
All such resigns were interactive and unneeded.
|
|
|
|
|
|
git-subtree-dir: src/devtools
git-subtree-split: 2cda43f4fa3d51f3cbcb05950186896eb9c01314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a bug with it assuming that version is the same across split
packages (and possibly other bugs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use it for librechroot, libremakepkg, libremkchroot
|
|
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)
|
|
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()`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
librechroot
libremakepkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/154
|
|
https://labs.parabola.nu/issues/252
|
|
|
|
|
|
|
|
Conflicts:
src/aur
src/chroot-tools/librechroot
src/librerepkg
|
|
|
|
|
|
|
|
|