foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
111 stars 13 forks source link

Packages for sap_machine miss some platforms #24

Closed marchof closed 3 years ago

marchof commented 3 years ago

The following API call only returns packages for macos-x64 and linux-ppc64:

https://api.foojay.io/disco/v1.0/packages?distro=sap_machine&version=17-ea&latest=overall

In fact there are also packages available for linux-x64, linux-ppc64leand windows-x64 which are nor reported by the disco API:

https://github.com/SAP/SapMachine/releases/tag/sapmachine-17%2B16

HanSolo commented 3 years ago

Yep, saw that too and fixed it already. It will come with the next deployment.

marchof commented 3 years ago

Great! Any chance that you comment on the tickets once they are fixed in production? I'm happy to re-test.

HanSolo commented 3 years ago

Yep will do 👍🏻

marchof commented 3 years ago

Just retested: Looks like package list is complete now.