[PostGIS] #6102: berrie, berrie64, bessie all showing FAIL: contributor validation requires a full, non-shallow Git history

PostGIS trac at osgeo.org
Fri Jul 17 13:37:05 PDT 2026


#6102: berrie, berrie64, bessie all showing FAIL: contributor validation requires
a full, non-shallow Git history
---------------------------+---------------------------
  Reporter:  robe          |      Owner:  komzpa
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  PostGIS 3.7.0
 Component:  QA/buildbots  |    Version:  3.6.x
Resolution:                |   Keywords:
---------------------------+---------------------------
Changes (by robe):

 * owner:  robe => komzpa

Comment:

 to fix this I changed in the jenkins config:

 https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run


 {{{
 -git fetch --no-tags --depth=10 origin $reference
 +git fetch --no-tags origin $reference
 }}}

 But still failing on bessie (FreeBSD) with

 {{{
 6:22:01         grep -v lwin_wkt_lex.c | \
 16:22:01        grep -v lwin_wkt_parse | \
 16:22:01        grep -v lookup3 | \
 16:22:01        grep -v vector_tile.pb-c | \
 16:22:01        grep -v postgis/sqldefines.h | \
 16:22:01        grep -v deps/ | \
 16:22:01        xargs grep -n '[[:space:]]$'
 16:22:01 ./utils/check_news.sh .
 16:22:01 PASS: NEWS file release headings are unique
 16:22:02 PASS: NEWS file entries are in good order
 16:22:02 /bin/sh: python3: not found
 16:22:02 gmake[1]: *** [GNUmakefile:102: check-contributor-credits] Error
 127
 16:22:02 gmake[1]: Leaving directory
 '/home/jenkins/workspace/PostGIS_Worker_Run/label/bessie/4c311beade3ce06f61ce44c004edb333e8921c20'
 16:22:02 *** Error code 2
 }}}

 We really need to control when these tests are run and I'm not happy with
 an introduction of python dependency in our tooling especially if it's
 assumed
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6102#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list