Mercurial > dive4elements > river
comparison contrib/make_flys_release/bin/make-importer-package.sh @ 5491:d3eb662d66db
Conf dir is no longer needed
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 28 Mar 2013 09:23:37 +0100 |
parents | 5422a798f105 |
children | d5e1e4d9559e |
comparison
equal
deleted
inserted
replaced
5490:b3dd14fc13a6 | 5491:d3eb662d66db |
---|---|
3 | 3 |
4 # See README for more information | 4 # See README for more information |
5 | 5 |
6 # The working directory. Resulting tarball will be placed in the directory above. | 6 # The working directory. Resulting tarball will be placed in the directory above. |
7 PKG_DIR=/tmp/flys-importer | 7 PKG_DIR=/tmp/flys-importer |
8 # Default conf | |
9 CONF_DIR=/path/to/conf/dir | |
10 # Path to the flys checkout | 8 # Path to the flys checkout |
11 FLYS_DIR=/path/to/flys/root | 9 FLYS_DIR=/path/to/flys/root |
12 # Tarball that will be extracted into flys-imprter/opt | 10 # Tarball that will be extracted into flys-imprter/opt |
13 EXTRAS=$1 | 11 EXTRAS=$1 |
14 | 12 |