From 03c1de774f6223be81a1b43679d809f23de19604 Mon Sep 17 00:00:00 2001 From: "jkeating@harpoon.lab.boston.redhat.com" <> Date: Wed, 8 Nov 2006 20:58:41 -0500 Subject: [PATCH] Option is version not release (at least for now) --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1f61e289..4bdbda12 100644 --- a/README +++ b/README @@ -66,14 +66,14 @@ Testing sudo pungi --comps /etc/pungi/comps.xml \ --yumconf /etc/pungi/yum.conf.x86_64 --destdir /srv/pungi \ - --cachedir /srv/pungi/cache --arch x86_64 --release 6.89 \ + --cachedir /srv/pungi/cache --arch x86_64 --version 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 \ + --cachedir /srv/pungi/cache --arch x86_64 --version 6.89 \ --discs 1 Of course, fill in some of your own values.