Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUD-3171 - update modules to fetch from brew where available #53

Merged
merged 1 commit into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/eap/6.4.0/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ports:
- value: 8787
expose: false
artifacts:
- path: jboss-eap-6.4.0.zip
description: "Artifact is available on Customer Portal: https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=37393&product=appplatform&version=6.4&downloadType=distributions"
- name: jboss-eap-6.4.0.zip
target: jboss-eap-6.4.0.zip
md5: 9a5d37631919a111ddf42ceda1a9f0b5
run:
user: 185
Expand Down
5 changes: 3 additions & 2 deletions modules/eap/6.4.19/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ envs:
- name: "PRODUCT_VERSION"
value: "6.4.19.GA"
artifacts:
- path: jboss-eap-6.4.19-patch.zip
sha256: 02d46374ef3fa226655a29216fa9d95b379c1037a4dc3c5d1b23869495ff6ebc
- name: jboss-eap-6.4.19-patch.zip
target: jboss-eap-6.4.19-patch.zip
md5: 42257f07779e746d1806d43507ce2934
modules:
install:
- name: eap-6.4.9
Expand Down
3 changes: 2 additions & 1 deletion modules/eap/6.4.22/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ envs:
- name: "PRODUCT_VERSION"
value: "6.4.22.GA"
artifacts:
- path: jboss-eap-6.4.22-patch.zip
- name: jboss-eap-6.4.22-patch.zip
target: jboss-eap-6.4.22-patch.zip
md5: c535741e25b73ca0ad9528a487505c06
modules:
install:
Expand Down
3 changes: 2 additions & 1 deletion modules/eap/6.4.9/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ envs:
- name: "PRODUCT_VERSION"
value: "6.4.9.GA"
artifacts:
- path: jboss-eap-6.4.9-patch.zip
- name: jboss-eap-6.4.9-patch.zip
target: jboss-eap-6.4.9-patch.zip
md5: fdc6cd3bf51ba2714b98de2923266537
modules:
install:
Expand Down