[geos-commits] r4293 - branches/3.5

Sandro Santilli strk at kbt.io
Thu Oct 27 12:24:09 PDT 2016


Author: strk
Date: 2016-10-27 12:24:09 -0700 (Thu, 27 Oct 2016)
New Revision: 4293

Modified:
   branches/3.5/.gitlab-ci.yml
Log:
Install a fake git2cl in gitlab-ci

This fixes "distcheck" step

Modified: branches/3.5/.gitlab-ci.yml
===================================================================
--- branches/3.5/.gitlab-ci.yml	2016-10-27 19:23:59 UTC (rev 4292)
+++ branches/3.5/.gitlab-ci.yml	2016-10-27 19:24:09 UTC (rev 4293)
@@ -9,4 +9,5 @@
     - ./configure
     - make
     - make check
+    - install -m 755 /bin/true /usr/local/bin/git2cl
     - make distcheck



More information about the geos-commits mailing list