[geos-commits] [SCM] geos branch master updated. bc3ce09bf9f7fdd16dc7ef1fd4a9f1e710d22753

git at osgeo.org git at osgeo.org
Sat Apr 29 13:42:49 PDT 2017


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 "geos".

The branch, master has been updated
       via  bc3ce09bf9f7fdd16dc7ef1fd4a9f1e710d22753 (commit)
      from  5a730fc50dab2610a9e6c037b521accc66b7777b (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 bc3ce09bf9f7fdd16dc7ef1fd4a9f1e710d22753
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Sat Apr 29 22:45:11 2017 +0200

    Rename svn-trunk branch to master
    
    Part of #822

diff --git a/.travis.yml b/.travis.yml
index eab891b..01e7233 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ compiler:
 
 branches:
   only:
-    - svn-trunk
+    - master
     - svn-3.6
     - svn-3.5
 
diff --git a/README.md b/README.md
index 80015ae..73bf496 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Project homepage: http://geos.osgeo.org/
 
 | branch / CI | Debbie | Winnie | Dronie | Travis CI | GitLab CI | AppVeyor |
 |:---         |:---    |:---    |:---    |:---       |:---       |:---      |
-| svn-trunk   | [![debbie](https://debbie.postgis.net/buildStatus/icon?job=GEOS_Trunk)](https://debbie.postgis.net/view/GEOS/job/GEOS_Trunk/) | [![winnie](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/badge/icon)](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/) | [![dronie](https://drone.osgeo.org/api/badges/geos/geos/status.svg?branch=svn-trunk)](https://drone.osgeo.org/geos/geos?branch=svn-trunk) | [![travis](https://travis-ci.org/OSGeo/geos.svg?branch=svn-trunk)](https://travis-ci.org/OSGeo/geos?branch=svn-trunk) | [![gitlab-ci](https://gitlab.com/geos/libgeos/badges/svn-trunk/build.svg)](https://gitlab.com/geos/libgeos/commits/svn-trunk) | [![appveyor](https://ci.appveyor.com/api/projects/status/ao909hwpsb1yu062/branch/svn-trunk?svg=true)](https://ci.appveyor.com/project/OSGeo/geos/branch/svn-trunk) |
+| master      | [![debbie](https://debbie.postgis.net/buildStatus/icon?job=GEOS_Trunk)](https://debbie.postgis.net/view/GEOS/job/GEOS_Trunk/) | [![winnie](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/badge/icon)](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/) | [![dronie](https://drone.osgeo.org/api/badges/geos/geos/status.svg?branch=master)](https://drone.osgeo.org/geos/geos?branch=master) | [![travis](https://travis-ci.org/OSGeo/geos.svg?branch=master)](https://travis-ci.org/OSGeo/geos?branch=masteru) | [![gitlab-ci](https://gitlab.com/geos/libgeos/badges/master/build.svg)](https://gitlab.com/geos/libgeos/commits/master) | [![appveyor](https://ci.appveyor.com/api/projects/status/ao909hwpsb1yu062/branch/masteru?svg=true)](https://ci.appveyor.com/project/OSGeo/geos/branch/masteru) |
 | svn-3.6     | [![debbie](https://debbie.postgis.net/buildStatus/icon?job=GEOS_Branch_3.6)](https://debbie.postgis.net/view/GEOS/job/GEOS_Branch_3.6/) | [![winnie](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_branch_3.6/badge/icon)](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_branch_3.6/) | [![dronie](https://drone.osgeo.org/api/badges/geos/geos/status.svg?branch=svn-3.6)](https://drone.osgeo.org/geos/geos?branch=svn-3.6) | [![travis](https://travis-ci.org/OSGeo/geos.svg?branch=svn-3.6)](https://travis-ci.org/OSGeo/geos?branch=svn-3.6) | [![gitlab-ci](https://gitlab.com/geos/libgeos/badges/svn-3.6/build.svg)](https://gitlab.com/geos/libgeos/commits/svn-3.6) | [![appveyor](https://ci.appveyor.com/api/projects/status/ao909hwpsb1yu062/branch/svn-3.6?svg=true)](https://ci.appveyor.com/project/OSGeo/geos/branch/svn-3.6) |
 
 More on: https://trac.osgeo.org/geos#BuildandInstall
diff --git a/appveyor.yml b/appveyor.yml
index d37d68a..5df4ea4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,7 +8,7 @@ configuration: Release
 
 branches:
   only:
-    - svn-trunk
+    - master
     - svn-3.6
     - svn-3.5
 

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

Summary of changes:
 .travis.yml  |    2 +-
 README.md    |    2 +-
 appveyor.yml |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list