[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. a9355d9e147c9f4ece837cbd5193e3029563639c

git at osgeo.org git at osgeo.org
Sun Oct 27 15:34:51 PDT 2019


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; Spatial objects for PostgreSQL.".

The branch, master has been updated
       via  a9355d9e147c9f4ece837cbd5193e3029563639c (commit)
      from  eb138930f3ff9614d54e3dd13fdedec7ee9cad22 (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 a9355d9e147c9f4ece837cbd5193e3029563639c
Author: Sandro Santilli <strk at kbt.io>
Date:   Sun Oct 27 23:33:38 2019 +0100

    Generate ChangeLog from git (not svn)
    
    NOTE: I did not commit an updated ChangeLog as I don't like the
    format of the generated one that much yet.
    
    [ci skip]

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 7d95bc3..4eb21d4 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -154,7 +154,7 @@ config.status: configure
 	./configure
 
 ChangeLog:
-	svn2cl --authors=authors.svn -i -o ChangeLog
+	git log --pretty --numstat --summary | git2cl > ChangeLog
 
 raster-post-install-check:
 	$(MAKE) -C raster post-install-check
diff --git a/authors.svn b/authors.svn
deleted file mode 100644
index b06d2e7..0000000
--- a/authors.svn
+++ /dev/null
@@ -1,33 +0,0 @@
-algunenano:Raúl Marín Rodríguez <rmrodriguez at carto.com>
-benjubb:Ben Jubb <benjubb at refractions.net>
-bergun:Baris Ergun <barisergun75 at gmail.com>
-bjornharrtell:Björn Harrtell <bjorn at wololo.org>
-chodgson:Chris Hodgson <chodgson at refractions.net>
-colivier:Olivier Courtin <olivier.courtin at oslandia.com>
-cvs:No Body <no at body.net>
-dbaston:Daniel Baston <dbaston at gmail.com>
-dblasby:David Blasby <dblasby at gmail.com>
-devrim:Devrim GÜNDÜZ <devrim at gunduz.org>
-dustymugs:Bborie Park <dustymugs at gmail.com>
-dzwarg:David Zwarg <dzwarg at azavea.com>
-jeffloun:Jeff Lounsbury <jeffloun at refractions.net>
-jorgearevalo:Jorge Arévalo <jorge.arevalo at deimos-space.com>
-kneufeld:Kevin Neufeld <kneufeld.ca at gmail.com>
-komzpa:Darafei Praliaskouski <me at komzpa.net>
-mcayland:Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-mdavis:Martin Davis <mtnclimb at gmail.com>
-mleslie:Mark Leslie <mark.s.leslie at gmail.com>
-mloskot:Mateusz Loskot <mateusz at loskot.net>
-mschaber:Markus Schaber <markus at schabi.de>
-nbarker:Norman Barker <nbarker at ittvis.com>
-nicklas:Nicklas Avén <nicklas.aven at jordogskog.no>
-pracine:Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-pramsey:Paul Ramsey <pramsey at cleverelephant.ca>
-rmason:Ralph Mason <ralph.mason at telogis.com>
-robe:Regina Obe <lr at pcorp.us>
-snowman:Stephen Frost <sfrost at snowman.net>
-strk:Sandro Santilli <strk at kbt.io>
-warmerdam:Frank Warmerdam <warmerdam at pobox.com>
-woodbri:Stephen Woodbridge <woodbri at swoodbridge.com>
-xingkth:Xing Lin <solo.lin at gmail.com>
-yecarrillo:Eduin Carrillo <yecarrillo at yahoo.com>

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

Summary of changes:
 GNUmakefile.in |  2 +-
 authors.svn    | 33 ---------------------------------
 2 files changed, 1 insertion(+), 34 deletions(-)
 delete mode 100644 authors.svn


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list