[
https://issues.apache.org/jira/browse/HADOOP-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738186#comment-14738186
]
Sean Busbey commented on HADOOP-12361:
--------------------------------------
how about this as a first-pass decision point to get us through?
{code}
yetus busbey$ curl -D- -s -X GET -H "Content-Type: application/json"
https://issues.apache.org/jira/rest/api/2/issue/HADOOP-12361?fields=parent,components
2>/dev/null | grep -o -E "(HADOOP-12111|yetus)"
HADOOP-12111
yetus
yetus busbey$ curl -D- -s -X GET -H "Content-Type: application/json"
https://issues.apache.org/jira/rest/api/2/issue/HADOOP-12374?fields=parent,components
2>/dev/null | grep -o -E "(HADOOP-12111|yetus)"
yetus busbey$
{code}
Essentially, if the list of outputs is non-empty, we trigger the yetus-specific
build.
> reorganize repo layout for break from Hadoop code base
> ------------------------------------------------------
>
> Key: HADOOP-12361
> URL: https://issues.apache.org/jira/browse/HADOOP-12361
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: yetus
> Affects Versions: HADOOP-12111
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Attachments: HADOOP-12361.HADOOP-12111.1.sh
>
>
> Reorganize current top level repo to include our starting modules (and only
> those modules), so that it's easier to start bringing in new contributors:
> * shelldoc
> * releasedocmaker
> * interface audience
> * test-patch
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)