Skip to content

Commit

Permalink
[build] Move GitHub specific files to '.github', update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Aug 4, 2016
1 parent 745b393 commit 245f02b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -931,11 +931,7 @@ under the License.
<exclude>**/flink-bin/conf/zoo.cfg</exclude>
<!-- Administrative files in the main trunk. -->
<exclude>**/README.md</exclude>
<exclude>CHANGELOG</exclude>
<exclude>CONTRIBUTING.md</exclude>
<exclude>CONTRIBUTORS</exclude>
<exclude>DEPENDENCIES</exclude>
<exclude>PULL_REQUEST_TEMPLATE.md</exclude>
<exclude>.github/**</exclude>
<!-- Build files -->
<exclude>**/*.iml</exclude>
<exclude>flink-quickstart/**/testArtifact/goal.txt</exclude>
Expand Down
2 changes: 2 additions & 0 deletions tools/create_release_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ prepare() {
cd flink
git checkout -b "release-$RELEASE_VERSION-$RELEASE_CANDIDATE" origin/$RELEASE_BRANCH
rm -f .gitignore
rm -f .gitattributes
rm -f .travis.yml
rm -f deploysettings.xml
rm -f CHANGELOG
rm -rf .github
cd ..
}

Expand Down

0 comments on commit 245f02b

Please sign in to comment.