Created
May 13, 2016 20:48
-
-
Save lausdahl/5b6fd2d79ffc6cb70fd1f98d488c356e to your computer and use it in GitHub Desktop.
oveture pull test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#git checkout kel/main | |
#git branch -D DevFactory-release/test-all | |
#git checkout -b DevFactory-release/test-all f871c30fbebd333d5b169bd6b20fd5d7372fce87 | |
test(){ | |
mvn clean package -q -Dmaven.javadoc.skip=true -DexternalTestsPath=/Users/kel/data/overture/externaltests/ -Dmaven.test.redirectTestOutputToFile=true -PWith-IDE | |
} | |
#exit | |
#553 | |
git checkout -b DevFactory-release/constants-should-comply-with-naming-convention-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/constants-should-comply-with-naming-convention-fix-1 --no-edit | |
test | |
#552 | |
git checkout -b DevFactory-release/remove-string-literals-duplications-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/remove-string-literals-duplications-fix-1 | |
test | |
#551 | |
git checkout -b DevFactory-release/remove-useless-parentheses-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/remove-useless-parentheses-fix-1 | |
test | |
#550 | |
git checkout -b DevFactory-release/members-should-appear-in-predefined-order-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/members-should-appear-in-predefined-order-fix-1 | |
test | |
#549 | |
git checkout -b DevFactory-release/merge-if-with-enclosing-one-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/merge-if-with-enclosing-one-fix-1 | |
test | |
#542 | |
#git checkout -b DevFactory-release/using-diamond-operator-fix-1 development | |
#git pull https://github.com/DevFactory/overture.git release/using-diamond-operator-fix-1 | |
#541 | |
git checkout -b DevFactory-release/using-isempty-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/using-isempty-fix-1 | |
test | |
#540 | |
git checkout -b DevFactory-release/using-interface-instead-of-imlementation-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/using-interface-instead-of-imlementation-fix-1 | |
test | |
#539 -conflict | |
#git checkout -b DevFactory-release/replace-synchronized-classes-fix-1 development | |
#git pull https://github.com/DevFactory/overture.git release/replace-synchronized-classes-fix-1 | |
#538 | |
#git checkout -b DevFactory-release/adding-private-constructor-fix-1 development | |
#git pull https://github.com/DevFactory/overture.git release/adding-private-constructor-fix-1 | |
#537 -conflict | |
#git checkout -b DevFactory-release/remove-dead-stores-fix-1 development | |
#git pull https://github.com/DevFactory/overture.git release/remove-dead-stores-fix-1 | |
#536 | |
git checkout -b DevFactory-release/replace-keyset-with-entryset-fix-1 development | |
git pull https://github.com/DevFactory/overture.git release/replace-keyset-with-entryset-fix-1 | |
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment