aboutsummaryrefslogtreecommitdiffstats
path: root/db-build
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-20 20:20:08 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-20 20:20:08 +0000
commit50efb6f4ebffe1d0f3bb2232397b4fca62922542 (patch)
treefd9ab83c711cbf9bf170d6a9f522776349e82d8e /db-build
parent23970267de35293efb5a21bf39434431915913c7 (diff)
downloadvcs-rebuild-50efb6f4ebffe1d0f3bb2232397b4fca62922542.tar.xz
fix get_repo_sha and clean_packages repo location
Diffstat (limited to 'db-build')
-rwxr-xr-xdb-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-build b/db-build
index 5853a7b..e9a05aa 100755
--- a/db-build
+++ b/db-build
@@ -5,7 +5,7 @@
main() {
source $(dirname $0)/config.bash
- "$REPOSE_BINARY" "$DATABASE" --root "$ROOT" --pool "$POOL" -v --xz --files
+ "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files
}
main "$@"