This is an automated email from the ASF dual-hosted git repository.
aw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git.
from 1fcaabd YETUS-720. github/jira bridge collapses when jira issues list
isn't defined
new 0f7682b YETUS-723. Overhaul the Docker support for 2018
new 866cf1e YETUS-727. whitespace plugin: multiple fixes
The 2 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:
.circleci/config.yml | 2 +
Dockerfile | 1 +
.../source/documentation/in-progress.html.md | 1 +
.../in-progress/precommit-advanced.md | 27 --
.../documentation/in-progress/precommit-basic.md | 2 +-
.../documentation/in-progress/precommit-docker.md | 76 ++++
precommit/src/main/shell/core.d/00-yetuslib.sh | 59 +++
precommit/src/main/shell/core.d/01-common.sh | 14 +-
.../src/main/shell/core.d/builtin-bugsystem.sh | 1 +
precommit/src/main/shell/core.d/docker.sh | 395 ++++++++++++++-------
.../src/main/shell/test-patch-docker/Dockerfile | 17 +-
...Dockerfile-endstub => Dockerfile.patchspecific} | 20 +-
.../shell/test-patch-docker/launch-test-patch.sh | 69 ++--
precommit/src/main/shell/test-patch.d/ant.sh | 10 +-
.../src/main/shell/test-patch.d/briefreport.sh | 6 +-
precommit/src/main/shell/test-patch.d/gradle.sh | 2 +-
precommit/src/main/shell/test-patch.d/htmlout.sh | 3 +-
precommit/src/main/shell/test-patch.d/maven.sh | 8 +-
.../src/main/shell/test-patch.d/whitespace.sh | 81 +++--
precommit/src/main/shell/test-patch.sh | 104 +-----
20 files changed, 549 insertions(+), 349 deletions(-)
create mode 100644
asf-site-src/source/documentation/in-progress/precommit-docker.md
rename precommit/src/main/shell/test-patch-docker/{Dockerfile-endstub =>
Dockerfile.patchspecific} (62%)