From b502193e1d00ab3ab2b7be108fa3974ae1df0ecc Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 16 Aug 2008 14:48:40 +0200 Subject: [PATCH] We dont want i18n to ever fail dinstall, add a || true --- ChangeLog | 5 +++++ config/debian/cron.dinstall | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d948974e..ffd4fed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-16 Joerg Jaspert + + * config/debian/cron.dinstall: We dont want i18n to ever fail + dinstall, add a || true + 2008-08-14 Joerg Jaspert * config/debian/cron.dinstall: Added the i18n retrieval of package diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 731bc825..6df0bc69 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? -- 2.39.2