exclude "latest" entries from repomd

This commit is contained in:
Axel Kohlmeyer
2013-07-09 14:50:19 +02:00
parent 7eb24e316d
commit 8a2c6dbcd5

View File

@ -114,7 +114,7 @@ then
prune_rpm RPMS -mpich2
prune_rpm RPMS -python
createrepo -v RPMS
createrepo -x \*latest\* -v RPMS
rsync -arpv --exclude cache --delete RPMS/ \
${MYRPM_REPO_USER}@${MYRPM_REPO_HOST}:${MYRPM_REPO_DIR}
# we use the source rpm on suse, since they do not have a "dist" tag.