From: Thierry Parmentelat Date: Tue, 4 Mar 2008 13:48:53 +0000 (+0000) Subject: no need to check out build X-Git-Tag: BootstrapFS-1.0-0~12 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=b8d46ac408168bb819f810652ed2de5043dfefc6 no need to check out build --- diff --git a/noderepo.spec b/noderepo.spec index 3638230..1b11582 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -45,7 +45,6 @@ echo nothing to do at build time for noderepo %install rm -rf $RPM_BUILD_ROOT -pushd BootstrapFS repo=planetlab-%{distroname}-%{_arch} install -d -m 755 $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo rpms=$(echo %{node_rpms_plus} | sed -e s,+++, ,g) @@ -53,7 +52,6 @@ for rpm in $rpms; do rsync $RPM_BUILD_ROOT/$rpm $RPM_BUILD_ROOT/var/www/html/ins ### yumgroups install -D -m 644 $RPM_BUILD_ROOT/RPMS/yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo createrepo -g yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo -popd %clean rm -rf $RPM_BUILD_ROOT