You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/06/01 19:05:32 UTC

[couchdb] branch test-mochiweb-crypto-upgrade-pr updated (6dc5a3d -> 62ab1d6)

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

vatamane pushed a change to branch test-mochiweb-crypto-upgrade-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 6dc5a3d  Test crypto upgrade mochiweb PR
     new 62ab1d6  Test crypto upgrade mochiweb PR

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   (6dc5a3d)
            \
             N -- N -- N   refs/heads/test-mochiweb-crypto-upgrade-pr (62ab1d6)

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:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[couchdb] 01/01: Test crypto upgrade mochiweb PR

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

vatamane pushed a commit to branch test-mochiweb-crypto-upgrade-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 62ab1d673775349a0edec640d1cb475d132a7a8f
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed May 26 16:24:38 2021 -0400

    Test crypto upgrade mochiweb PR
    
    https://github.com/apache/couchdb-mochiweb/pull/5
---
 Makefile            | 2 +-
 rebar.config.script | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fc90117..f316fef 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ DESTDIR=
 
 # Rebar options
 apps=
-skip_deps=folsom,meck,mochiweb,proper,bcrypt,hyper,local
+skip_deps=folsom,meck,proper,bcrypt,hyper,local
 suites=
 tests=
 
diff --git a/rebar.config.script b/rebar.config.script
index 50af410..53ebe44 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -155,7 +155,7 @@ DepDescs = [
 {jaeger_passage,   "jaeger-passage",   {tag, "CouchDB-0.1.14-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {local,            "local",            {tag, "0.2.1"}},
-{mochiweb,         "mochiweb",         {tag, "v2.20.0"}},
+{mochiweb,         "mochiweb",         {tag, "test-pr-5-crypto-upgrade"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.0"}},
 {passage,          "passage",          {tag, "CouchDB-0.2.6-1"}},