[PATCH] make-opt-package.sh: give path to internal 'repository'

Wald Commits scm-commit at wald.intevation.org
Fri Oct 25 15:02:16 CEST 2013


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1382706128 -7200
# Node ID f3b2aeb27e4bf84155ef9c88cf49d4fc75b55cf8
# Parent  61fee9ea082db807f0ab8be90f4971ecd57d91bc
make-opt-package.sh: give path to internal 'repository'.

diff -r 61fee9ea082d -r f3b2aeb27e4b contrib/make_flys_release/bin/make-opt-package.sh
--- a/contrib/make_flys_release/bin/make-opt-package.sh	Fri Oct 25 07:25:19 2013 +0200
+++ b/contrib/make_flys_release/bin/make-opt-package.sh	Fri Oct 25 15:02:08 2013 +0200
@@ -5,9 +5,9 @@
 # This script is intended to be run on suse enterprise linux
 
 # Path to the oracle zip archives
-ORACLE_LOC=/home/intevation
+ORACLE_LOC=/home/projects/Geospatial/dami/repo
 # Path to the Source tarballs of gdal-1.9.2.tar.gz proj-4.8.0.tar.gz cx_Oracle-5.1.2.tar.gz
-SOURCES=/home/intevation/Downloads
+SOURCES=/home/projects/Geospatial/dami/repo
 #mkdir -p $SOURCES
 #cd $SOURCES
 #wget http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz


More information about the Dive4elements-commits mailing list