aboutsummaryrefslogtreecommitdiffstats
path: root/db-build
blob: edd357a6875b82cf3332076980ccce9241aac9df (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 "$@"