[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 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Trunk/) | [](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/) | [](https://drone.osgeo.org/geos/geos?branch=svn-trunk) | [](https://travis-ci.org/OSGeo/geos?branch=svn-trunk) | [](https://gitlab.com/geos/libgeos/commits/svn-trunk) | [](https://ci.appveyor.com/project/OSGeo/geos/branch/svn-trunk) |
+| master | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Trunk/) | [](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_trunk/) | [](https://drone.osgeo.org/geos/geos?branch=master) | [](https://travis-ci.org/OSGeo/geos?branch=masteru) | [](https://gitlab.com/geos/libgeos/commits/master) | [](https://ci.appveyor.com/project/OSGeo/geos/branch/masteru) |
| svn-3.6 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Branch_3.6/) | [](https://debbie.postgis.net:444/view/GEOS/job/GEOS_matrix_branch_3.6/) | [](https://drone.osgeo.org/geos/geos?branch=svn-3.6) | [](https://travis-ci.org/OSGeo/geos?branch=svn-3.6) | [](https://gitlab.com/geos/libgeos/commits/svn-3.6) | [](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