Changeset 3773 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2007-07-27T03:06:03+02:00 (17 years ago)
Author:
ulf
Message:

Use wget -N instead of -nc. Let wget download files when they are newer on the server only (or the server date cannot be retrieved). Formerly, the files were downloaded only once and not updated when existing.

This should make automated build of the installer much easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup.sh

    r3772 r3773  
    2626#cp ../../plugins/wmsplugin/wmsplugin.jar .
    2727
    28 # wget -nc http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar
    29 # wget -nc http://www.free-map.org.uk/downloads/josm/mappaint.jar
    30 # wget -nc http://www.free-map.org.uk/downloads/josm/elemstyles.xml
    31 wget -nc http://www.eigenheimstrasse.de/josm/plugins/osmarender.jar
    32 wget -nc http://www.eigenheimstrasse.de/josm/plugins/annotation-tester.jar
    33 wget -nc http://chippy2005.googlepages.com/wmsplugin.jar
    34 wget -nc http://personales.ya.com/frsantos/validator.jar
    35 wget -nc http://thomas.walraet.net/tways/tways-0.2.jar
     28# wget -N http://svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/mappaint.jar
     29# wget -N http://www.free-map.org.uk/downloads/josm/mappaint.jar
     30# wget -N http://www.free-map.org.uk/downloads/josm/elemstyles.xml
     31wget -N http://www.eigenheimstrasse.de/josm/plugins/osmarender.jar
     32wget -N http://www.eigenheimstrasse.de/josm/plugins/annotation-tester.jar
     33wget -N http://chippy2005.googlepages.com/wmsplugin.jar
     34wget -N http://personales.ya.com/frsantos/validator.jar
     35wget -N http://thomas.walraet.net/tways/tways-0.2.jar
    3636
    3737cd ..
Note: See TracChangeset for help on using the changeset viewer.