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

git at osgeo.org git at osgeo.org
Tue Aug 24 09:15:26 PDT 2021


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  8236205f53843d0ef5519a17535af1def8b89d1a (commit)
      from  d7c42220eb672eee3b181686f12f27e13ec81575 (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 8236205f53843d0ef5519a17535af1def8b89d1a
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Aug 24 12:15:21 2021 -0400

    Update jenkings jobs.  Instructions for building reallie and bessie changes

diff --git a/debian/reallie.txt b/debian/reallie.txt
new file mode 100644
index 0000000..1d83006
--- /dev/null
+++ b/debian/reallie.txt
@@ -0,0 +1,25 @@
+#reallie is running 64-bit Debian 11 lxd container on host.postgis.net
+#Debian GNU/Linux 11 (bullseye)
+
+sudo bash
+apt install default-jdk
+apt install autoconf libtool build-essential
+apt install libreadline7 libreadline7-dev zlib1g-dev
+apt install libcunit1-dev libcunit1-doc libcunit1
+apt install docbook
+apt install libxml2-dev xsltproc docbook-xsl docbook-mathml gettext 
+apt install libjson-c-dev
+#apt install dblatex #for pdf building
+#apt install imagemagick #for doc building
+apt install libxml2 libxml2-dev
+apt install bison flex
+apt install libiconv-hook1 
+apt install git
+apt install proj-bin
+apt install postgresql-server-dev
+#installed geos 3.7.1
+apt install libgeos libgeos-dev libproj-dev
+apt install libgdal-dev
+apt install pkg-config
+#for code coverage testing
+sudo apt install lcov
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 3997540..5c4dae9 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -168,3 +168,21 @@ sudo gmake install
 sudo gmake installcheck PGUSER=postgres
 sudo cpan TAP::Parser::SourceHandler::pgTAP
 
+#fix date time https://www.cyberciti.biz/faq/howto-set-date-and-time-timezone-in-freebsd/
+date yymmddhhmmss
+e.g date 2106121811
+
+#set time without changing date
+date hhmmss
+e.g. - date 1810
+
+cp /usr/share/zoneinfo/US/Eastern /etc/localtime
+
+#see list of packages
+pkg info | grep postgresql
+#lists all installed
+pkg info –all
+
+pkg remove postgresql12-server postgresql12-contrib postgresql12-client gdal
+pkg install postgresql12-server postgresql12-contrib postgresql12-client gdal
+/usr/local/etc/rc.d/postgresql initdb
diff --git a/windows/jobs/GDAL_Branch_1.9_w64_win64/config.xml b/windows/jobs/GDAL_Branch_1.9_w64_win64/config.xml
deleted file mode 100644
index 9b55711..0000000
--- a/windows/jobs/GDAL_Branch_1.9_w64_win64/config.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <logRotator>
-    <daysToKeep>1</daysToKeep>
-    <numToKeep>2</numToKeep>
-    <artifactDaysToKeep>-1</artifactDaysToKeep>
-    <artifactNumToKeep>-1</artifactNumToKeep>
-  </logRotator>
-  <keepDependencies>false</keepDependencies>
-  <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>GDAL_VER</name>
-          <description></description>
-          <defaultValue>1.9</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>GDAL_VER_MICRO</name>
-          <description></description>
-          <defaultValue>1</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
-  </properties>
-  <scm class="hudson.scm.SubversionSCM">
-    <locations>
-      <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>https://svn.osgeo.org/gdal/tags/1.9.1/gdal</remote>
-        <local>branches/1.9</local>
-      </hudson.scm.SubversionSCM_-ModuleLocation>
-    </locations>
-    <excludedRegions></excludedRegions>
-    <includedRegions></includedRegions>
-    <excludedUsers></excludedUsers>
-    <excludedRevprop></excludedRevprop>
-    <excludedCommitMessages></excludedCommitMessages>
-    <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
-  </scm>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector"/>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>C:/Jenkins/gdal</customWorkspace>
-  <builders>
-    <hudson.tasks.BatchFile>
-      <command>cd %WORKSPACE%
-set SH_WORKSPACE=/c/jenkins/gdal
-echo export GDAL_VER=%GDAL_VER% > build_%JOB_NAME%.sh
-echo export PROJECTS=/c/jenkins >> build_%JOB_NAME%.sh
-echo export PATH=".:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/usr/local/bin" >> build_%JOB_NAME%.sh
-echo cd '%SH_WORKSPACE%/branches/%GDAL_VER%' >> build_%JOB_NAME%.sh
-echo sh autogen.sh >> build_%JOB_NAME%.sh
-echo ./configure --host=x86_64-w64-mingw32 --prefix=${SH_WORKSPACE}/rel-${GDAL_VER}.${GDAL_VER_MICRO}w64 >> build_%JOB_NAME%.sh
-echo make clean >> build_%JOB_NAME%.sh
-echo make check >> build_%JOB_NAME%.sh
-echo make install >> build_%JOB_NAME%.sh
-</command>
-    </hudson.tasks.BatchFile>
-    <hudson.tasks.BatchFile>
-      <command>set WD=C:\ming64\msys\bin\
-%WD%sh --login -i -c '"%WORKSPACE%\build_%JOB_NAME%.sh"'</command>
-    </hudson.tasks.BatchFile>
-  </builders>
-  <publishers/>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/GDAL_Branch_1.9_w64_win64/nextBuildNumber b/windows/jobs/GDAL_Branch_1.9_w64_win64/nextBuildNumber
deleted file mode 100644
index 7ed6ff8..0000000
--- a/windows/jobs/GDAL_Branch_1.9_w64_win64/nextBuildNumber
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/windows/jobs/GEOS_Trunk_ming/config.xml b/windows/jobs/GEOS_Trunk_ming/config.xml
deleted file mode 100644
index e2db633..0000000
--- a/windows/jobs/GEOS_Trunk_ming/config.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <logRotator>
-    <daysToKeep>5</daysToKeep>
-    <numToKeep>10</numToKeep>
-    <artifactDaysToKeep>-1</artifactDaysToKeep>
-    <artifactNumToKeep>-1</artifactNumToKeep>
-  </logRotator>
-  <keepDependencies>false</keepDependencies>
-  <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>GEOS_VER</name>
-          <description>Branch development of GEOS 3.4</description>
-          <defaultValue>3.4.0dev</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>OS_BUILD</name>
-          <description></description>
-          <defaultValue>64</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>MING_HOST</name>
-          <description></description>
-          <defaultValue>x86_64-w64-mingw32</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
-  </properties>
-  <scm class="hudson.scm.SubversionSCM" plugin="subversion at 1.43">
-    <locations>
-      <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>https://svn.osgeo.org/geos/trunk</remote>
-        <local>branches/3.4</local>
-      </hudson.scm.SubversionSCM_-ModuleLocation>
-    </locations>
-    <excludedRegions></excludedRegions>
-    <includedRegions></includedRegions>
-    <excludedUsers></excludedUsers>
-    <excludedRevprop></excludedRevprop>
-    <excludedCommitMessages></excludedCommitMessages>
-    <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
-  </scm>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector"/>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>C:\jenkins\geos</customWorkspace>
-  <builders>
-    <hudson.tasks.BatchFile>
-      <command>cd %WORKSPACE%
-set SH_WORKSPACE=/c/jenkins/geos
-REM xcopy /Y %WORKSPACE%\branches\3.4\include\geos\platform.h.in.%OS_BUILD% %WORKSPACE%\branches\3.4\include\geos\platform.h.in
-REM xcopy /Y %WORKSPACE%\branches\3.4\include\geos\platform.h.in.32 %WORKSPACE%\branches\3.4\include\geos\platform.h.in
-echo export OS_BUILD=%OS_BUILD% > build_%JOB_NAME%w%OS_BUILD%.sh
-echo export GEOS_VER=%GEOS_VER% >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo export PROJECTS=/c/jenkins >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo export MING_HOST=%MING_HOST% >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo cd %SH_WORKSPACE%/branches/3.4 >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo sh autogen.sh >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo ./configure --host=${MING_HOST} --prefix=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD} >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo make clean >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo make >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo make install >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo strip ${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/*.dll >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo cd %SH_WORKSPACE%/branches/3.4 >> build_%JOB_NAME%w%OS_BUILD%.sh
-echo make check >> build_%JOB_NAME%w%OS_BUILD%.sh
-
-</command>
-    </hudson.tasks.BatchFile>
-    <hudson.tasks.BatchFile>
-      <command>set WD=C:\ming%OS_BUILD%\msys\bin\
-REM %WD%sh --login -i -c '"%WORKSPACE%\build_%JOB_NAME%w%OS_BUILD%.sh"'
-%WD%sh --login -i -c '"%WORKSPACE%\build_%JOB_NAME%w%OS_BUILD%.sh"'</command>
-    </hudson.tasks.BatchFile>
-  </builders>
-  <publishers>
-    <hudson.tasks.Mailer>
-      <recipients>regina at arrival3d.com</recipients>
-      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
-      <sendToIndividuals>false</sendToIndividuals>
-    </hudson.tasks.Mailer>
-  </publishers>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/GEOS_Trunk_ming/nextBuildNumber b/windows/jobs/GEOS_Trunk_ming/nextBuildNumber
deleted file mode 100644
index 987e7ca..0000000
--- a/windows/jobs/GEOS_Trunk_ming/nextBuildNumber
+++ /dev/null
@@ -1 +0,0 @@
-77
diff --git a/windows/jobs/GEOS_Trunk_mingw64_build_all/config.xml b/windows/jobs/GEOS_Trunk_mingw64_build_all/config.xml
deleted file mode 100644
index 71954d1..0000000
--- a/windows/jobs/GEOS_Trunk_mingw64_build_all/config.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <logRotator>
-    <daysToKeep>5</daysToKeep>
-    <numToKeep>4</numToKeep>
-    <artifactDaysToKeep>-1</artifactDaysToKeep>
-    <artifactNumToKeep>-1</artifactNumToKeep>
-  </logRotator>
-  <keepDependencies>false</keepDependencies>
-  <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>GEOS_VER</name>
-          <description>Branch development of GEOS 3.4</description>
-          <defaultValue>3.4.0dev</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
-  </properties>
-  <scm class="hudson.scm.SubversionSCM">
-    <locations>
-      <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>https://svn.osgeo.org/geos/trunk</remote>
-        <local>branches/3.4</local>
-      </hudson.scm.SubversionSCM_-ModuleLocation>
-    </locations>
-    <excludedRegions></excludedRegions>
-    <includedRegions></includedRegions>
-    <excludedUsers></excludedUsers>
-    <excludedRevprop></excludedRevprop>
-    <excludedCommitMessages></excludedCommitMessages>
-    <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
-  </scm>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector">
-    <hudson.triggers.SCMTrigger>
-      <spec>5,10,20,30,40,50 * * * *</spec>
-    </hudson.triggers.SCMTrigger>
-  </triggers>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>C:\jenkins\geos</customWorkspace>
-  <builders>
-    <hudson.plugins.parameterizedtrigger.TriggerBuilder>
-      <configs>
-        <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
-          <configs>
-            <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
-            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
-              <properties>OS_BUILD=32
-MING_HOST=i686-w64-mingw32</properties>
-            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
-          </configs>
-          <projects>GEOS_Trunk_ming</projects>
-          <condition>ALWAYS</condition>
-          <triggerWithNoParameters>false</triggerWithNoParameters>
-          <block>
-            <unstableThreshold>
-              <name>FAILURE</name>
-              <ordinal>2</ordinal>
-              <color>RED</color>
-            </unstableThreshold>
-            <failureThreshold>
-              <name>FAILURE</name>
-              <ordinal>2</ordinal>
-              <color>RED</color>
-            </failureThreshold>
-          </block>
-          <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
-        </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
-      </configs>
-    </hudson.plugins.parameterizedtrigger.TriggerBuilder>
-    <hudson.plugins.parameterizedtrigger.TriggerBuilder>
-      <configs>
-        <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
-          <configs>
-            <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
-            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
-              <properties>OS_BUILD=64
-MING_HOST=x86_64-w64-mingw32</properties>
-            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
-          </configs>
-          <projects>GEOS_Trunk_ming</projects>
-          <condition>ALWAYS</condition>
-          <triggerWithNoParameters>false</triggerWithNoParameters>
-          <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
-        </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
-      </configs>
-    </hudson.plugins.parameterizedtrigger.TriggerBuilder>
-  </builders>
-  <publishers>
-    <hudson.tasks.Mailer>
-      <recipients>regina at arrival3d.com</recipients>
-      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
-      <sendToIndividuals>true</sendToIndividuals>
-    </hudson.tasks.Mailer>
-  </publishers>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/GEOS_Trunk_mingw64_build_all/nextBuildNumber b/windows/jobs/GEOS_Trunk_mingw64_build_all/nextBuildNumber
deleted file mode 100644
index b6a7d89..0000000
--- a/windows/jobs/GEOS_Trunk_mingw64_build_all/nextBuildNumber
+++ /dev/null
@@ -1 +0,0 @@
-16
diff --git a/windows/jobs/PG_ED_STOP/config.xml b/windows/jobs/PG_ED_STOP/config.xml
new file mode 100644
index 0000000..e897cd8
--- /dev/null
+++ b/windows/jobs/PG_ED_STOP/config.xml
@@ -0,0 +1,100 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description>PostGIS regress for entrprise db Visual c++ compiled</description>
+  <logRotator class="hudson.tasks.LogRotator">
+    <daysToKeep>10</daysToKeep>
+    <numToKeep>30</numToKeep>
+    <artifactDaysToKeep>-1</artifactDaysToKeep>
+    <artifactNumToKeep>-1</artifactNumToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties>
+    <hudson.model.ParametersDefinitionProperty>
+      <parameterDefinitions>
+        <hudson.model.StringParameterDefinition>
+          <name>PG_VER</name>
+          <description></description>
+          <defaultValue>9.3</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>OS_BUILD</name>
+          <description></description>
+          <defaultValue>64</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGPORT</name>
+          <description></description>
+          <defaultValue>7453</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GEOS_VER</name>
+          <description></description>
+          <defaultValue>3.4.2</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROJ_VER</name>
+          <description></description>
+          <defaultValue>4.8.0</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GDAL_VER</name>
+          <description></description>
+          <defaultValue>1.10.0</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MAJOR_VERSION</name>
+          <description></description>
+          <defaultValue>2</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MINOR_VERSION</name>
+          <description></description>
+          <defaultValue>2</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MICRO_VERSION</name>
+          <description></description>
+          <defaultValue>0dev</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GCC_TYPE</name>
+          <description></description>
+          <defaultValue>gcc48</defaultValue>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>JSON_VER</name>
+          <description></description>
+          <defaultValue>0.10</defaultValue>
+        </hudson.model.StringParameterDefinition>
+      </parameterDefinitions>
+    </hudson.model.ParametersDefinitionProperty>
+  </properties>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+  <triggers class="vector"/>
+  <concurrentBuild>false</concurrentBuild>
+  <customWorkspace>e:\jenkins\postgis</customWorkspace>
+  <builders>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.0.2">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353141929421</command>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.0.2">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353142250187</command>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.0.2">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353143619453</command>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+  </builders>
+  <publishers>
+    <hudson.tasks.Mailer plugin="mailer at 1.4">
+      <recipients></recipients>
+      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>false</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers/>
+</project>
\ No newline at end of file
diff --git a/windows/jobs/PG_ED_STOP/nextBuildNumber b/windows/jobs/PG_ED_STOP/nextBuildNumber
new file mode 100644
index 0000000..5333cde
--- /dev/null
+++ b/windows/jobs/PG_ED_STOP/nextBuildNumber
@@ -0,0 +1 @@
+22268
diff --git a/windows/jobs/Planet PostGIS refresh/config.xml b/windows/jobs/Planet PostGIS refresh/config.xml
deleted file mode 100644
index 9829438..0000000
--- a/windows/jobs/Planet PostGIS refresh/config.xml	
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <logRotator>
-    <daysToKeep>4</daysToKeep>
-    <numToKeep>10</numToKeep>
-    <artifactDaysToKeep>-1</artifactDaysToKeep>
-    <artifactNumToKeep>-1</artifactNumToKeep>
-  </logRotator>
-  <keepDependencies>false</keepDependencies>
-  <properties/>
-  <scm class="hudson.scm.SubversionSCM">
-    <locations>
-      <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>http://svn.osgeo.org/postgis/planetpostgis</remote>
-        <local>.</local>
-      </hudson.scm.SubversionSCM_-ModuleLocation>
-    </locations>
-    <excludedRegions></excludedRegions>
-    <includedRegions></includedRegions>
-    <excludedUsers></excludedUsers>
-    <excludedRevprop></excludedRevprop>
-    <excludedCommitMessages></excludedCommitMessages>
-    <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
-  </scm>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector">
-    <hudson.triggers.TimerTrigger>
-      <spec>5,10,15,20,30,35,40,50,55 * * * *</spec>
-    </hudson.triggers.TimerTrigger>
-  </triggers>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>C:\jenkins\planetpostgis\venus</customWorkspace>
-  <builders>
-    <hudson.tasks.BatchFile>
-      <command>set PATH=%PATH%;C:\ming64\projects\xsltproc;C:\Python27
-cd %WORKSPACE%
-REM del /S *.pyc
-REM del /S *.tmplc
-REM C:\python27\python runtests.py
-C:\python27\python planet.py planetpostgis.ini</command>
-    </hudson.tasks.BatchFile>
-  </builders>
-  <publishers/>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/Planet PostGIS refresh/nextBuildNumber b/windows/jobs/Planet PostGIS refresh/nextBuildNumber
deleted file mode 100644
index 0446c40..0000000
--- a/windows/jobs/Planet PostGIS refresh/nextBuildNumber	
+++ /dev/null
@@ -1 +0,0 @@
-21442
diff --git a/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/config.xml b/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/config.xml
new file mode 100644
index 0000000..2ce9a6b
--- /dev/null
+++ b/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/config.xml
@@ -0,0 +1,181 @@
+<?xml version='1.1' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description>PostGIS 2 major branch build for a specific version of PostgreSQL and port, &#xd;
+using builds script store in branch/ci/winnie being build</description>
+  <keepDependencies>false</keepDependencies>
+  <properties>
+    <jenkins.model.BuildDiscarderProperty>
+      <strategy class="hudson.tasks.LogRotator">
+        <daysToKeep>3</daysToKeep>
+        <numToKeep>10</numToKeep>
+        <artifactDaysToKeep>-1</artifactDaysToKeep>
+        <artifactNumToKeep>-1</artifactNumToKeep>
+      </strategy>
+    </jenkins.model.BuildDiscarderProperty>
+    <hudson.model.ParametersDefinitionProperty>
+      <parameterDefinitions>
+        <hudson.model.StringParameterDefinition>
+          <name>PG_VER</name>
+          <description>		</description>
+          <defaultValue>10</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>OS_BUILD</name>
+          <description></description>
+          <defaultValue>32</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGPORT</name>
+          <description></description>
+          <defaultValue>9445</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GEOS_VER</name>
+          <description></description>
+          <defaultValue>3.6.2</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GDAL_VER</name>
+          <description></description>
+          <defaultValue>2.2.3</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROJ_VER</name>
+          <description></description>
+          <defaultValue>4.9.3</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_SVN_REVISION</name>
+          <description></description>
+          <defaultValue>15475</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MAJOR_VERSION</name>
+          <description></description>
+          <defaultValue>2</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MINOR_VERSION</name>
+          <description></description>
+          <defaultValue>4</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MICRO_VERSION</name>
+          <description></description>
+          <defaultValue>0</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GCC_TYPE</name>
+          <description></description>
+          <defaultValue>gcc48</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>JSON_VER</name>
+          <description></description>
+          <defaultValue>0.12</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SFCGAL_VER</name>
+          <description></description>
+          <defaultValue></defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PCRE_VER</name>
+          <description></description>
+          <defaultValue>8.33</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SOURCE_FOLDER</name>
+          <description></description>
+          <defaultValue>branches\2.4</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>OVERRIDE</name>
+          <description></description>
+          <defaultValue></defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>CGAL_VER</name>
+          <description></description>
+          <defaultValue>4.11</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SFCGAL_VER</name>
+          <description></description>
+          <defaultValue>1.3.2</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>ICON_VER</name>
+          <description></description>
+          <defaultValue></defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>LIBXML_VER</name>
+          <description></description>
+          <defaultValue>2.9.9</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+      </parameterDefinitions>
+    </hudson.model.ParametersDefinitionProperty>
+  </properties>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+  <triggers/>
+  <concurrentBuild>false</concurrentBuild>
+  <customWorkspace>E:\jenkins\postgis</customWorkspace>
+  <builders>
+    <org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder plugin="conditional-buildstep at 1.3.6">
+      <runner class="org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail" plugin="run-condition at 1.2"/>
+      <runCondition class="org.jenkins_ci.plugins.run_condition.contributed.BatchFileCondition" plugin="run-condition at 1.2">
+        <command>set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\
+set MSYSTEM=MINGW%OS_BUILD%
+PATH=C:\ming%OS_BUILD%%GCC_TYPE%\msys\bin\;C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\;%PATH%
+ at SET PGPORT=%PGPORT:.=%
+%WD%sh --login -c '"%WORKSPACE%\%SOURCE_FOLDER%\ci\winnie\build_postgis.sh"'</command>
+      </runCondition>
+      <conditionalbuilders>
+        <hudson.tasks.BatchFile>
+          <command>set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\&#xd;
+set MSYSTEM=MINGW%OS_BUILD%&#xd;
+PATH=C:\ming%OS_BUILD%%GCC_TYPE%\msys\bin\;C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\;%PATH%&#xd;
+ at SET PGPORT=%PGPORT:.=%&#xd;
+%WD%sh --login -c '"%WORKSPACE%\%SOURCE_FOLDER%\ci\winnie\package_postgis.sh"'</command>
+        </hudson.tasks.BatchFile>
+      </conditionalbuilders>
+    </org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder>
+    <hudson.tasks.BatchFile>
+      <command>E:&#xd;
+cd E:\jenkins\postgis\win_web\download\windows&#xd;
+set pgfolder=pg%PG_VER%&#xd;
+REM strip .&#xd;
+set pgfolder=%pgfolder:.=%&#xd;
+&#xd;
+copy /Y %pgfolder%\buildbot\postgis-%pgfolder%-binaries-%POSTGIS_MAJOR_VERSION%.%POSTGIS_MINOR_VERSION%.%POSTGIS_MICRO_VERSION%w%OS_BUILD%%GCC_TYPE%.zip  appveyor\postgis-%pgfolder%-binaries-%POSTGIS_MAJOR_VERSION%.%POSTGIS_MINOR_VERSION%w%OS_BUILD%%GCC_TYPE%.zip</command>
+    </hudson.tasks.BatchFile>
+  </builders>
+  <publishers/>
+  <buildWrappers/>
+</project>
\ No newline at end of file
diff --git a/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/nextBuildNumber b/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/nextBuildNumber
new file mode 100644
index 0000000..45ff58e
--- /dev/null
+++ b/windows/jobs/PostGIS_2_windows_PGVERSION_winnie/nextBuildNumber
@@ -0,0 +1 @@
+10631
diff --git a/windows/jobs/PostGIS_Deploy_SrcTar/config.xml b/windows/jobs/PostGIS_Deploy_SrcTar/config.xml
deleted file mode 100644
index 71709ad..0000000
--- a/windows/jobs/PostGIS_Deploy_SrcTar/config.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description>PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database. PostGIS includes support for GiST-based R-Tree spatial indexes, and functions for analysis and processing of GIS objects.&#xd;
-<p>&#xd;
-This project contains the packaging scripts for the <b>latest development snapshot</b> of PostGIS which build after every successful build of PostGIS-trunk-build job.&#xd;
-</description>
-  <logRotator>
-    <daysToKeep>-1</daysToKeep>
-    <numToKeep>1</numToKeep>
-    <artifactDaysToKeep>-1</artifactDaysToKeep>
-    <artifactNumToKeep>-1</artifactNumToKeep>
-  </logRotator>
-  <keepDependencies>false</keepDependencies>
-  <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_TAG</name>
-          <description>The svn revision of this build (updates the revision variable on the PostGIS website)</description>
-          <defaultValue>trunk</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MAJOR_VERSION</name>
-          <description>The latest artifact version (major) to deploy to the PostGIS website from the PostGIS_trunk_build project</description>
-          <defaultValue>2</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MINOR_VERSION</name>
-          <description>The latest artifact version (minor) to deploy to the PostGIS website from the PostGIS_trunk_build project</description>
-          <defaultValue>1</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MICRO_VERSION</name>
-          <description>The latest artifact version (micro) to deploy to the PostGIS website from the build project</description>
-          <defaultValue>0SVN</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>OS_BUILD</name>
-          <description></description>
-          <defaultValue>64</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>GEOS_VER</name>
-          <description></description>
-          <defaultValue>3.4.0dev</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>GDAL_VER</name>
-          <description></description>
-          <defaultValue>1.9.1</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>LIBXML_VER</name>
-          <description></description>
-          <defaultValue>2.7.8</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>PG_VER</name>
-          <description></description>
-          <defaultValue>9.1</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>PROJ_VER</name>
-          <description></description>
-          <defaultValue>4.8.0</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
-  </properties>
-  <scm class="hudson.scm.SubversionSCM">
-    <locations>
-      <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>http://svn.osgeo.org/postgis/buildbots/windows/mingw64/scripts</remote>
-        <local>mingw64/scripts</local>
-      </hudson.scm.SubversionSCM_-ModuleLocation>
-    </locations>
-    <excludedRegions></excludedRegions>
-    <includedRegions></includedRegions>
-    <excludedUsers></excludedUsers>
-    <excludedRevprop></excludedRevprop>
-    <excludedCommitMessages></excludedCommitMessages>
-    <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
-  </scm>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector"/>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>C:\jenkins\postgis</customWorkspace>
-  <builders>
-    <hudson.tasks.BatchFile>
-      <command>set WD=C:\ming%OS_BUILD%\msys\bin\
-%WD%sh --login -i -c '"%WORKSPACE%\mingw64\scripts\make_dist_src.sh"'</command>
-    </hudson.tasks.BatchFile>
-  </builders>
-  <publishers/>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/PostGIS_Deploy_SrcTar/nextBuildNumber b/windows/jobs/PostGIS_Deploy_SrcTar/nextBuildNumber
deleted file mode 100644
index 1e8b314..0000000
--- a/windows/jobs/PostGIS_Deploy_SrcTar/nextBuildNumber
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/windows/jobs/PostGIS_EDB_Regress_winnie/config.xml b/windows/jobs/PostGIS_EDB_Regress_winnie/config.xml
new file mode 100644
index 0000000..04be83a
--- /dev/null
+++ b/windows/jobs/PostGIS_EDB_Regress_winnie/config.xml
@@ -0,0 +1,206 @@
+<?xml version='1.1' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description>PostGIS regress for entrprise db Visual c++ compiled</description>
+  <keepDependencies>false</keepDependencies>
+  <properties>
+    <jenkins.model.BuildDiscarderProperty>
+      <strategy class="hudson.tasks.LogRotator">
+        <daysToKeep>10</daysToKeep>
+        <numToKeep>30</numToKeep>
+        <artifactDaysToKeep>-1</artifactDaysToKeep>
+        <artifactNumToKeep>-1</artifactNumToKeep>
+      </strategy>
+    </jenkins.model.BuildDiscarderProperty>
+    <hudson.model.ParametersDefinitionProperty>
+      <parameterDefinitions>
+        <hudson.model.StringParameterDefinition>
+          <name>PG_VER</name>
+          <description></description>
+          <defaultValue>10</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>OS_BUILD</name>
+          <description></description>
+          <defaultValue>64</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGPORT</name>
+          <description></description>
+          <defaultValue>9442</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GEOS_VER</name>
+          <description></description>
+          <defaultValue>3.8.1</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROJ_VER</name>
+          <description></description>
+          <defaultValue>5.2.0</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GDAL_VER</name>
+          <description></description>
+          <defaultValue>2.4.4</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MAJOR_VERSION</name>
+          <description></description>
+          <defaultValue>2</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MINOR_VERSION</name>
+          <description></description>
+          <defaultValue>5</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_MICRO_VERSION</name>
+          <description></description>
+          <defaultValue>3dev</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GCC_TYPE</name>
+          <description></description>
+          <defaultValue>gcc48</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>JSON_VER</name>
+          <description></description>
+          <defaultValue>0.12</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SFCGAL_VER</name>
+          <description></description>
+          <defaultValue>1.3.8</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROJSO</name>
+          <description></description>
+          <defaultValue>libproj-13.dll</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PCRE_VER</name>
+          <description></description>
+          <defaultValue>8.33</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>MAKE_EXTENSION</name>
+          <description></description>
+          <defaultValue>1</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SOURCE_FOLDER</name>
+          <description></description>
+          <defaultValue>branches\2.5</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROTOBUF_VER</name>
+          <description></description>
+          <defaultValue>3.2.0</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROTOBUFC_VER</name>
+          <description></description>
+          <defaultValue>1.2.1</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>CGAL_VER</name>
+          <description></description>
+          <defaultValue>4.11</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>OVERRIDE</name>
+          <description></description>
+          <defaultValue></defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>ZLIB_VER</name>
+          <description></description>
+          <defaultValue>1.2.11</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>LIBXML_VER</name>
+          <description></description>
+          <defaultValue>2.7.8</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>ICON_VER</name>
+          <description></description>
+          <defaultValue>1.15</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+      </parameterDefinitions>
+    </hudson.model.ParametersDefinitionProperty>
+  </properties>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+  <triggers/>
+  <concurrentBuild>false</concurrentBuild>
+  <customWorkspace>e:\jenkins\postgis</customWorkspace>
+  <builders>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.4">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353141929421</command>
+      <configuredLocalRules/>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.4">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353142250187</command>
+      <configuredLocalRules/>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <hudson.tasks.BatchFile>
+      <command>set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\&#xd;
+set MSYSTEM=MINGW%OS_BUILD%&#xd;
+PATH=C:\ming%OS_BUILD%%GCC_TYPE%\msys\bin\;C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\;%PATH%&#xd;
+ at SET PGPORT=%PGPORT:.=%&#xd;
+&#xd;
+bash --login -c '"%WORKSPACE%\%SOURCE_FOLDER%\ci\winnie\regress_postgis.sh"'</command>
+      <configuredLocalRules/>
+    </hudson.tasks.BatchFile>
+  </builders>
+  <publishers>
+    <hudson.tasks.Mailer plugin="mailer at 1.32">
+      <recipients></recipients>
+      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>false</sendToIndividuals>
+    </hudson.tasks.Mailer>
+    <hudson.plugins.parameterizedtrigger.BuildTrigger plugin="parameterized-trigger at 2.37">
+      <configs>
+        <hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
+          <configs>
+            <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
+          </configs>
+          <projects>PG_ED_STOP</projects>
+          <condition>ALWAYS</condition>
+          <triggerWithNoParameters>false</triggerWithNoParameters>
+          <triggerFromChildProjects>false</triggerFromChildProjects>
+        </hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
+      </configs>
+    </hudson.plugins.parameterizedtrigger.BuildTrigger>
+  </publishers>
+  <buildWrappers/>
+</project>
\ No newline at end of file
diff --git a/windows/jobs/PostGIS_EDB_Regress_winnie/nextBuildNumber b/windows/jobs/PostGIS_EDB_Regress_winnie/nextBuildNumber
new file mode 100644
index 0000000..c3e86be
--- /dev/null
+++ b/windows/jobs/PostGIS_EDB_Regress_winnie/nextBuildNumber
@@ -0,0 +1 @@
+12232
diff --git a/windows/jobs/Upload Windows Builds/config.xml b/windows/jobs/Upload Windows Builds/config.xml
deleted file mode 100644
index 04f9576..0000000
--- a/windows/jobs/Upload Windows Builds/config.xml	
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <keepDependencies>false</keepDependencies>
-  <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MAJOR_VERSION</name>
-          <description></description>
-          <defaultValue>2</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MINOR_VERSION</name>
-          <description></description>
-          <defaultValue>1</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>POSTGIS_MICRO_VERSION</name>
-          <description></description>
-          <defaultValue>0SVN</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
-  </properties>
-  <scm class="hudson.scm.NullSCM"/>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector"/>
-  <concurrentBuild>false</concurrentBuild>
-  <customWorkspace>c:\jenkins\postgis\</customWorkspace>
-  <builders/>
-  <publishers>
-    <be.certipost.hudson.plugin.SCPRepositoryPublisher plugin="scp at 1.8">
-      <siteName>www.refractions.net</siteName>
-      <entries>
-        <be.certipost.hudson.plugin.Entry>
-          <filePath>download/windows/pg92/buildbot</filePath>
-          <sourceFile>builds/2.1/postgis-pg92*.zip</sourceFile>
-          <keepHierarchy>false</keepHierarchy>
-        </be.certipost.hudson.plugin.Entry>
-        <be.certipost.hudson.plugin.Entry>
-          <filePath>versioning/</filePath>
-          <sourceFile>builds/2.1/*.php</sourceFile>
-          <keepHierarchy>false</keepHierarchy>
-        </be.certipost.hudson.plugin.Entry>
-        <be.certipost.hudson.plugin.Entry>
-          <filePath>download/windows/pg91/buildbot</filePath>
-          <sourceFile>builds/2.1/postgis-pg91*.zip</sourceFile>
-          <keepHierarchy>false</keepHierarchy>
-        </be.certipost.hudson.plugin.Entry>
-        <be.certipost.hudson.plugin.Entry>
-          <filePath>download/windows/pg90/buildbot</filePath>
-          <sourceFile>builds/2.1/postgis-pg90*.zip</sourceFile>
-          <keepHierarchy>false</keepHierarchy>
-        </be.certipost.hudson.plugin.Entry>
-      </entries>
-    </be.certipost.hudson.plugin.SCPRepositoryPublisher>
-  </publishers>
-  <buildWrappers/>
-</project>
\ No newline at end of file
diff --git a/windows/jobs/Upload Windows Builds/nextBuildNumber b/windows/jobs/Upload Windows Builds/nextBuildNumber
deleted file mode 100644
index 8160622..0000000
--- a/windows/jobs/Upload Windows Builds/nextBuildNumber	
+++ /dev/null
@@ -1 +0,0 @@
-303
diff --git a/windows/jobs/pgRouting_PGVersionEDB/config.xml b/windows/jobs/pgRouting_PGVersionEDB/config.xml
new file mode 100644
index 0000000..8d0fd62
--- /dev/null
+++ b/windows/jobs/pgRouting_PGVersionEDB/config.xml
@@ -0,0 +1,140 @@
+<?xml version='1.1' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description>Builds, regresses and packages pgRouting 2 for specific PostgreSQL version and OS_BUILD (32/64 bit)</description>
+  <keepDependencies>false</keepDependencies>
+  <properties>
+    <hudson.model.ParametersDefinitionProperty>
+      <parameterDefinitions>
+        <hudson.model.StringParameterDefinition>
+          <name>OS_BUILD</name>
+          <description></description>
+          <defaultValue>64</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PG_VER</name>
+          <description></description>
+          <defaultValue>9.4</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGPORT</name>
+          <description></description>
+          <defaultValue>10444</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GDAL_VER</name>
+          <description></description>
+          <defaultValue>2.2.1</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GEOS_VER</name>
+          <description></description>
+          <defaultValue>3.7.0dev</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PROJ_VER</name>
+          <description></description>
+          <defaultValue>4.9.1</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGROUTING_MICRO_VER</name>
+          <description></description>
+          <defaultValue>0</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>POSTGIS_VER</name>
+          <description></description>
+          <defaultValue>2.4.0dev</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GCC_TYPE</name>
+          <description></description>
+          <defaultValue>gcc81</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>GIT_COMMIT</name>
+          <description></description>
+          <defaultValue></defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>SFCGAL_VER</name>
+          <description></description>
+          <defaultValue>1.3.8</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+        <hudson.model.StringParameterDefinition>
+          <name>PGROUTING_VER</name>
+          <description></description>
+          <defaultValue>folder</defaultValue>
+          <trim>false</trim>
+        </hudson.model.StringParameterDefinition>
+      </parameterDefinitions>
+    </hudson.model.ParametersDefinitionProperty>
+  </properties>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+  <triggers/>
+  <concurrentBuild>false</concurrentBuild>
+  <customWorkspace>E:\jenkins\pgrouting\branches\</customWorkspace>
+  <builders>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.4">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353141929421</command>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <org.jenkinsci.plugins.managedscripts.WinBatchBuildStep plugin="managed-scripts at 1.4">
+      <command>org.jenkinsci.plugins.managedscripts.WinBatchConfig1353142250187</command>
+    </org.jenkinsci.plugins.managedscripts.WinBatchBuildStep>
+    <hudson.tasks.BatchFile>
+      <command>IF "%GCC_TYPE%" == "gcc45" (@SET GCC_TYPE=)&#xd;
+ at SET PGPORT=%PGPORT:.=%&#xd;
+set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\&#xd;
+REM set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys1\bin\&#xd;
+set MSYSTEM=MINGW%OS_BUILD%&#xd;
+cd e:\jenkins\pgrouting\branches\%PGROUTING_VER%&#xd;
+%WD%sh --login  -c '"e:\jenkins\pgrouting\branches\%PGROUTING_VER%\tools\winnie\build_pgrouting.sh"'&#xd;
+</command>
+    </hudson.tasks.BatchFile>
+    <hudson.tasks.BatchFile>
+      <command>IF "%GCC_TYPE%" == "gcc45" (@SET GCC_TYPE=)&#xd;
+ at SET PGPORT=%PGPORT:.=%&#xd;
+set MSYSTEM=MINGW%OS_BUILD%&#xd;
+REM set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\bin\&#xd;
+set WD=C:\ming%OS_BUILD%%GCC_TYPE%\msys\usr\bin\&#xd;
+&#xd;
+&#xd;
+%WD%sh --login  -c '"e:\jenkins\pgrouting\branches\%PGROUTING_VER%\tools\winnie\package_pgrouting.sh"'</command>
+    </hudson.tasks.BatchFile>
+    <org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder plugin="conditional-buildstep at 1.3.6">
+      <condition class="org.jenkins_ci.plugins.run_condition.core.AlwaysRun" plugin="run-condition at 1.3"/>
+      <buildStep class="hudson.plugins.parameterizedtrigger.TriggerBuilder" plugin="parameterized-trigger at 2.36">
+        <configs>
+          <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
+            <configs>
+              <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
+            </configs>
+            <projects>PG_ED_STOP</projects>
+            <condition>ALWAYS</condition>
+            <triggerWithNoParameters>false</triggerWithNoParameters>
+            <triggerFromChildProjects>false</triggerFromChildProjects>
+            <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
+          </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
+        </configs>
+      </buildStep>
+      <runner class="org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail" plugin="run-condition at 1.3"/>
+    </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder>
+  </builders>
+  <publishers/>
+  <buildWrappers/>
+</project>
\ No newline at end of file
diff --git a/windows/jobs/pgRouting_PGVersionEDB/nextBuildNumber b/windows/jobs/pgRouting_PGVersionEDB/nextBuildNumber
new file mode 100644
index 0000000..ac7be74
--- /dev/null
+++ b/windows/jobs/pgRouting_PGVersionEDB/nextBuildNumber
@@ -0,0 +1 @@
+9145

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

Summary of changes:
 raspberry_pi/berrie64.txt => debian/reallie.txt    |   4 +-
 freebsd/bessie_setup.txt                           |  18 ++
 windows/jobs/GDAL_Branch_1.9_w64_win64/config.xml  |  71 -------
 .../jobs/GDAL_Branch_1.9_w64_win64/nextBuildNumber |   1 -
 windows/jobs/GEOS_Trunk_ming/config.xml            |  90 ---------
 windows/jobs/GEOS_Trunk_ming/nextBuildNumber       |   1 -
 .../jobs/GEOS_Trunk_mingw64_build_all/config.xml   | 104 -----------
 .../GEOS_Trunk_mingw64_build_all/nextBuildNumber   |   1 -
 .../config.xml                                     |  41 +---
 windows/jobs/PG_ED_STOP/nextBuildNumber            |   1 +
 windows/jobs/Planet PostGIS refresh/config.xml     |  50 -----
 .../jobs/Planet PostGIS refresh/nextBuildNumber    |   1 -
 .../PostGIS_2_windows_PGVERSION_winnie/config.xml  | 181 ++++++++++++++++++
 .../nextBuildNumber                                |   1 +
 windows/jobs/PostGIS_Deploy_SrcTar/config.xml      | 100 ----------
 windows/jobs/PostGIS_Deploy_SrcTar/nextBuildNumber |   1 -
 windows/jobs/PostGIS_EDB_Regress_winnie/config.xml | 206 +++++++++++++++++++++
 .../PostGIS_EDB_Regress_winnie/nextBuildNumber     |   1 +
 windows/jobs/Upload Windows Builds/config.xml      |  64 -------
 windows/jobs/Upload Windows Builds/nextBuildNumber |   1 -
 windows/jobs/pgRouting_PGVersionEDB/config.xml     | 140 ++++++++++++++
 .../jobs/pgRouting_PGVersionEDB/nextBuildNumber    |   1 +
 22 files changed, 561 insertions(+), 518 deletions(-)
 copy raspberry_pi/berrie64.txt => debian/reallie.txt (84%)
 delete mode 100644 windows/jobs/GDAL_Branch_1.9_w64_win64/config.xml
 delete mode 100644 windows/jobs/GDAL_Branch_1.9_w64_win64/nextBuildNumber
 delete mode 100644 windows/jobs/GEOS_Trunk_ming/config.xml
 delete mode 100644 windows/jobs/GEOS_Trunk_ming/nextBuildNumber
 delete mode 100644 windows/jobs/GEOS_Trunk_mingw64_build_all/config.xml
 delete mode 100644 windows/jobs/GEOS_Trunk_mingw64_build_all/nextBuildNumber
 copy windows/jobs/{PostGIS_mingW_regress => PG_ED_STOP}/config.xml (73%)
 create mode 100644 windows/jobs/PG_ED_STOP/nextBuildNumber
 delete mode 100644 windows/jobs/Planet PostGIS refresh/config.xml
 delete mode 100644 windows/jobs/Planet PostGIS refresh/nextBuildNumber
 create mode 100644 windows/jobs/PostGIS_2_windows_PGVERSION_winnie/config.xml
 create mode 100644 windows/jobs/PostGIS_2_windows_PGVERSION_winnie/nextBuildNumber
 delete mode 100644 windows/jobs/PostGIS_Deploy_SrcTar/config.xml
 delete mode 100644 windows/jobs/PostGIS_Deploy_SrcTar/nextBuildNumber
 create mode 100644 windows/jobs/PostGIS_EDB_Regress_winnie/config.xml
 create mode 100644 windows/jobs/PostGIS_EDB_Regress_winnie/nextBuildNumber
 delete mode 100644 windows/jobs/Upload Windows Builds/config.xml
 delete mode 100644 windows/jobs/Upload Windows Builds/nextBuildNumber
 create mode 100644 windows/jobs/pgRouting_PGVersionEDB/config.xml
 create mode 100644 windows/jobs/pgRouting_PGVersionEDB/nextBuildNumber


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


More information about the postgis-tickets mailing list