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
D: bad status: 404
E: "https://www.keil.com/pack/ARM.CMSIS.6.1.0.pack": bad request
But it should try to download https://www.keil.com/pack/ARM.CMSIS.6.1.0+foo.pack instead.
In the .pdsc file embedded in the .pack file, the the release node is:
<releases>
<releasedate="2024-02-30"version="6.1.0+foo">
the change log entries...
</release>
</releases>
To Reproduce
See above.
Expected behavior
The pack file should be downloaded.
Environment (please complete the following information):
OS: any
Version 2.1.4?
Additional context
Obviously, we did not see the problem with the ARM.CMSIS.6.1.0 pack, but an internal pack. The steps above should highlight the question regardless of the pack name.
The .pack files is named including the metadata/build identifier on the server.
The text was updated successfully, but these errors were encountered:
Describe the bug
Imagine a pack index file that contains a pack and the pack file contains the build identifier. Example:
Then we try to install it using cpackget:
The command would generate output that ends with:
But it should try to download
https://www.keil.com/pack/ARM.CMSIS.6.1.0+foo.pack
instead.In the .pdsc file embedded in the .pack file, the the release node is:
To Reproduce
See above.
Expected behavior
The pack file should be downloaded.
Environment (please complete the following information):
Additional context
Obviously, we did not see the problem with the ARM.CMSIS.6.1.0 pack, but an internal pack. The steps above should highlight the question regardless of the pack name.
The .pack files is named including the metadata/build identifier on the server.
The text was updated successfully, but these errors were encountered: