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

[dak/master] We dont want i18n to ever fail dinstall, add a || true



---
 ChangeLog                   |    5 +++++
 config/debian/cron.dinstall |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d948974..ffd4fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-16  Joerg Jaspert  <joerg@debian.org>
+
+	* config/debian/cron.dinstall: We dont want i18n to ever fail
+	dinstall, add a || true
+
 2008-08-14  Joerg Jaspert  <joerg@debian.org>
 
 	* config/debian/cron.dinstall: Added the i18n retrieval of package
diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 731bc82..6df0bc6 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -94,7 +94,7 @@ ts
 echo "Synchronizing i18n package descriptions"
 # First sync their newest data
 cd ${scriptdir}/i18nsync
-rsync -aq --delete --delete-after ddtp-sync:/does/not/matter .
+rsync -aq --delete --delete-after ddtp-sync:/does/not/matter . || true
 
 # Now check if we still know about the packages for which they created the files
 # is the timestamp signed by us?
-- 
1.5.6.3


Reply to: