diff options
author | Dan McGee <dan@archlinux.org> | 2009-08-16 09:04:21 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-16 09:04:21 -0500 |
commit | 1d94c827c8e9efe6e56bc15f993a1ce3764a675a (patch) | |
tree | 5a43d4622cc85ea5511071216d8c0f31fbcdb20f /db-move | |
parent | cc7f23a6e7b978c4aa66c6288904a64abb2f06ec (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-x | db-move | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ packagebase="$1" repofrom="$2" repoto="$3" _arch="$4" +DB_COMPRESSION='gz' export CARCH="$_arch" |