[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] do not exit on non-existant files, only log it



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/common |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/config/debian/common b/config/debian/common
index 5c8171e..9bc417b 100644
--- a/config/debian/common
+++ b/config/debian/common
@@ -57,7 +57,6 @@ function acceptnew () {
                 mv --target-directory="${accepted}" "${NAME}"
             else
                 log_error "Error, couldn't find file ${NAME} to move to ${accepted}"
-                exit 2
             fi
         done
         mv --target-directory="${accepted}"  "${file}" "${file%%.changes}.dak"
-- 
1.5.6.5


Reply to: