#!/usr/bin/env bash ## # Rebuild the repository using repose main() { source $(dirname $0)/config.bash "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files "$@" } main "$@"