X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=noderepo.spec;h=1b115824fbe7d23c0b19e7f6ca33578a0e80ec66;hb=b8d46ac408168bb819f810652ed2de5043dfefc6;hp=363823037a16b0b75181c4075019406cc9061733;hpb=3703fc4be92ba01968fdc8494415616477e8a2fa;p=nodeimage.git 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