[geos-devel] git hooks updated to hit Winnie and Debbie web hooks

Sandro Santilli strk at kbt.io
Sat Sep 2 04:51:05 PDT 2017


I've updated the git hooks on the GEOS repository to hit Debbie and
Winnie web hooks upon receiving pushes, but it currently only does
so for pushes to the master branch.

Can we have a clear pattern for mapping branch names to web hook
URLs, to make it more general ? Right now it does:

  for branch in ${BRANCHES}; do
    if test "${branch}" = "master"; then
      curl .../GEOS/jobs/GEOS_Master/....
    fi
  done

What are the other available job names ?


--strk;

  ()   Free GIS & Flash consultant/developer
  /\   https://strk.kbt.io/services.html


More information about the geos-devel mailing list