-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3322 from EnterpriseDB/release/2022-11-08
Release: 2022-11-08
- Loading branch information
Showing
30 changed files
with
48 additions
and
125 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
install_template/templates/products/edb-ocl-connector/almalinux-8-or-rocky-linux-8.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "almalinux-8-or-rocky-linux-8" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
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
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/centos-7.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "centos-7" %} | ||
{% set platformBaseTemplate = "centos-7" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
7 changes: 1 addition & 6 deletions
7
install_template/templates/products/edb-ocl-connector/debian.njk
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,7 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
sudo apt-get install {{ packageName }} | ||
sudo apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} | ||
{% set packageDevSuffix %}-dev{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/rhel-7-or-ol-7.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "rhel-7-or-ol-7" %} | ||
{% set platformBaseTemplate = "rhel-7-or-ol-7" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/rhel-8-or-ol-8.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "rhel-8-or-ol-8" %} | ||
{% set platformBaseTemplate = "rhel-8-or-ol-8" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/sles-12.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "sles-12" %} | ||
{% set platformBaseTemplate = "sles-12" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/sles-12_ppc64le.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "sles-12" %} | ||
{% set platformBaseTemplate = "sles-12" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/sles-15.njk
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,2 +1,3 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "sles-15" %} | ||
{% set platformBaseTemplate = "sles-15" %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/sles-15_ppc64le.njk
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,3 +1,4 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% set platformBaseTemplate = "sles-15" %} | ||
{% set includePPC = true %} | ||
{% set includePPC = true %} | ||
{% set packageDevSuffix %}-devel{% endset %} |
7 changes: 1 addition & 6 deletions
7
install_template/templates/products/edb-ocl-connector/ubuntu.njk
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,7 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
sudo apt-get install {{ packageName }} | ||
sudo apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} | ||
{% set packageDevSuffix %}-dev{% endset %} |
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
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
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
File renamed without changes.
Oops, something went wrong.
4c1eaf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs-staging.netlify.app as production
🚀 Deployed on https://636aaf80a7825102cf3edaa0--edb-docs-staging.netlify.app
4c1eaf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs.netlify.app as production
🚀 Deployed on https://636ab225260c5c04929b54c6--edb-docs.netlify.app