You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: