Skip to content

Commit

Permalink
Merge pull request #53 from luck3y/update_modules_64x
Browse files Browse the repository at this point in the history
CLOUD-3171 - update modules to fetch from brew where available
  • Loading branch information
luck3y committed Apr 24, 2019
2 parents 593ee4f + bf12a44 commit d0ae478
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
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

0 comments on commit d0ae478

Please sign in to comment.