From 8632712fe4bbc7ec8a19be4b9ff11bf558b29d6c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 11 Jun 2015 23:48:23 +0100 Subject: db-build: Accept options for repose --- db-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- cgit v1.2.3-54-g00ecf