Skip to content

Commit

Permalink
fio should be included in supported-versions-gen.json, not other files (
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Oct 11, 2023
1 parent 895214e commit 32b60c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bin/generate-addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ fs.readdir(specDir, (err, files) => {
supportedVersions.docker = preferredVersions.docker;
supportedVersions.docker.unshift("latest");

supportedVersions.fio = ["host"]; // fio serves as a signal that the 'fio' host package should be included

// Build JSON files
const addonsFile = {
_comment: `This file is generated, do not change! Last generated on ${new Date()}. To regenerate run 'make generate-addons'`,
Expand Down
5 changes: 1 addition & 4 deletions web/src/installers/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,5 @@ module.exports.InstallerVersions = {
],
aws: [
"0.1.0",
],
fio: [ // used as a signal that fio should be included in airgap bundles
"host",
],
]
};

0 comments on commit 32b60c7

Please sign in to comment.