Use cp-po -f so files with errors still show up on the web site.
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 13 Jun 2009 13:10:50 +0000 (13:10 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 13 Jun 2009 13:10:50 +0000 (13:10 +0000)
wwwtools/update-nls-www

index 4da20da5dd76d34778ebafdbd07799924cb9945b..11281a6398f625ed3a870cf044e9a5ba22f8b04a 100755 (executable)
@@ -48,7 +48,7 @@ for branch in $active_branches; do
 
        if [ -d "$CVSDIR/messages-$branch" ]; then
                (cd $CVSDIR/messages-$branch; cvs -q update) | tee -a "$tmp"
-               $MYDIR/../cp-po -k $CVSDIR/messages-$branch $PGSRC.work
+               $MYDIR/../cp-po -f -k $CVSDIR/messages-$branch $PGSRC.work
        fi
 
        if [ "$force" != true ] && ! egrep -q '^(U|P) ' "$tmp"; then