[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 1db98908992ab861e5cc55b0cf50b6e7a052bf8c

git at osgeo.org git at osgeo.org
Sat May 25 19:40:03 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  1db98908992ab861e5cc55b0cf50b6e7a052bf8c (commit)
      from  b965e3a4c6ee71bc549ef72884061dfdc8ab456e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1db98908992ab861e5cc55b0cf50b6e7a052bf8c
Author: Regina Obe <lr at pcorp.us>
Date:   Sat May 25 22:39:59 2019 -0400

    Updated instructions

diff --git a/debian/jenkins_setup.txt b/debian/jenkins_setup.txt
index 5e565a1..fcf0de0 100644
--- a/debian/jenkins_setup.txt
+++ b/debian/jenkins_setup.txt
@@ -3,6 +3,7 @@ On 64-bit Debian 6
 su root
 apt update
 apt upgrade #install latest patches
+apt install gnupg2 wget
 wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -
 
 Add to: /etc/apt/sources.list
diff --git a/debian/scripts/proj_make_install_check_branch.sh b/debian/scripts/proj_make_install_check_branch.sh
new file mode 100644
index 0000000..489270a
--- /dev/null
+++ b/debian/scripts/proj_make_install_check_branch.sh
@@ -0,0 +1,30 @@
+	#export PROJ_VER=5.2.0
+    export PROJ_VER=6.0.0
+	#export DATUM_VER=1.8
+    #export DATUM_VER=world-1.0RC1
+    export DATUM_VER=world-1.0RC1
+    export DATUM_VER=north-america-1.1RC1
+    export PATH="/mingw/bin:/mingw/include:/mingw/lib:/bin"
+    export ZLIB_VER=1.2.11
+    export ZLIB_PATH=/projects/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}
+    #wget  --no-check-certificate http://zlib.net/zlib-1.2.11.tar.gz
+    export PATH="/bin:/mingw/bin:/mingw/include:${ZLIB_PATH}/bin:${ZLIB_PATH}/lib:${ZLIB_PATH}/include"
+    export PATH=${PROJECTS}/sqlite/rel-sqlite3w${OS_BUILD}${GCC_TYPE}/bin:${PATH}
+    export PKG_CONFIG_PATH=${PROJECTS}/sqlite/rel-sqlite3w${OS_BUILD}${GCC_TYPE}/lib/pkgconfig:${PROJECTS}/zlib/rel-zlib-${ZLIB_VER}w${OS_BUILD}${GCC_TYPE}/lib
+	cd ${SOURCES}
+	#rm -rf proj-${PROJ_VER}
+	#wget http://download.osgeo.org/proj/proj-${PROJ_VER}.tar.gz
+	#wget http://download.osgeo.org/proj/proj-datumgrid-${DATUM_VER}.zip
+    #wget https://download.osgeo.org/proj/proj-datumgrid-north-america-1.1RC1.zip
+	#tar xvfz proj-${PROJ_VER}.tar.gz
+	cd proj-${PROJ_VER}
+    make clean
+	#cd nad
+	#unzip ../../proj-datumgrid-${DATUM_VER}.zip
+	#cd ..
+	 ./configure --enable-shared --disable-static --prefix=${PROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE} --build=${MINGHOST}
+    
+	#make clean
+	make && make install
+	cd ${PROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE}
+	strip bin/*.dll
\ No newline at end of file

-----------------------------------------------------------------------

Summary of changes:
 debian/jenkins_setup.txt                         |  1 +
 debian/scripts/proj_make_install_check_branch.sh | 30 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 debian/scripts/proj_make_install_check_branch.sh


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list