提交 463d499b 编写于 作者: R Robert Metzger 提交者: StephanEwen

Fix stratosphere-dist: Some really outdated README's removed. The README and...

Fix stratosphere-dist: Some really outdated README's removed. The README and LICENCE were not copied to the build.
上级 9fef2778
...@@ -9,8 +9,8 @@ env: ...@@ -9,8 +9,8 @@ env:
- secure: "QoLd3npmApUw20q+KTt+6Il07bn/edl5pP3jmEqR+rXQXVA2kogjkZerZ5QdM2iQJha7D1M2Y4BTcsJ2Ty7biTxUZkDl+RXz6kpeHPX2alax/KO7mqrJuEfuPAQvaIdHNmKEmdiU/fLMn2q2HllE5MP7FzUNKD5YJIzh1IekPA8=" - secure: "QoLd3npmApUw20q+KTt+6Il07bn/edl5pP3jmEqR+rXQXVA2kogjkZerZ5QdM2iQJha7D1M2Y4BTcsJ2Ty7biTxUZkDl+RXz6kpeHPX2alax/KO7mqrJuEfuPAQvaIdHNmKEmdiU/fLMn2q2HllE5MP7FzUNKD5YJIzh1IekPA8="
- secure: "WzMGwNwWwWw62kwvknMGS4W1zy3oRVihitCjjd5wqk/4JMTeWr+oAMv0GfA8GbOuOcYwA7JNxGXQlBMtn45+/PMLJgnsLxYUbqCD2ybwMBLlnembGYoRPABp5zkuzRmU3G2cbMdu/7VwvlTffEPPG/jqAFLKxmvG0oIOtPtk3lg=" - secure: "WzMGwNwWwWw62kwvknMGS4W1zy3oRVihitCjjd5wqk/4JMTeWr+oAMv0GfA8GbOuOcYwA7JNxGXQlBMtn45+/PMLJgnsLxYUbqCD2ybwMBLlnembGYoRPABp5zkuzRmU3G2cbMdu/7VwvlTffEPPG/jqAFLKxmvG0oIOtPtk3lg="
# DOPA_USER and DOPA_PASS # DOPA_USER and DOPA_PASS
- secure: "ntw3Gptom4JMVLpHOeEULcX62W2GbSAG/mLBTCu5sx8++imcN8mKCsgKe0f31tYoYS9vLFtoj/9+6Ar7kbWL2fDYnMlYJActQjsk7+W/ffD4DloV0MTpDs3MFR6G6HwKAB36z3vnHn9YcIIQJ7EThb6iSxviPwhY8Zx6wOjp7Fg=" - secure: "pa6c+tdIp4OVRH4sTw9aIfB26Xzj3TBL0u4WNlNdEaqa43Dz4dZGvg541q9+fyGk5FWVPbNwAiCjV4GgWnULFbYSfD1AHgluP+PpG/sXyES54X/EAjYkov2soX7/iVxsLe7cbVdfosh3vgEazvZq/nLcybs9f4h5+bZkMOnNEEI="
- secure: "axUYH3fpUAKsYHHey1HgZ1+FaU0hgwXsG7x2V4p3dAjwgrnu0PAxJU91qI1oMQQ7ckGNaS2+G/5Tx16ryOq95PqlzlWO5EQJtPpX8R40f53ozBUN2ITCAgFsSEXeIs6sdk8kqfxGU36E9ovfG8EO2lJDV/ZysElz8a5NKHGpsvo=" - secure: "kMPswo+PvtXpNsfkpwPVgZ33+bOZf5z7BC5Gv7+qHtDqgUom9PJtFsG4wUMU4hb9xx7sE125v2VfxIkDckOLNmAPRGawha7oNpdqBYrRhJPIsnrU/ruZIaKz/c2hWGOiICSgYhJPoac492bt3lBQb3fdo2ioHxzN/GYzT3SKpEk="
matrix: matrix:
- PROFILE= - PROFILE=
- PROFILE="-Dhadoop.profile=2" - PROFILE="-Dhadoop.profile=2"
......
...@@ -221,16 +221,6 @@ ...@@ -221,16 +221,6 @@
<filemode>0755</filemode> <filemode>0755</filemode>
</mapper> </mapper>
</data> </data>
<data>
<src>${project.build.directory}/${project.artifactId}-${project.version}-bin/stratosphere-${project.version}/docs</src>
<type>directory</type>
<mapper>
<type>perm</type>
<prefix>/usr/share/${project.artifactId}/docs</prefix>
<user>root</user>
<group>root</group>
</mapper>
</data>
<data> <data>
<src>${project.build.directory}/${project.artifactId}-${project.version}-bin/stratosphere-${project.version}/examples</src> <src>${project.build.directory}/${project.artifactId}-${project.version}-bin/stratosphere-${project.version}/examples</src>
<type>directory</type> <type>directory</type>
......
...@@ -80,29 +80,32 @@ ...@@ -80,29 +80,32 @@
<fileSet> <fileSet>
<!-- create an empty log directory --> <!-- create an empty log directory -->
<directory>src/main/stratosphere-bin/docs</directory> <directory>src/main/stratosphere-bin/</directory>
<outputDirectory>log</outputDirectory> <outputDirectory>log</outputDirectory>
<fileMode>0644</fileMode> <fileMode>0644</fileMode>
<excludes> <excludes>
<exclude>*</exclude> <exclude>**/*</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
<fileSet> <fileSet>
<!-- create an empty dropin-lib directory --> <!-- create an empty dropin-lib directory -->
<directory>src/main/stratosphere-bin/docs</directory> <directory>src/main/stratosphere-bin/</directory>
<outputDirectory>lib/dropin</outputDirectory> <outputDirectory>lib/dropin</outputDirectory>
<fileMode>0644</fileMode> <fileMode>0644</fileMode>
<excludes> <excludes>
<exclude>*</exclude> <exclude>**/*</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
<fileSet> <fileSet>
<!-- copy README file --> <!-- copy *.txt files -->
<directory>src/main/stratosphere-bin/docs</directory> <directory>src/main/stratosphere-bin/</directory>
<outputDirectory>docs</outputDirectory> <outputDirectory></outputDirectory>
<fileMode>0644</fileMode> <fileMode>0644</fileMode>
<includes>
<include>*.txt</include>
</includes>
</fileSet> </fileSet>
<fileSet> <fileSet>
......
Stratosphere Change Log
Release 0.1 - Initial Release
NEW FEATURES
BUG FIXES
IMPROVEMENTS
INCOMPATIBLE CHANGES
OPTIMIZATIONS
...@@ -2,9 +2,13 @@ For the latest information about Stratosphere, please visit our website at: ...@@ -2,9 +2,13 @@ For the latest information about Stratosphere, please visit our website at:
http://www.stratosphere.eu/ http://www.stratosphere.eu/
and our wiki, at: and our GitHub Account
http://stratosphere.eu/wiki https://github.com/stratosphere/stratosphere
If you have any questions, ask on our Mailing list
https://groups.google.com/forum/#!forum/stratosphere-dev
This distribution includes cryptographic software. The country in This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import, which you currently reside may have restrictions on the import,
......
Stratosphere Project
Version 0.1
Comprehensive release notes and documentation can be found http://stratosphere.eu/wiki
...@@ -32,8 +32,10 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]] ; then ...@@ -32,8 +32,10 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]] ; then
# Please be sure not to use Build 1 as it will always be the yarn build. # Please be sure not to use Build 1 as it will always be the yarn build.
# #
set -x
if [[ $TRAVIS_JOB_NUMBER == *5 ]] ; then if [[ $TRAVIS_JOB_NUMBER == *5 ]] ; then
#generate yarn poms & build for yarn.
./tools/generate_specific_pom.sh $CURRENT_STRATOSPHERE_VERSION $CURRENT_STRATOSPHERE_VERSION_YARN pom.xml
mvn -DskipTests clean package
CURRENT_STRATOSPHERE_VERSION=$CURRENT_STRATOSPHERE_VERSION_YARN CURRENT_STRATOSPHERE_VERSION=$CURRENT_STRATOSPHERE_VERSION_YARN
fi fi
if [[ $TRAVIS_JOB_NUMBER == *2 ]] || [[ $TRAVIS_JOB_NUMBER == *5 ]] ; then if [[ $TRAVIS_JOB_NUMBER == *2 ]] || [[ $TRAVIS_JOB_NUMBER == *5 ]] ; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册