This is an automated email from the ASF dual-hosted git repository.
aw pushed a change to branch YETUS-1138
in repository https://gitbox.apache.org/repos/asf/yetus.git.
discard 59db528 YETUS-1138. Better support for multiple architectures
add 477eeec YETUS-1136. detect-secrets is crashing (#235)
add 166cd5a YETUS-1139. Option to limit docker build output (#237)
add f68c1d7 YETUS-1138. Better support for multiple architectures
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 (59db528)
\
N -- N -- N refs/heads/YETUS-1138 (f68c1d7)
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:
.yetus/detsecrets-ignored-hashes.txt | 1 +
asf-site-src/Dockerfile | 2 +-
.../in-progress/precommit/docker.html.md | 3 ++
.../precommit/plugins/detsecrets.html.md | 7 ++--
.../in-progress/precommit/robots/travisci.html.md | 1 +
precommit/src/main/shell/core.d/docker.sh | 43 +++++++++++++++++-----
precommit/src/main/shell/plugins.d/detsecrets.sh | 36 +++++++++---------
precommit/src/main/shell/plugins.d/github.sh | 2 +-
precommit/src/main/shell/plugins.d/gitlab.sh | 10 ++---
precommit/src/main/shell/robots.d/travisci.sh | 5 +++
.../src/main/shell/test-patch-docker/Dockerfile | 5 +--
11 files changed, 73 insertions(+), 42 deletions(-)