Add info on how to test from a clone

This commit is contained in:
jkeating@harpoon.lab.boston.redhat.com 2006-11-08 18:32:51 -05:00 committed by Jesse Keating
parent ccbd9bac63
commit 68767e396f

7
README
View File

@ -69,4 +69,11 @@ Testing
--cachedir /srv/pungi/cache --arch x86_64 --release 6.89 \
--discs 1
Or to test it from just the hg clone:
sudo ./pungi --comps config/comps.xml \
--yumconf config/yum.conf.x86_64 --destdir /srv/pungi \
--cachedir /srv/pungi/cache --arch x86_64 --release 6.89 \
--discs 1
Of course, fill in some of your own values.