From 7bc912f4f413c2e140979b1f79d44e3129c7e0b1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 12 Oct 2014 13:32:01 +0100 Subject: split out db building --- db-build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 db-build (limited to 'db-build') diff --git a/db-build b/db-build new file mode 100755 index 0000000..5853a7b --- /dev/null +++ b/db-build @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +## +# Rebuild the repository using repose +main() { + source $(dirname $0)/config.bash + + "$REPOSE_BINARY" "$DATABASE" --root "$ROOT" --pool "$POOL" -v --xz --files +} + +main "$@" -- cgit v1.2.3-54-g00ecf