diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-20 20:20:08 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-20 20:20:08 +0000 |
commit | 50efb6f4ebffe1d0f3bb2232397b4fca62922542 (patch) | |
tree | fd9ab83c711cbf9bf170d6a9f522776349e82d8e /db-build | |
parent | 23970267de35293efb5a21bf39434431915913c7 (diff) | |
download | vcs-rebuild-50efb6f4ebffe1d0f3bb2232397b4fca62922542.tar.xz |
fix get_repo_sha and clean_packages repo location
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 "$ROOT" --pool "$POOL" -v --xz --files + "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files } main "$@" |