summaryrefslogtreecommitdiffstats
path: root/db-update
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-update
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-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 5e75498..272b575 100755
--- a/db-update
+++ b/db-update
@@ -70,7 +70,7 @@ for repo in ${repos[@]}; do
done
done
-arch_git commit -q -m "db-update: ${repos[@]}"
+arch_history_commit "db-update: ${repos[@]}"
for repo in ${repos[@]}; do
for pkgarch in ${ARCHES[@]}; do