From 68767e396f6d2736e1bd121f787749e7a741094d Mon Sep 17 00:00:00 2001 From: "jkeating@harpoon.lab.boston.redhat.com" <> Date: Wed, 8 Nov 2006 18:32:51 -0500 Subject: [PATCH] Add info on how to test from a clone --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index de7cebb7..1f61e289 100644 --- a/README +++ b/README @@ -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.