aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-11 23:48:23 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-11 23:48:23 +0100
commit8632712fe4bbc7ec8a19be4b9ff11bf558b29d6c (patch)
tree4bd8b3a2c663575a1b24d32cb8e74163baffcb27
parent6873916b29b928693aa499c295937afbb451c1ec (diff)
downloadvcs-rebuild-8632712fe4bbc7ec8a19be4b9ff11bf558b29d6c.tar.xz
db-build: Accept options for repose
-rwxr-xr-xdb-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-build b/db-build
index e9a05aa..edd357a 100755
--- a/db-build
+++ b/db-build
@@ -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 "$@"