+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
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?