Author: pawelz Date: Fri Feb 26 16:15:35 2010 New Revision: 11182 Added: toys/tools/cleanbuild/README (contents, props changed) Log: - simple tutorial how to setup cleanbuild.
Added: toys/tools/cleanbuild/README ============================================================================== --- (empty file) +++ toys/tools/cleanbuild/README Fri Feb 26 16:15:35 2010 @@ -0,0 +1,46 @@ +Dependencies: + + Missing packages on fresh PLD vserver installation: + + cvsnt + mount + poldek + rpm-build-tools + subversion + sudo + +Setup: + + # Install all dependencies + + # create rpm dir + builder --init-rpm-dir + + # optionally login to cvs + cd ~/tpm/packages + sed -i s/:cvs@/:yourcvslogin@/ CVS/Root + cvs login + + # create directories + mkdir ~/rpm/cleanRPMS.repo + mkdir ~/rpm/packages/cleanRPMS + + # checkout svn repo + svn co http://svn.pld-linux.org/svn/toys/tools/cleanbuild + +Notes for vserver: + + If you are inside vserver, you need to have following context capabilities + (add these lines to /etc/vserver/<name>/ccapabilities): + SECURE_MOUNT + BINARY_MOUNT + + And following system capabilities (add these lines to + /etc/vserver/<name>/bcapabilities): + MKNOD + SYS_ADMIN + +Run cleanbuild: + + cd cleanbuild + ./cleanbuild some.spec _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
