Apt error handling #2
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kake26/syssetup#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
Added code to handle that sort of thing. Seems to work, needs a bit more work.
Further tests have proven code works well enough. I think this is solved. I will test more and reopen if needed.