]> git.decadent.org.uk Git - dak.git/commitdiff
We dont want i18n to ever fail dinstall, add a || true
authorJoerg Jaspert <joerg@debian.org>
Sat, 16 Aug 2008 12:48:40 +0000 (14:48 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 16 Aug 2008 12:48:40 +0000 (14:48 +0200)
ChangeLog
config/debian/cron.dinstall

index d948974e019e4f627968ebdf2601f3686460b895..ffd4fed0bf13c005f55206536599d3924a8ab305 100644 (file)
--- 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
index 731bc825893dab99122abeb9a4676ce2c8d1e981..6df0bc69a77c56575cf646fa2f18ec0a3bb06514 100755 (executable)
@@ -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?