summaryrefslogtreecommitdiff
path: root/chcleanup
AgeCommit message (Collapse)Author
2012-04-08Use system clean fileNicolás Reynolds
2012-02-24Informe removed packagesNicolas Reynolds
2012-02-05Use libretools' cleansystemNicolas Reynolds
2011-09-07My build environmentNicolas 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"