5.3.2 was broken for f14, and we need the f20 version for the infra side, so let...
[infrastructure.git] / scripts / sfa-reindex-fedora.sh
1 # partial builds do not seem to index their output repos
2 find_in=.
3 [[ -n "$@" ]] && find_in="$@"
4 for rpm in $(find $find_in -name RPMS); do createrepo $rpm ; done