[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-25-g222c90799

git at osgeo.org git at osgeo.org
Sat Aug 13 22:23:03 PDT 2022


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".

The branch, master has been updated
       via  222c907991a3b416fbdfd74fe4bafcc281c5650d (commit)
       via  d1a31d89d9fa88619b69fd01dda35436951d0fcc (commit)
      from  6772f6c8c7ac7de6121f88896da106e275ab10b3 (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 222c907991a3b416fbdfd74fe4bafcc281c5650d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 14 01:22:57 2022 -0400

    Test new drone image, should have PG13 in it

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index da1e6e078..4fd3af33c 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -29,11 +29,11 @@ steps:
       - PGVER=11 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
 
-  - name: build-12
+  - name: build-13
     image: *test-image
     pull: never
     commands:
-      - PGVER=12 sh ci/dronie/postgis_regress.sh
+      - PGVER=13 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
 
   - name: build-docs

commit d1a31d89d9fa88619b69fd01dda35436951d0fcc
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 14 01:21:51 2022 -0400

    Remove jenkins pipeline setup, needs some work

diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index 4cf28ada4..000000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,20 +0,0 @@
-pipeline {
-    agent   {
-        label {
-            label 'jarmmie-drone'
-        }
-    }
-
-    stages {
-        stage('Build') {
-            steps {
-              sh './ci/debbie-pipeline/postgis_build.sh'
-            }
-        }
-        stage('Test') {
-            steps {
-                sh './ci/debbie-pipeline/postgis_regress.sh'
-            }
-        }
-    }
-}
diff --git a/ci/debbie-pipeline/postgis_build.sh b/ci/debbie-pipeline/postgis_build.sh
deleted file mode 100755
index 89284f5ed..000000000
--- a/ci/debbie-pipeline/postgis_build.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-export PG_VER=15
-export PGPATH=/usr/lib/postgresql/${PG_VER}
-export PATH=${PGPATH}/bin:${PATH}
-sh autogen.sh
-./configure
-make
diff --git a/ci/debbie-pipeline/postgis_regress.sh b/ci/debbie-pipeline/postgis_regress.sh
deleted file mode 100755
index 65725aefc..000000000
--- a/ci/debbie-pipeline/postgis_regress.sh
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/usr/bin/env bash
-set -e
-## begin variables passed in by jenkins
-
-export PG_VER=15
-export PGPATH=/usr/lib/postgresql/${PG_VER}
-export PATH=${PGPATH}/bin:${PATH}
-export MAKE_GARDEN=0
-export MAKE_EXTENSION=1
-export DUMP_RESTORE=0
-export MAKE_LOGBT=0
-export NO_SFCGAL=0
-export MAKE_UPGRADE=1
-
-
-make check
-
-## install so we can test upgrades/dump-restores etc.
-sudo make install
-
-if [ "$MAKE_EXTENSION" = "1" ]; then
- echo "Running extension testing"
- make check RUNTESTFLAGS="$RUNTESTFLAGS --extension"
- if [ "$?" != "0" ]; then
-  exit $?
- fi
-fi
-
-
-
-if [ "$DUMP_RESTORE" = "1" ]; then
- echo "Dum restore test"
- make check RUNTESTFLAGS="$RUNTESTFLAGS --dumprestore"
- if [ "$?" != "0" ]; then
-  exit $?
- fi
-fi
-
-if [ "$MAKE_GARDEN" = "1" ]; then
- echo "Running garden test"
- make garden
- if [ "$?" != "0" ]; then
-  exit $?
- fi
-fi
-
-# Test all available upgrades
-# TODO: protect via some variable ?
-if [ "$MAKE_UPGRADE" = "1" ]; then
- utils/check_all_upgrades.sh \
-        `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
- if [ "$?" != "0" ]; then
-  exit $?
- fi
-fi

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

Summary of changes:
 .drone-1.0.yml                        |  4 +--
 Jenkinsfile                           | 20 -------------
 ci/debbie-pipeline/postgis_build.sh   |  6 ----
 ci/debbie-pipeline/postgis_regress.sh | 55 -----------------------------------
 4 files changed, 2 insertions(+), 83 deletions(-)
 delete mode 100644 Jenkinsfile
 delete mode 100755 ci/debbie-pipeline/postgis_build.sh
 delete mode 100755 ci/debbie-pipeline/postgis_regress.sh


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list