aboutsummaryrefslogtreecommitdiffstats
path: root/db-build
diff options
context:
space:
mode:
Diffstat (limited to 'db-build')
-rwxr-xr-xdb-build11
1 files changed, 11 insertions, 0 deletions
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 "$@"