slicerepo belongs in the partial repos for other flavours
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 20 Sep 2011 13:38:49 +0000 (15:38 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 20 Sep 2011 13:38:49 +0000 (15:38 +0200)
partial-repo.sh

index 09771c0..ae99ae3 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|bootstrapfs|noderepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/
+    rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|bootstrapfs|noderepo|slicerepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/
     echo "==================== building packages index in $repo .."
     createrepo PARTIAL-RPMS
     echo '==================== DONE'