From: Thierry Parmentelat Date: Fri, 8 Feb 2013 09:00:29 +0000 (+0100) Subject: in fact it's much better to handle either bootstrapfs or nodeimage as X-Git-Tag: 5.2.1~70 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=39a06704d35f76e195bc79c11443d09125726a72;p=build.git in fact it's much better to handle either bootstrapfs or nodeimage as several repos can be present at the same time --- diff --git a/partial-repo.sh b/partial-repo.sh index 3af0134c..674c9517 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|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'