summaryrefslogtreecommitdiff
path: root/buildenv
AgeCommit message (Collapse)Author
2011-11-24change CHCOPY to CHROOTNicolas Reynolds
2011-09-21Use SUDO_USER or specified user on $1Nicolas Reynolds
2011-09-07Instead of 'abs', now buildenv uses ${USER}.Nicolas 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"