Mirantis / launchpad

Other
27 stars 45 forks source link

Consistency needed in release names and URLs #97

Open surskitt opened 2 months ago

surskitt commented 2 months ago

Hello,

I am trying to develop an asdf plugin to download and install launchpad versions. I've been having some problems with the consistency in the download urls starting with the 1.5 releases.

1.5.0/launchpad-linux-x64
1.5.1/launchpad-linux-x64
1.5.2/launchpad-linux-x64
v1.5.3/launchpad-linux-x64
v1.5.4/launchpad-linux-x64
v1.5.6/launchpad_linux_amd64_1.5.6

The urls have changed three times since 1.5, with the architecture either being x64 or amd64, the version either starting with a v or not and the filenames either using hypens or underscores. Add to this windows downloads either containing "windows" or "win".

Will there be some consistency in the release url names from now on? Could the current scheme be followed from now on?

Thanks.

james-nesbitt commented 2 months ago

Apologies for the mayhem. The current approach is considered the new standard (insert kxcd meme here.)

surskitt commented 2 months ago

OK, thanks for the clarification. I've written the plugin to handle the different version schemes for specific older versions and the newest scheme for all future versions, so it should be able to handle them all.

Thanks!