From 5340bef937c5ce288d323873529545ffd5878e21 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 31 Jan 2014 17:24:00 +0100 Subject: add historical git repo; fix db-move Signed-off-by: Florian Pritz --- db-remove | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'db-remove') 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 + -- cgit v1.2.3-24-g4f1b