From: Thierry Parmentelat Date: Tue, 20 Sep 2011 13:38:49 +0000 (+0200) Subject: slicerepo belongs in the partial repos for other flavours X-Git-Tag: 5.0-rc24~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b603d8e2fa16ee354b64efc10c971dbb97c2527;p=build.git slicerepo belongs in the partial repos for other flavours --- diff --git a/partial-repo.sh b/partial-repo.sh index 09771c0e..ae99ae3b 100755 --- a/partial-repo.sh +++ b/partial-repo.sh @@ -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'