[postgis-tickets] r15684 - Extract target version for upgrades from Version.config

Sandro Santilli strk at kbt.io
Mon Sep 11 09:25:59 PDT 2017


Author: strk
Date: 2017-09-11 09:25:58 -0700 (Mon, 11 Sep 2017)
New Revision: 15684

Modified:
   trunk/.drone.yml
Log:
Extract target version for upgrades from Version.config

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2017-09-11 15:50:06 UTC (rev 15683)
+++ trunk/.drone.yml	2017-09-11 16:25:58 UTC (rev 15684)
@@ -21,4 +21,4 @@
       - service postgresql start
       - make check RUNTESTFLAGS=-v
       - make install
-      - utils/check_all_upgrades.sh 2.4.0alpha
+      - utils/check_all_upgrades.sh `grep POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2`.`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`.`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`



More information about the postgis-tickets mailing list