Exclude 'support' folder from release sources

Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/c2ff1e6b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/c2ff1e6b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/c2ff1e6b

Branch: refs/heads/master
Commit: c2ff1e6b73b9b517e3397fc4046671cb30743272
Parents: bf393cf
Author: smarella <smare...@maprtech.com>
Authored: Wed Dec 9 23:31:21 2015 -0800
Committer: smarella <smare...@maprtech.com>
Committed: Wed Dec 9 23:31:21 2015 -0800

----------------------------------------------------------------------
 support/apache-release/prepare_rc.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/c2ff1e6b/support/apache-release/prepare_rc.sh
----------------------------------------------------------------------
diff --git a/support/apache-release/prepare_rc.sh 
b/support/apache-release/prepare_rc.sh
index e6c893d..9a0182e 100755
--- a/support/apache-release/prepare_rc.sh
+++ b/support/apache-release/prepare_rc.sh
@@ -39,6 +39,7 @@ git clone $GIT_URL ${TAG} --branch ${TAG} || \
 
 # Remove files/folders that shouldn't be included in the release artifacts
 rm -rf ${TAG}/website
+rm -rf ${TAG}/support
 rm -rf ${TAG}/gradlew.bat
 rm -rf ${TAG}/gradlew
 rm -rf ${TAG}/gradle/wrapper

Reply via email to