Perry Myers
2008-Jun-29 19:17 UTC
[Ovirt-devel] [PATCH] Copy the ISO managed node and src RPMs along with the pxe managed nodes
Signed-off-by: Perry Myers <pmyers at redhat.com>
---
build-all.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-all.sh b/build-all.sh
index d231241..cee0c8c 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -227,8 +227,8 @@ repo --name=ovirt --baseurl=http://localhost/ovirt
EOF
bumpver
make rpms
- rm -f $OVIRT/ovirt-host-image-pxe*rpm
- cp rpm-build/ovirt-host-image-pxe*rpm $OVIRT
+ rm -f $OVIRT/ovirt-host-image*rpm
+ cp rpm-build/ovirt-host-image*rpm $OVIRT
cd $OVIRT
createrepo .
fi
--
1.5.5.1
Chris Lalancette
2008-Jun-30 07:05 UTC
[Ovirt-devel] [PATCH] Copy the ISO managed node and src RPMs along with the pxe managed nodes
Perry Myers wrote:> Signed-off-by: Perry Myers <pmyers at redhat.com> > --- > build-all.sh | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build-all.sh b/build-all.sh > index d231241..cee0c8c 100755 > --- a/build-all.sh > +++ b/build-all.sh > @@ -227,8 +227,8 @@ repo --name=ovirt --baseurl=http://localhost/ovirt > EOF > bumpver > make rpms > - rm -f $OVIRT/ovirt-host-image-pxe*rpm > - cp rpm-build/ovirt-host-image-pxe*rpm $OVIRT > + rm -f $OVIRT/ovirt-host-image*rpm > + cp rpm-build/ovirt-host-image*rpm $OVIRT > cd $OVIRT > createrepo . > fiACK Chris Lalancette