summaryrefslogtreecommitdiff
path: root/db-move
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-08-16 09:04:21 -0500
committerDan McGee <dan@archlinux.org>2009-08-16 09:04:21 -0500
commit1d94c827c8e9efe6e56bc15f993a1ce3764a675a (patch)
tree5a43d4622cc85ea5511071216d8c0f31fbcdb20f /db-move
parentcc7f23a6e7b978c4aa66c6288904a64abb2f06ec (diff)
Add DB_COMPRESSION var to all scripts that need it
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'db-move')
-rwxr-xr-xdb-move1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-move b/db-move
index e3897e3..1b07091 100755
--- a/db-move
+++ b/db-move
@@ -13,6 +13,7 @@ packagebase="$1"
repofrom="$2"
repoto="$3"
_arch="$4"
+DB_COMPRESSION='gz'
export CARCH="$_arch"