[postgis-tickets] r16286 - Add missing pgpath variable to doc build, get rid of invalid clause in make_dist (-v)
Regina Obe
lr at pcorp.us
Sat Jan 13 10:22:38 PST 2018
Author: robe
Date: 2018-01-13 10:22:38 -0800 (Sat, 13 Jan 2018)
New Revision: 16286
Modified:
trunk/ci/debbie/postgis_release_docs.sh
trunk/make_dist.sh
Log:
Add missing pgpath variable to doc build, get rid of invalid clause in make_dist (-v)
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-01-13 18:16:26 UTC (rev 16285)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-01-13 18:22:38 UTC (rev 16286)
@@ -10,9 +10,13 @@
export GEOS_VER=3.6
export GDAL_VER=2.2
export WEB_DIR=/var/www/postgis_stuff
+export PGPATH=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
export PATH="${PGPATH}/bin:$PATH"
export LD_LIBRARY_PATH="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/lib:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/lib:${PGPATH}/lib"
+./autogen.sh
+
+
POSTGIS_MAJOR_VERSION=`grep ^POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2`
POSTGIS_MINOR_VERSION=`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`
POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`
Modified: trunk/make_dist.sh
===================================================================
--- trunk/make_dist.sh 2018-01-13 18:16:26 UTC (rev 16285)
+++ trunk/make_dist.sh 2018-01-13 18:22:38 UTC (rev 16286)
@@ -62,11 +62,6 @@
fi
fi
-if [ -v "$outdir" ]; then
- echo "Output directory $outdir already exists."
- exit 1
-fi
-
outdir="postgis-$version"
if [ -d "$outdir" ]; then
More information about the postgis-tickets
mailing list