summaryrefslogtreecommitdiffstats
path: root/db-remove
diff options
context:
space:
mode:
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove8
1 files changed, 7 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index bb1f5cb..8df44a2 100755
--- a/db-remove
+++ b/db-remove
@@ -36,6 +36,12 @@ for pkgbase in ${pkgbases[@]}; do
done
for tarch in ${tarches[@]}; do
- arch_repo_remove "${repo}" "${tarch}" ${remove_pkgs[@]}
+ arch_db_remove "${repo}" "${tarch}" ${remove_pkgs[@]}
+done
+
+arch_git commit -q -m "db-remove: ${remove_pkgs[@]}"
+
+for tarch in ${tarches[@]}; do
repo_unlock $repo $tarch
done
+