[
https://issues.apache.org/jira/browse/YETUS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660717#comment-16660717
]
Sean Busbey commented on YETUS-15:
----------------------------------
{code}
diff --git a/asf-site-src/source/contribute/releases.md b/asf-site-src/source/co
ntribute/releases.md
index 0f67aab..7643f30 100644
--- a/asf-site-src/source/contribute/releases.md
+++ b/asf-site-src/source/contribute/releases.md
1. You MUST make sure any non-source artifacts can be derived from the source a
rtifact. Since the source artifact is the canonical representation of our releas
e, any other artifacts we distribute must be just for the convenience of our dow
nstream users. As such, one must be able to derive them from the source artifact
. Currently, you can generate all of the artifacts we distribute for convenience
using the same build helper script used to create the release artifacts.
- $ mkdir yetus-0.2.0-src_unpack
- $ tar -C yetus-0.2.0-src_unpack -xzf yetus-0.2.0-src.tar.gz
- $ cd yetus-0.2.0-src_unpack/yetus-0.2.0
+ $ mkdir apache-yetus-0.7.0-src_unpack
+ $ tar -C apache-yetus-0.7.0-src_unpack -xzf apache-yetus-0.7.0-src.tar.
gz
+ $ cd apache-yetus-0.7.0-src_unpack/yetus-0.7.0
$ ./build.sh
This will create a target/ directory that contains the tarball binary
distribution. That tarball will also include e.g. the java jars we'll push to
maven for our Audience Annotations project.
{code}
These verification instructions are incorrect. after this patch there is no
"build.sh". the user should be instructed to run maven.
> build environment
> -----------------
>
> Key: YETUS-15
> URL: https://issues.apache.org/jira/browse/YETUS-15
> Project: Yetus
> Issue Type: Improvement
> Components: Test Patch
> Affects Versions: 0.1.0
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Critical
> Fix For: 0.9.0
>
> Attachments: HADOOP-12137.HADOOP-12111.00.patch,
> HADOOP-12137.HADOOP-12111.01.patch, YETUS-15.000.patch, YETUS-15.002.patch,
> YETUS-15.004.patch, YETUS-15.005.patch, YETUS-15.006.patch,
> YETUS-15.007.patch, YETUS-15.008.patch, YETUS-15.009.patch,
> YETUS-15.03.patch, YETUS-15.ea-maven-001.patch
>
>
> We need to have some way to build (esp the documentation!) and unit tests.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)