@@ -11,48 +11,61 @@ mkdir -p ./build/results
1111echo
1212echo
1313echo " Spell Check Run"
14+ echo " Spell checking BrAPI-Core"
1415echo " BrAPI-Core" >> ./build/results/spellingResults.txt
1516python3 ./Scripts/checkSpelling.py " ./Specification/BrAPI-Core/" >> ./build/results/spellingResults.txt
17+ echo " Spell checking BrAPI-Germplasm"
1618echo " BrAPI-Germplasm" >> ./build/results/spellingResults.txt
1719python3 ./Scripts/checkSpelling.py " ./Specification/BrAPI-Germplasm/" >> ./build/results/spellingResults.txt
20+ echo " Spell checking BrAPI-Phenotyping"
1821echo " BrAPI-Phenotyping" >> ./build/results/spellingResults.txt
1922python3 ./Scripts/checkSpelling.py " ./Specification/BrAPI-Phenotyping/" >> ./build/results/spellingResults.txt
23+ echo " Spell checking BrAPI-Genotyping"
2024echo " BrAPI-Genotyping" >> ./build/results/spellingResults.txt
2125python3 ./Scripts/checkSpelling.py " ./Specification/BrAPI-Genotyping/" >> ./build/results/spellingResults.txt
26+ echo " Spell checking Components"
2227echo " Components" >> ./build/results/spellingResults.txt
2328python3 ./Scripts/checkSpelling.py " ./Specification/Components/" >> ./build/results/spellingResults.txt
2429
2530
2631echo
2732echo
2833echo " Build OpenAPI YAML files per domain: ./brapi_openapi.yaml"
29- echo " Building BrAPI-Core"
34+ echo " Building BrAPI-Core"
3035python3 ./Scripts/buildOpenAPI.py " ./Specification/BrAPI-Core/" " ./Specification/Components/" " ./Specification/BrAPI-Germplasm/" >> ./build/results/buildOpenAPIBrAPI-CoreResults.txt
31- echo " Building BrAPI-Germplasm"
36+ echo " Building BrAPI-Germplasm"
3237python3 ./Scripts/buildOpenAPI.py " ./Specification/BrAPI-Germplasm/" " ./Specification/Components/" >> ./build/results/buildOpenAPIBrAPI-GermplasmResults.txt
33- echo " Building BrAPI-Phenotyping"
38+ echo " Building BrAPI-Phenotyping"
3439python3 ./Scripts/buildOpenAPI.py " ./Specification/BrAPI-Phenotyping/" " ./Specification/Components/" >> ./build/results/buildOpenAPIBrAPI-PhenotypingResults.txt
35- echo " Building BrAPI-Genotyping"
40+ echo " Building BrAPI-Genotyping"
3641python3 ./Scripts/buildOpenAPI.py " ./Specification/BrAPI-Genotyping/" " ./Specification/Components/" " ./Specification/BrAPI-Germplasm/" >> ./build/results/buildOpenAPIBrAPI-GenotypingResults.txt
3742
3843echo
3944echo
40- echo " Build README files for Bitbucket"
45+ echo " Build README files"
46+ echo " Building BrAPI-Core README files"
4147echo " BrAPI-Core" >> ./build/results/buildREADMEBrAPI-CoreResults.txt
4248python3 ./Scripts/buildReadMes.py " ./Specification/BrAPI-Core/" >> ./build/results/buildREADMEBrAPI-CoreResults.txt
49+ echo " Building BrAPI-Germplasm README files"
4350echo " BrAPI-Germplasm" >> ./build/results/buildREADMEBrAPI-GermplasmResults.txt
4451python3 ./Scripts/buildReadMes.py " ./Specification/BrAPI-Germplasm/" >> ./build/results/buildREADMEBrAPI-GermplasmResults.txt
52+ echo " Building BrAPI-Phenotyping README files"
4553echo " BrAPI-Phenotyping" >> ./build/results/buildREADMEBrAPI-PhenotypingResults.txt
4654python3 ./Scripts/buildReadMes.py " ./Specification/BrAPI-Phenotyping/" >> ./build/results/buildREADMEBrAPI-PhenotypingResults.txt
55+ echo " Building BrAPI-Genotyping README files"
4756echo " BrAPI-Genotyping" >> ./build/results/buildREADMEBrAPI-GenotypingResults.txt
4857python3 ./Scripts/buildReadMes.py " ./Specification/BrAPI-Genotyping/" >> ./build/results/buildREADMEBrAPI-GenotypingResults.txt
4958
5059echo
5160echo
5261echo " Build BluePrint MD file: ./brapi_blueprint.apib ./brapi_blueprint.apib.json"
62+ echo " Build BluePrint MD for BrAPI-Core"
5363python3 ./Scripts/buildBlueprint.py -out " ./Specification/BrAPI-Core/" -header " ./Specification/BrAPI-Core/swaggerMetaData.yaml" -source " ./Specification/BrAPI-Core/" >> ./build/results/buildBlueprintResults.txt
64+ echo " Build BluePrint MD for BrAPI-Germplasm"
5465python3 ./Scripts/buildBlueprint.py -out " ./Specification/BrAPI-Germplasm/" -header " ./Specification/BrAPI-Germplasm/swaggerMetaData.yaml" -source " ./Specification/BrAPI-Germplasm/" >> ./build/results/buildBlueprintResults.txt
66+ echo " Build BluePrint MD for BrAPI-Phenotyping"
5567python3 ./Scripts/buildBlueprint.py -out " ./Specification/BrAPI-Phenotyping/" -header " ./Specification/BrAPI-Phenotyping/swaggerMetaData.yaml" -source " ./Specification/BrAPI-Phenotyping/" >> ./build/results/buildBlueprintResults.txt
68+ echo " Build BluePrint MD for BrAPI-Genotyping"
5669python3 ./Scripts/buildBlueprint.py -out " ./Specification/BrAPI-Genotyping/" -header " ./Specification/BrAPI-Genotyping/swaggerMetaData.yaml" -source " ./Specification/BrAPI-Genotyping/" >> ./build/results/buildBlueprintResults.txt
5770
5871echo
0 commit comments