copy+paste error
authorosm@osm.rrze <osm@osm.rrze.uni-erlangen.de>
Sat, 28 Jul 2012 10:45:40 +0000 (12:45 +0200)
committerosm@osm.rrze <osm@osm.rrze.uni-erlangen.de>
Sat, 28 Jul 2012 10:45:40 +0000 (12:45 +0200)
scripts/doosmupdate.sh

index 53f63c68f084c66ea63877b782a31e1285093f11..e15f856d57207ffdb2af2229e5f63047c584710d 100755 (executable)
@@ -65,6 +65,9 @@ if [ -e $CHANGESFILE ] ; then
 fi
 echo "Update seems to have been successful."
 grep timestamp $OSMOSISWORKDIR/state.txt | sed -e 's/timestamp=//g' -e 's/T/ /g' -e 's/\\:/:/g' > $WEBSTATEFILE
+echo -n "Updated database: now at upstream state of "
+cat $WEBSTATEFILE
+touch /var/lib/tirex/tiles/planet-import-complete
 if [ -e $EXPIRYFILE ] ; then
        echo "Expiryfile exists. Telling tirex to rerender the tiles mentioned there..."
        echo "Number of lines: `wc -l $EXPIRYFILE`"
@@ -74,7 +77,7 @@ if [ -e $EXPIRYFILE ] ; then
                                    /var/lib/tirex/tiles/osm
        cat $EXPIRYFILE | /home.local/osm/bin/osmtilecleanup.pl \
                                    --action rerenderexpiredlist --zoom 13-20 \
-                                   --rrs /home.local/osm/bin/osmrerenderwrapper.sh \
+                                   --rrs /home.local/osm/bin/osmrerenderwrapper-osmde.sh \
                                    /var/lib/tirex/tiles/osmde
        rm $EXPIRYFILE
 fi
This page took 0.084396 seconds and 4 git commands to generate.