Skip to content

Instantly share code, notes, and snippets.

@zhangsen
Created November 29, 2011 08:44
Show Gist options
  • Save zhangsen/1404047 to your computer and use it in GitHub Desktop.
Save zhangsen/1404047 to your computer and use it in GitHub Desktop.
setup cvc environment in rmake chroot
export PS1="[\u@\h \w]$ "
mkdir -p /home/test
export HOME=/home/test
mkdir -p ~/conary/builds
cat > ~/.conaryrc <<EOF
buildPath ~/conary/builds
EOF
cd ~/conary
# now you can checkout and cook recipes
# maybe install vim too: conary install --resolve vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment