"No Release file" from do-release-upgrade with an aptly repo
Aaron Rainbolt
arraybolt3 at gmail.com
Wed Aug 17 00:19:36 UTC 2022
On Tue, Aug 16, 2022 at 6:26 PM Sam Varshavchik <mrsam at courier-mta.com> wrote:
> <snip>
> Well, yes, looks like that's the way forward for me: set up apache and have
> it serve the same filesystem repo that I already have. Just to make update-
> manager happy. That should get me past that roadblock, hopefully it'll be
> the last one.
> </snip>
Instead of going full-on Apache, you can just open a terminal in the
folder containing the repo and run "python3 -m http.server --bind
127.0.0.1 8080". Boom, instant HTTP server on port 8080. I use a trick
like this for using sbuild with a "local PPA".
More information about the ubuntu-users
mailing list