[
https://issues.apache.org/jira/browse/HADOOP-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718008#comment-14718008
]
Allen Wittenauer commented on HADOOP-12361:
-------------------------------------------
This will remove everything we currently don't care about (I think):
{code}
#!/bin/bash
for i in hadoop-* dev-support/docker; do
git rm -r ${i}
done
git rm BUILDING.txt
git rm NOTICE.txt
git rm README.txt
git rm pom.xml
git rm start-build-env.sh
git rm dev-support/create-release.sh
git rm dev-support/determine-flaky-tests-hadoop.py
git rm dev-support/findHangingTest.sh
{code}
> 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
>
> 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)