summaryrefslogtreecommitdiffstats
path: root/db-move
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-01-31 19:53:48 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:04 +0200
commit48177ff85854baaf184ebc1c9d46def6398b64d8 (patch)
tree64b037de0322569c88ee1f1f5027f71139c2dd52 /db-move
parent5340bef937c5ce288d323873529545ffd5878e21 (diff)
downloaddbscripts-48177ff85854baaf184ebc1c9d46def6398b64d8.tar.gz
dbscripts-48177ff85854baaf184ebc1c9d46def6398b64d8.tar.xz
use global variable to track history changes and commit everything at once
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'db-move')
-rwxr-xr-xdb-move2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-move b/db-move
index 8352b94..27c08e1 100755
--- a/db-move
+++ b/db-move
@@ -35,7 +35,7 @@ for pkg in "${pkgs[@]}"; do
arch_db_remove "${repo_from}" "$arch" "$pkgname"
done
-arch_git commit -q -m "db-move: $add_pkgs[@]"
+arch_history_commit "db-move: $add_pkgs[@]"
for pkgarch in ${ARCHES[@]}; do
repo_unlock ${repo_from} ${pkgarch}