summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-08-03 16:11:36 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-08-03 16:11:36 -0300
commitda9ed1038f53c8b3cd350e8efafb3146d3e16795 (patch)
tree560bd49be0ee5d1489e01548ec9ee77df60c75e0 /db-remove
parent91210f8ae18f5651ace2273cfa0c8ad7e4dbcbdf (diff)
parentc26ba3ccee6700bc0be0031df959d96918f7800f (diff)
Merge branch 'master' of https://projects.archlinux.org/git/dbscripts
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove3
1 files changed, 3 insertions, 0 deletions
diff --git a/db-remove b/db-remove
index 292af5d..b44eb33 100755
--- a/db-remove
+++ b/db-remove
@@ -38,6 +38,9 @@ if [ -d "${WORKDIR}/svn/$pkgbase/repos/$svnrepo" ]; then
/usr/bin/svn commit -q "${WORKDIR}/svn/$pkgbase" -m "$(basename $0): $pkgbase removed by $(id -un)"
else
warning "$pkgbase not found in $svnrepo"
+ warning "Removing only $pkgbase from the repo"
+ warning "If it was a split package you have to remove the others yourself!"
+ pkgnames=($pkgbase)
fi
for tarch in ${tarches[@]}; do