-
Notifications
You must be signed in to change notification settings - Fork 7
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
New script to update packages with logging and stable channel access #668
Comments
Test case 1
Test case 2
Test case 3
Test case 4
Test case 5
|
Testing image version: 8-23.05.3-ns.1.1.0-82-g9ca27ef |
Test case 1 fails (booting a stable installation, fresh from website, then registering the machine): wget https://updates.nethsecurity.nethserver.org/dev/23.05.3/packages/x86_64/nethsecurity/ns-plug_0.0.11-1_all.ipk -O /tmp/ns-plug_0.0.11-1_all.ipk
wget https://updates.nethsecurity.nethserver.org/dev/23.05.3/packages/x86_64/nethsecurity/ns-api_0.0.83-1_all.ipk -O /tmp/ns-api_0.0.83-1_all.ipk
opkg install --force-reinstall /tmp/ns-api_0.0.83-1_all.ipk /tmp/ns-plug_0.0.11-1_all.ipk
cat /etc/crontabs/root | grep update-packages Provides no output, /etc/crontabs/root file:
During installation i recieve from
As you can imagine, code |
This is and indicator that you're installing the wrong package, because the code that executes that command has been removed: 681774c I think the only way to really test those package is a local build. |
Overview:
Implement a new update-packages script to improve troubleshooting and provide the ability to gather updates from the stable channel regardless of subscription status.
Features:
--force-stable
flag to gather updates from the stable channel regardless of subscription status.The text was updated successfully, but these errors were encountered: