You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/12/20 14:47:13 UTC

[couchdb] branch sm60-davisp updated (ce92243 -> ec416c3)

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

jiangphcn pushed a change to branch sm60-davisp
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard ce92243  Fixup: enhance fun definition
 discard bffa5e6  Fixup: fix multiple reference of rewrite fun
 discard 24aed85  add javascript to support spidermonkey 60
 discard 507f17e  Allow configuring the use of SpiderMonkey 60
 discard c9ca4ac  Import SpiderMonkey 60 based CouchJS sources
 discard 1f7c8cc  Enable multi-version SpiderMonkey support
 discard 59b532c  Add SpiderMonkey version option to configure
     add 0cb01bf  Add show-test-results.py script
     add cef0fa0  Log test failures on Travis
     add 2336964  Add SpiderMonkey version option to configure
     add c38f2c6  Enable multi-version SpiderMonkey support
     add 15a3c17  Import SpiderMonkey 60 based CouchJS sources
     add 227f1d6  Allow configuring the use of SpiderMonkey 60
     add ec416c3  Add Javascript to support Spidermonkey 60

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   (ce92243)
            \
             N -- N -- N   refs/heads/sm60-davisp (ec416c3)

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.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                    |   1 +
 build-aux/show-test-results.py | 437 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 438 insertions(+)
 create mode 100755 build-aux/show-test-results.py