You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/01/06 14:13:36 UTC

[couchdb] branch mod-local-bin-tools-bootstrap updated (0552b23a7 -> 729bb3d91)

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

ronny pushed a change to branch mod-local-bin-tools-bootstrap
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 0552b23a7 Use the bootstrap script to build local rebar
     add 2c1ca1116 fix undef when parsing replication doc body
     add 8e47e7161 Merge pull request #4343 from apache/fix-undef-replication-body-parse
     add f8d489f31 Add test coverage for replicator user_ctx parser
     add d524ddb4f add find_bugs makefile target for undefined functions
     add 33ee2164e Merge pull request #4346 from apache/find_bugs
     add 3cc22f4a8 feat: remove failed couch_plugins experiment
     add 33d9a841b fix: undefined function warning
     add 4048b567c update version numbers to 3.3.1
     add ac70fc05b doc(whatsnew): document 3.3.1 updates
     add 0d29e16e6 Fix Ubuntu Jammy CI image reference
     add a840dc9a8 Fix replication job start_link.
     add 108103390 fix: debuggng leftover, speed up local rebar clones
     add 729bb3d91 Use the bootstrap script to build local rebar

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   (0552b23a7)
            \
             N -- N -- N   refs/heads/mod-local-bin-tools-bootstrap (729bb3d91)

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:
 Makefile                                           |   5 +
 build-aux/Jenkinsfile.full                         |   2 +-
 rebar.config.script                                |   2 +-
 rel/reltool.config                                 |   4 +-
 src/couch/src/couch.app.src                        |   3 +-
 src/couch_plugins/LICENSE                          | 202 -------------
 src/couch_plugins/Makefile.am                      |  40 ---
 src/couch_plugins/README.md                        | 159 ----------
 src/couch_plugins/src/couch_plugins.app.src        |  22 --
 src/couch_plugins/src/couch_plugins.erl            | 322 ---------------------
 src/couch_plugins/src/couch_plugins_httpd.erl      |  69 -----
 .../src/couch_replicator_parse.erl                 |   9 +-
 .../src/couch_replicator_scheduler_job.erl         |   2 +-
 .../couch_replicator_error_reporting_tests.erl     |  25 ++
 src/docs/src/whatsnew/3.3.rst                      |  15 +
 src/weatherreport/src/weatherreport_check_ioq.erl  |   9 +-
 version.mk                                         |   2 +-
 17 files changed, 67 insertions(+), 825 deletions(-)
 delete mode 100644 src/couch_plugins/LICENSE
 delete mode 100644 src/couch_plugins/Makefile.am
 delete mode 100644 src/couch_plugins/README.md
 delete mode 100644 src/couch_plugins/src/couch_plugins.app.src
 delete mode 100644 src/couch_plugins/src/couch_plugins.erl
 delete mode 100644 src/couch_plugins/src/couch_plugins_httpd.erl