Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | Deprecate clean-pacman in favor of smart chcleanup | Nicolás Reynolds | |
Chcleanup compares the currently installed packages with a clean system list of packages + the package dependencies and removes the leftovers. Treepkg runs it as pre-build hook, so FULLBUILDCMD finds only the needed dependencies. | |||
2012-04-08 | Use system clean file | Nicolás Reynolds | |
2012-02-24 | Informe removed packages | Nicolas Reynolds | |
2012-02-05 | Use libretools' cleansystem | Nicolas Reynolds | |
2011-09-07 | My build environment | Nicolas Reynolds | |
I run buildenv from my current user to bind mount all the needed files on the clean chroot. It's like having the current user home and makepkg.conf under a clean environment. PKGBUILD edition is done outside the chroot. Chcleanup is the script to cleanup the installed packages, used by the mipsrelease hook to return the chroot to a clean state. The user is called 'abs', PKGDEST is /home/pkgdest and SRCDEST /home/srcdest. On libretools.conf: FULLBUILDCMD="sudo libremakepkg -cumL -M --noconfirm -M" |