-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update releasing instructions Update to remove entry about updating openlmis-config, since that repo is now legacy. * Update component versions in ref-distro For 3.3.0 release. * Update documentation to specific versions For 3.3 release. * Update ERD and API doc links Update to build numbers instead of last successful build. Remove live versions of ERD and APIs (since they are not versioned).
- Loading branch information
Showing
13 changed files
with
72 additions
and
87 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
OL_REFERENCE_UI_VERSION=5.0.5-SNAPSHOT | ||
OL_REFERENCE_UI_VERSION=5.0.6 | ||
|
||
OL_REQUISITION_VERSION=6.0.0-SNAPSHOT | ||
OL_REFERENCEDATA_VERSION=10.0.0-SNAPSHOT | ||
OL_AUTH_VERSION=3.2.0-SNAPSHOT | ||
OL_NOTIFICATION_VERSION=3.0.5-SNAPSHOT | ||
OL_FULFILLMENT_VERSION=7.0.0-SNAPSHOT | ||
OL_CCE_VERSION=1.0.0-SNAPSHOT | ||
OL_STOCKMANAGEMENT_VERSION=3.0.0-SNAPSHOT | ||
OL_REPORT_VERSION=1.1.0-SNAPSHOT | ||
OL_DIAGNOSTICS_VERSION=1.0.0-SNAPSHOT | ||
OL_REQUISITION_VERSION=6.0.0 | ||
OL_REFERENCEDATA_VERSION=10.0.0 | ||
OL_AUTH_VERSION=3.2.0 | ||
OL_NOTIFICATION_VERSION=3.0.5 | ||
OL_FULFILLMENT_VERSION=7.0.0 | ||
OL_CCE_VERSION=1.0.0 | ||
OL_STOCKMANAGEMENT_VERSION=3.0.0 | ||
OL_REPORT_VERSION=1.1.0 | ||
|
||
OL_DIAGNOSTICS_VERSION=1.0.0 | ||
|
||
OL_NGINX_VERSION=4 | ||
OL_RSYSLOG_VERSION=1 | ||
|
||
OL_POSTGRES_VERSION=9.6-postgis | ||
OL_POSTGRES_VERSION=9.6-postgis |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
import urllib | ||
|
||
#components | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/master/README.md", "components/fulfillmentService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/master/README.md", "components/requisitionService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/README.md", "components/authService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/DESIGN.md", "components/authServiceDesign.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/master/README.md", "components/cceService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/master/README.md", "components/notificationService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/master/README.md", "components/referencedataService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/master/README.md", "components/stockmanagementService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/master/README.md", "components/reportService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/README.md", "components/templateServiceService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/master/README.md", "components/referenceUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/master/README.md", "components/authUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/master/README.md", "components/cceUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/master/README.md", "components/referencedataUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/master/README.md", "components/reportUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/master/README.md", "components/requisitionUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/master/README.md", "components/fulfillmentUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/master/README.md", "components/stockmanagementUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/master/README.md", "components/devUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/README.md", "components/uiComponents.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/index.md", "components/uiOverview.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/extension_guide.md", "components/uiExtensionGuide.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/master/README.md", "components/uiLayout.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v7.0.0/README.md", "components/fulfillmentService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v6.0.0/README.md", "components/requisitionService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v3.2.0/README.md", "components/authService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v3.2.0/DESIGN.md", "components/authServiceDesign.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.0.0/README.md", "components/cceService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v3.0.5/README.md", "components/notificationService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v10.0.0/README.md", "components/referencedataService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v3.0.0/README.md", "components/stockmanagementService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.1.0/README.md", "components/reportService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/README.md", "components/templateServiceService.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.0.6/README.md", "components/referenceUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.1.0/README.md", "components/authUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.0.0/README.md", "components/cceUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.3.0/README.md", "components/referencedataUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.0.5/README.md", "components/reportUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v5.3.1/README.md", "components/requisitionUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.0.0/README.md", "components/fulfillmentUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v1.1.0/README.md", "components/stockmanagementUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v7.0.0/README.md", "components/devUI.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/README.md", "components/uiComponents.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/index.md", "components/uiOverview.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/extension_guide.md", "components/uiExtensionGuide.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.1.0/README.md", "components/uiLayout.md") | ||
|
||
#conventions | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/STYLE-GUIDE.md", "conventions/codeStyleguide.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/TESTING.md", "conventions/testing.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/ERROR_HANDLING.md", "conventions/errorHandling.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/LICENSE-HEADER.md", "conventions/licenseHeader.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions.md", "conventions/uiConventions.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-angularjs.md", "conventions/uiAngularjs.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-javascript.md", "conventions/uiJavascript.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-markup.md", "conventions/uiMarkup.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-testing.md", "conventions/uiTesting.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/information-architecture.md", "conventions/uiInformationArchitecture.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/performance.md", "conventions/uiPerformance.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/STYLE-GUIDE.md", "conventions/codeStyleguide.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/TESTING.md", "conventions/testing.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/ERROR_HANDLING.md", "conventions/errorHandling.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/LICENSE-HEADER.md", "conventions/licenseHeader.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions.md", "conventions/uiConventions.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-angularjs.md", "conventions/uiAngularjs.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-javascript.md", "conventions/uiJavascript.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-markup.md", "conventions/uiMarkup.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-testing.md", "conventions/uiTesting.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/information-architecture.md", "conventions/uiInformationArchitecture.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/performance.md", "conventions/uiPerformance.md") | ||
|
||
# deployment | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deploymentTopology.md", "deployment/topology.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-single-host.md", "deployment/provisionSingleHost.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/RDS-configuration.md", "deployment/rdsConfiguration.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deployment/README.md", "deployment/demoAndCiJenkins.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/deploymentTopology.md", "deployment/topology.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-single-host.md", "deployment/provisionSingleHost.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/RDS-configuration.md", "deployment/rdsConfiguration.md") | ||
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/deployment/README.md", "deployment/demoAndCiJenkins.md") |
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
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
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
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
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
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
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
Oops, something went wrong.