Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of renamed or dropped upstream packages #11

Open
SvenRoederer opened this issue Jan 11, 2020 · 2 comments
Open

Handling of renamed or dropped upstream packages #11

SvenRoederer opened this issue Jan 11, 2020 · 2 comments

Comments

@SvenRoederer
Copy link

in freifunk-berlin/firmware#755 (comment) you are referencing the "#get the list of packages and compare" code.

How do you handle packages that have been dropped or renamed ?

@Akira25
Copy link
Owner

Akira25 commented Jan 11, 2020

Currently the script does not deal with that. The script would try to install them at every reboot of the router.

Maybe that could be a nice solution:
Every package, on which opkg fails, could be saved at a list at /root/autoupdate.error.

@SvenRoederer
Copy link
Author

SvenRoederer commented Apr 13, 2020

Just seen and probably helpful:

opkg status libuci-lua
Status: install user installed

a package installed in the image will report:

Status: install ok installed

So filtering out the status might reduce the packages you have to take care of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants