You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/10/29 11:37:03 UTC

[couchdb-helm] branch update-gh-pages updated (474f63b -> de3f48c)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch update-gh-pages
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git.


 discard 474f63b  Switch gh-pages to use master/docs
     new de3f48c  Switch gh-pages to use master/docs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (474f63b)
            \
             N -- N -- N   refs/heads/update-gh-pages (de3f48c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 .travis


[couchdb-helm] 01/01: Switch gh-pages to use master/docs

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch update-gh-pages
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit de3f48c61fb0905700e429cf195996a34c25696e
Author: Will Holley <wi...@gmail.com>
AuthorDate: Tue Oct 29 11:35:58 2019 +0000

    Switch gh-pages to use master/docs
---
 .asf.yaml | 3 +++
 .travis   | 6 ------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..898063f
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+  ghp_branch:  master
+  ghp_path:    /docs
diff --git a/.travis b/.travis
deleted file mode 100644
index d80d1c4..0000000
--- a/.travis
+++ /dev/null
@@ -1,6 +0,0 @@
-language: go
-
-services:
-  - docker
-
-script: make test