diff --git a/wercker.yml b/wercker.yml index 67e2c3d1773..59d98341d0d 100644 --- a/wercker.yml +++ b/wercker.yml @@ -47,6 +47,8 @@ build: echo CS_version: ${CS_POM_VERSION} for i in 1 2 3 4 5; do git clone https://github.com/pgjdbc/pgjdbc.git && break || sleep 15; done cd pgjdbc/pgjdbc + wget https://gist.githubusercontent.com/timurt/a981d094cbbbe746ecd400424f5f3af8/raw/a5ebab4302107751e62d2da5a90adb8341173c98/pgjdbc.patch + git apply pgjdbc.patch mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION} cd ../../ rm -rf pgjdbc @@ -70,6 +72,8 @@ build: for i in 1 2 3 4 5; do git clone https://github.com/CS-SI/Orekit.git && break || sleep 15; done cd Orekit git checkout 651f25088ed50543d32dd54fa10f9a6a070ee5d7 + wget https://gist.githubusercontent.com/timurt/7c45454a233ce775a7e5acaa1231d845/raw/b24028f9d807008c64f0fa7b4e51db35678746dd/orekit.patch + git apply orekit.patch mvn compile checkstyle:check -Dorekit.checkstyle.version=${CS_POM_VERSION} cd ../ rm -rf hipparchus Orekit @@ -123,7 +127,9 @@ build: for i in 1 2 3 4 5; do git clone https://github.com/hibernate/hibernate-search.git && break || sleep 15; done cd hibernate-search git checkout 285c557fb51bbdf4bc81af8950c466f2ec336e9d - mvn -s settings-example.xml clean install -DskipTests=true -Dtest.elasticsearch.host.provided=true + wget https://gist.githubusercontent.com/timurt/f8e6c08b681337dfee76fdf8cc4ebb37/raw/c95333027111d055de8c943d3bc0b757ad638605/hibernate.patch + git apply hibernate.patch + mvn -s settings-example.xml clean install -DskipTests=true -Dtest.elasticsearch.host.provided=true -Dpuppycrawl.checkstyle.version=${CS_POM_VERSION} mvn -s settings-example.xml checkstyle:check -Dpuppycrawl.checkstyle.version=${CS_POM_VERSION} cd ../ rm -rf hibernate-search @@ -173,6 +179,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#apache-struts/apache-struts/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -191,6 +199,8 @@ build: sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#checkstyle/checkstyle/' projects-for-wercker.properties sed -i'' 's/#sevntu-checkstyle/sevntu-checkstyle/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -208,6 +218,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#guava/guava/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -225,6 +237,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#hibernate-orm/hibernate-orm/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -243,6 +257,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#findbugs/findbugs/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -260,6 +276,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#spring-framework/spring-framework/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -277,6 +295,8 @@ build: cd contribution/checkstyle-tester sed -i'' 's/^guava/#guava/' projects-for-wercker.properties sed -i'' 's/#Hbase/Hbase/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -296,6 +316,8 @@ build: sed -i'' 's/#pmd/pmd/' projects-for-wercker.properties sed -i'' 's/#elasticsearch/elasticsearch/' projects-for-wercker.properties sed -i'' 's/#lombok-ast/lombok-ast/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution @@ -319,6 +341,8 @@ build: sed -i'' 's/#apache-ant/apache-ant/' projects-for-wercker.properties sed -i'' 's/#apache-jsecurity/apache-jsecurity/' projects-for-wercker.properties sed -i'' 's/#android-launcher/android-launcher/' projects-for-wercker.properties + wget https://gist.githubusercontent.com/timurt/dedda143b7a4984006af4731f3a236ec/raw/fc1da9dbdd34be15621082435f27a35492594bbc/checkstyle-tester.patch + git apply checkstyle-tester.patch groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --config checks-nonjavadoc-error.xml cd ../../ rm -rf contribution