From: thierry Date: Tue, 23 Feb 2010 16:45:37 +0000 (+0000) Subject: the vserver stuff is not for myplcs X-Git-Tag: foo~186 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7d97ad5ebb4f5a720e8fef2e62a7f629270912ca;p=infrastructure.git the vserver stuff is not for myplcs --- diff --git a/scripts/partial-repo.sh b/scripts/partial-repo.sh index d087cd0..09771c0 100755 --- a/scripts/partial-repo.sh +++ b/scripts/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|vserver)-.*-.*-.*-.*rpm') PARTIAL-RPMS/ + rsync --archive --verbose $(find RPMS -type f | egrep '/(bootcd|bootstrapfs|noderepo)-.*-.*-.*-.*rpm') PARTIAL-RPMS/ echo "==================== building packages index in $repo .." createrepo PARTIAL-RPMS echo '==================== DONE'