Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet Debian feed cannot install previous version of package
-
Hi, it's me again :)
The debian feed works fine when installing the latest version of a package, but it seems not to work with previous versions.
In the ProGet UI, if we click on "All versions" and select a previous version of the package, we can see the installation instructions as follows:sudo apt update sudo apt install "packagename=2.0.402"
Doing so results in the following:
Reading package lists... Done Building dependency tree Reading state information... Done E: Version '2.0.402' for 'packagename' was not found
There is no error on the server side.
Let me know what can be done.
Thanks!
-
Hello @gravufo,
This is a bug. I've filed PG-1641 to fix Debian feeds only presenting the latest version of each package to apt clients.
-
@ben thanks again for the fast response. Do you have an ETA by any chance?
Cheers!
-
@gravufo some unusual internal stuff happened to this patch getting merged. It's been straightened out and will be in the release this Friday.
-
@ben Thanks for the reply. I just upgraded to the latest version and it seems to work properly.
Have a good weekend!