Skip to content

Commit

Permalink
Added Oracle to distribution list (#8114)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Mar 16, 2022
1 parent 362aaa3 commit f3abb7d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions distributions/DistributionInfo.json
Expand Up @@ -79,6 +79,26 @@
"Amd64PackageUrl": "https://wsldownload.azureedge.net/Ubuntu_2004.2020.424.0_x64.appx",
"Arm64PackageUrl": "https://wsldownload.azureedge.net/Ubuntu_2004.2020.424.0_ARM64.appx",
"PackageFamilyName": "CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgs"
},
{
"Name": "OracleLinux_8_5",
"FriendlyName": "Oracle Linux 8.5",
"StoreAppId": "9P06H18WXBVP",
"Amd64": true,
"Arm64": false,
"Amd64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/OracleLinux8.5_8.5.1.0.Appx",
"Arm64PackageUrl": null,
"PackageFamilyName": "3810OracleAmericaInc.OracleLinux8.5_dm28ctvqnhe9g"
},
{
"Name": "OracleLinux_7_9",
"FriendlyName": "Oracle Linux 7.9",
"StoreAppId": "9P7L0QWBSLTK",
"Amd64": true,
"Arm64": false,
"Amd64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/OracleLinux7.9_7.9.1.0.Appx",
"Arm64PackageUrl": null,
"PackageFamilyName": "3810OracleAmericaInc.OracleLinux7.9_dm28ctvqnhe9g"
}
]
}
4 changes: 3 additions & 1 deletion distributions/validate.py
Expand Up @@ -57,4 +57,6 @@ def is_unique(collection: list):
assert is_unique([e.get('Name') for e in distros if e])

for e in content['Distributions']:
validate_distro(e)
validate_distro(e)

print("All checks completed successfully")

0 comments on commit f3abb7d

Please sign in to comment.