Apt error handling #2

Closed
opened 2023-12-10 18:02:20 +00:00 by kake26 · 3 comments
kake26 commented 2023-12-10 18:02:20 +00:00 (Migrated from codeberg.org)

When apt encounters a package that exists in the list, but not in its repo the script execution stops. I really need a way around this. This became evident when I discovered the system variations issue. Not technically a but a needed improvement.

When apt encounters a package that exists in the list, but not in its repo the script execution stops. I really need a way around this. This became evident when I discovered the system variations issue. Not technically a but a needed improvement.
kake26 commented 2024-02-21 23:27:37 +00:00 (Migrated from codeberg.org)

A fix has been added that should at least handle packages not in the repo. Due to wrong name, doesn't exist in that distro and that kind of thing. I'll need to run this through a VM or two and see how it works in practice, but my tests showed good results.

A fix has been added that should at least handle packages not in the repo. Due to wrong name, doesn't exist in that distro and that kind of thing. I'll need to run this through a VM or two and see how it works in practice, but my tests showed good results.
kake26 commented 2024-02-23 06:02:18 +00:00 (Migrated from codeberg.org)

Added code to handle that sort of thing. Seems to work, needs a bit more work.

Added code to handle that sort of thing. Seems to work, needs a bit more work.
kake26 commented 2024-04-16 00:24:17 +00:00 (Migrated from codeberg.org)

Further tests have proven code works well enough. I think this is solved. I will test more and reopen if needed.

Further tests have proven code works well enough. I think this is solved. I will test more and reopen if needed.
Sign in to join this conversation.
No description provided.