summaryrefslogtreecommitdiffstats
path: root/db-remove
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-remove
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-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index 8df44a2..f6d2e99 100755
--- a/db-remove
+++ b/db-remove
@@ -39,7 +39,7 @@ for tarch in ${tarches[@]}; do
arch_db_remove "${repo}" "${tarch}" ${remove_pkgs[@]}
done
-arch_git commit -q -m "db-remove: ${remove_pkgs[@]}"
+arch_history_commit "db-remove: ${remove_pkgs[@]}"
for tarch in ${tarches[@]}; do
repo_unlock $repo $tarch