Repository: yetus Updated Branches: refs/heads/master 81ce9a7d4 -> cf2ce0fff
YETUS-585. add release 0.7.0 - list in releases - add symlinks for markdow 3 workaround of per-version generated docs - update Mac Homebrew Formula Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/cf2ce0ff Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/cf2ce0ff Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/cf2ce0ff Branch: refs/heads/master Commit: cf2ce0fff670b00122d9739fa3476cd45b9c7f10 Parents: 81ce9a7 Author: Allen Wittenauer <[email protected]> Authored: Sat Jan 27 12:39:16 2018 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Sun Jan 28 21:27:50 2018 -0800 ---------------------------------------------------------------------- .rat-excludes | 2 ++ Formula/yetus.rb | 4 ++-- asf-site-src/data/versions.yml | 1 + asf-site-src/source/documentation/0.7.0 | 1 + asf-site-src/source/documentation/0.7.0.html.md | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/cf2ce0ff/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index f8f39d2..2d82ca0 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -14,3 +14,5 @@ VERSION 0.5.0.html.md 0.6.0 0.6.0.html.md +0.7.0 +0.7.0.html.md http://git-wip-us.apache.org/repos/asf/yetus/blob/cf2ce0ff/Formula/yetus.rb ---------------------------------------------------------------------- diff --git a/Formula/yetus.rb b/Formula/yetus.rb index 5fa0421..7e4973a 100644 --- a/Formula/yetus.rb +++ b/Formula/yetus.rb @@ -18,8 +18,8 @@ class Yetus < Formula desc 'Enable contribution and release processes for software projects' homepage 'https://yetus.apache.org/' - url 'https://www.apache.org/dyn/closer.lua?path=/yetus/0.6.0/yetus-0.6.0-bin.tar.gz' - sha256 '3864b6f9bb8230e0b0dec4fa760b0e5492c431f22d042285444f3407d4e29792' + url 'https://www.apache.org/dyn/closer.lua?path=/yetus/0.7.0/yetus-0.7.0-bin.tar.gz' + sha256 '619655979b9c05c0f739d43dbf7bcf657d90239a6577e1b167aceb6596bb506d' option 'with-all', 'Build with all dependencies. Note that some dependencies such as '\ 'Perl::Critic, Pylint, RuboCop and ruby-lint still need to be installed manually.' http://git-wip-us.apache.org/repos/asf/yetus/blob/cf2ce0ff/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 4bd15b9..0b7a585 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -18,3 +18,4 @@ releases: - '0.4.0' - '0.5.0' - '0.6.0' + - '0.7.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/cf2ce0ff/asf-site-src/source/documentation/0.7.0 ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.7.0 b/asf-site-src/source/documentation/0.7.0 new file mode 120000 index 0000000..2cbd33e --- /dev/null +++ b/asf-site-src/source/documentation/0.7.0 @@ -0,0 +1 @@ +../../../target/0.7.0/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/cf2ce0ff/asf-site-src/source/documentation/0.7.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.7.0.html.md b/asf-site-src/source/documentation/0.7.0.html.md new file mode 120000 index 0000000..36c566f --- /dev/null +++ b/asf-site-src/source/documentation/0.7.0.html.md @@ -0,0 +1 @@ +../../../target/0.7.0.html.md \ No newline at end of file
