From af06266bf8d7eb0377dd6dcfad7bf1b9c1f79825 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 30 Jan 2011 12:17:42 +0100 Subject: Try to remove a package even if it is no longer in svn --- db-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-remove b/db-remove index cc65eb9..292af5d 100755 --- a/db-remove +++ b/db-remove @@ -37,7 +37,7 @@ if [ -d "${WORKDIR}/svn/$pkgbase/repos/$svnrepo" ]; then /usr/bin/svn rm --force -q "${WORKDIR}/svn/$pkgbase/repos/$svnrepo" /usr/bin/svn commit -q "${WORKDIR}/svn/$pkgbase" -m "$(basename $0): $pkgbase removed by $(id -un)" else - die "$pkgbase not found in $svnrepo" + warning "$pkgbase not found in $svnrepo" fi for tarch in ${tarches[@]}; do -- cgit v1.2.3-24-g4f1b