Great, thanks!
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!
stefan.hakansson_8938
@stefan.hakansson_8938
Best posts made by stefan.hakansson_8938
Latest posts made by stefan.hakansson_8938
-
RE: ProGet Support deb822
Hi Steve, I fully understand. I will carry on using the existing format then. Thanks for the tip regarding use of
pgutil
!Thanks,
Stefan -
RE: ProGet Support deb822
Hi Steve, thanks for responding so quickly.
I think deb822 is a newer format (than the "one-line-style" format), and it is preferred in the context I'm working in. There is some info in https://manpages.debian.org/stretch/apt/sources.list.5.en.html.
I have to focus on other stuff for some time now, so perhaps we can let this one rest until I can provide more input. But for some info, my
/etc/apt/sources.list.d/ubuntu.sources
file contains
Types: deb
URIs: http://sto1.clouds.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
I hope to be able to just replace the URI (and the key) to point at a ProGet feed connected to
http://sto1.clouds.archive.ubuntu.com/ubuntu/
that I have setup. However it seems thatcurl http://sto1.clouds.archive.ubuntu.com/ubuntu/
returns something that I can not obtain from curling to the ProGet feed so I am not sure it will work. But let me investigate more and come back later.Of course it is possible to work around and go back to
.list
files, buf my preference would be to keep using.sources
.Thanks,
Stefan -
ProGet apt add pgp key
The instructions should be updated, instead of
&& sudo apt-key add "feedname.gpg"
something like
| gpg --dearmor | sudo tee /etc/apt/keyrings/feedname.gpg > /dev/null
should be used, and
echo "deb http.....
should be something like
echo "deb [signed-by=/etc/apt/keyrings/feedname.gpg] http....
(if I have understood things correctly) -
ProGet Support deb822
Recent Ubuntu releases use deb822 / ubuntu.sources for package handling. However, if I connect an deb822 source (e.g., http://sto1.clouds.archive.ubuntu.com/ubuntu/) to a feed, it seems that the output of that feed is not deb822 but rather according to the old format. Is there any plan to properly handle deb822 sources in ProGet?