in fact it's much better to handle either bootstrapfs or nodeimage as
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 8 Feb 2013 09:00:29 +0000 (10:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 8 Feb 2013 09:00:29 +0000 (10:00 +0100)
several repos can be present at the same time

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'