This is an automated email from the ASF dual-hosted git repository. ronny pushed a change to branch dev/detect-multiarch in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 9d6509b67 dev: Automatic version detection and flags simplification discard 17dd945b5 dev: support multiarch names (Debian based systems) add 66f7487ab Unify and fix fabric db meta setters add ecb2a1cd2 dev: support multiarch names (Debian based systems) add bf6c63e03 dev: Automatic version detection and flags simplification 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 (9d6509b67) \ N -- N -- N refs/heads/dev/detect-multiarch (bf6c63e03) 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: src/fabric/src/fabric_db_meta.erl | 90 ++++++++----------- src/fabric/test/eunit/fabric_db_info_tests.erl | 22 +---- src/fabric/test/eunit/fabric_meta_tests.erl | 117 +++++++++++++++++++++++++ 3 files changed, 155 insertions(+), 74 deletions(-) create mode 100644 src/fabric/test/eunit/fabric_meta_tests.erl