in fact it's much better to handle either bootstrapfs or nodeimage as
[build.git] / partial-repo.sh
index 3af0134..674c951 100755 (executable)
@@ -22,7 +22,7 @@ for repo in "$@" ; do
     cd $repo
     echo "==================== Dealing with repo $repo"
     mkdir -p PARTIAL-RPMS
-    rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|nodeimage|noderepo|slicerepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/
+    rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|bootstrapfs|nodeimage|noderepo|slicerepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/
     echo "==================== building packages index in $repo .."
     createrepo PARTIAL-RPMS
     echo '==================== DONE'