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