Skip to content

Commit b8fa9b2

Browse files
committed
JBDS-4505 Fuse on Karaf does not have a public facing download URL
1 parent 2634a20 commit b8fa9b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

browser/model/jbossfusekaraf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let mkdirp = require('mkdirp');
1111

1212
class FusePlatformInstallKaraf extends InstallableItem {
1313
constructor(installerDataSvc, targetFolderName, downloadUrl, fileName, sha256sum) {
14-
super(FusePlatformInstallKaraf.KEY, downloadUrl, fileName, targetFolderName, installerDataSvc, false);
14+
super(FusePlatformInstallKaraf.KEY, downloadUrl, fileName, targetFolderName, installerDataSvc, true);
1515
this.sha256 = sha256sum;
1616
this.addOption('install', this.version, '', true);
1717
}

requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"installAfter": "jdk",
202202
"requires": "jdk",
203203
"version": "6.3.0.GA",
204-
"dmUrl": "http://download-node-02.eng.bos.redhat.com/released/JBossFuse/6.3.0/jboss-fuse-karaf-6.3.0.redhat-187.zip",
204+
"dmUrl": "https://developers.redhat.com/download-manager/jdf/file/jboss-fuse-karaf-6.3.0.redhat-187.zip?workflow=direct",
205205
"url": "http://download-node-02.eng.bos.redhat.com/released/JBossFuse/6.3.0/jboss-fuse-karaf-6.3.0.redhat-187.zip",
206206
"fileName": "jboss-fuse-karaf-6.3.0.redhat-187.zip",
207207
"sha256sum": "4ef481bb22f4a9c688d03f46374917e0f2548229f94ebd817c33817baf203b0c",

0 commit comments

Comments
 (0)