diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-11 23:48:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-11 23:48:23 +0100 |
commit | 8632712fe4bbc7ec8a19be4b9ff11bf558b29d6c (patch) | |
tree | 4bd8b3a2c663575a1b24d32cb8e74163baffcb27 /db-build | |
parent | 6873916b29b928693aa499c295937afbb451c1ec (diff) | |
download | vcs-rebuild-8632712fe4bbc7ec8a19be4b9ff11bf558b29d6c.tar.xz |
db-build: Accept options for repose
Diffstat (limited to 'db-build')
-rwxr-xr-x | db-build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ main() { source $(dirname $0)/config.bash - "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files + "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files "$@" } main "$@" |