This is an automated email from the ASF dual-hosted git repository.
aw pushed a change to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git.
from 879f861 YETUS-1061. remove github user and password support
(addendum) (#187)
new 1d5d350 YETUS-1066. fix spelling mistakes (#186)
new 7977c8f YETUS-1064. buf does not generate annotations (#185)
new 97b10e4 YETUS-1067. mvn site fails on empty release (#189)
new 38c78a7 YETUS-1059. Github Status Recovery Tool (#184)
new 6539d23 YETUS-1063. Enhance documentaton for docker-cleanup and
docker in gen… (#188)
The 5 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:
.yetus/blanks-eol.txt => .codespellrc | 3 +-
Jenkinsfile | 30 ++-
asf-site-src/pom.xml | 1 +
asf-site-src/source/contribute.html.md | 2 +-
asf-site-src/source/contribute/releases.html.md | 2 +-
.../source/documentation/in-progress.html.md | 4 +-
.../in-progress/precommit/buildtools.html.md | 2 +-
.../in-progress/precommit/docker-cleanup.html.md | 14 +-
.../in-progress/precommit/docker.html.md | 66 ++++-
.../precommit/github-status-recovery.html.md | 50 ++++
.../in-progress/precommit/index.html.md | 1 +
.../in-progress/precommit/robots/index.html.md | 4 +-
.../in-progress/precommit/robots/jenkins.html.md | 23 +-
precommit/src/main/shell/core.d/00-yetuslib.sh | 2 +-
precommit/src/main/shell/core.d/01-common.sh | 2 +-
precommit/src/main/shell/core.d/docker.sh | 4 +-
precommit/src/main/shell/core.d/linecomments.sh | 132 ++++++++++
...docker-cleanup.sh => github-status-recovery.sh} | 86 ++-----
precommit/src/main/shell/robots.d/jenkins.sh | 2 +-
.../src/main/shell/test-patch-docker/Dockerfile | 2 +-
precommit/src/main/shell/test-patch.d/buf.sh | 27 ++-
precommit/src/main/shell/test-patch.d/github.sh | 265 ++++++++++++++++++++-
precommit/src/main/shell/test-patch.sh | 122 +---------
releasedocmaker/pom.xml | 1 +
.../src/main/python/releasedocmaker/__init__.py | 2 +-
.../src/main/python/releasedocmaker/utils.py | 2 +-
shelldocs/pom.xml | 6 +-
start-build-env.sh | 2 +-
28 files changed, 630 insertions(+), 229 deletions(-)
copy .yetus/blanks-eol.txt => .codespellrc (87%)
create mode 100644
asf-site-src/source/documentation/in-progress/precommit/github-status-recovery.html.md
create mode 100755 precommit/src/main/shell/core.d/linecomments.sh
copy precommit/src/main/shell/{docker-cleanup.sh => github-status-recovery.sh}
(78%)