From: Joerg Jaspert Date: Sat, 16 Aug 2008 12:48:40 +0000 (+0200) Subject: We dont want i18n to ever fail dinstall, add a || true X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b502193e1d00ab3ab2b7be108fa3974ae1df0ecc;p=dak.git We dont want i18n to ever fail dinstall, add a || true --- 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?