Last change
on this file since 27657 was
27488,
checked in by kdrangmeister, 8 years ago
|
Allow to set target server
|
-
Property svn:executable set to
*
|
File size:
303 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | # run in the current workspace, assuming that "Parking" and "mapnik" are checked out projects. |
---|
3 | MAPNIKSRC=../../mapnik |
---|
4 | PARKINGSRC=. |
---|
5 | TARGETSRV=crite |
---|
6 | DESTDIR=/tmp/deploy-neu-$TARGETSRV |
---|
7 | TMPDIR=/tmp/tmp-kay-mapnik |
---|
8 | |
---|
9 | python setup_target_style.py -m $MAPNIKSRC -t $TMPDIR -d $DESTDIR -v $TARGETSRV |
---|
Note: See
TracBrowser
for help on using the repository browser.