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

switch from snapshot to release #1158

Open
ghost opened this issue Jan 20, 2025 · 3 comments
Open

switch from snapshot to release #1158

ghost opened this issue Jan 20, 2025 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 20, 2025

can ASU switch from snapshot to release when searching for firmware upgrade?

@efahl
Copy link
Contributor

efahl commented Jan 20, 2025

Yes, your client should set the version field to the desired value in the json when you submit the request to the ASU server:

{
  "target": "x86/64",
  "profile": "generic",
  "version": "24.10.0-rc5",
  "filesystem": "ext4",
  "diff_packages": true,
  "packages": [
...

@ghost
Copy link
Author

ghost commented Jan 21, 2025

Is there any way to configure this in the LUCI interface or send this via cli?

@efahl
Copy link
Contributor

efahl commented Jan 21, 2025

The LuCI Attended Sysupgrade app does not implement proper functionality to cross release boundaries, so it won't work for this.

With the CLI tools, owut and auc, you may specify the target version on the command line.

auc -b 24.10 -B 24.10.0-rc5
owut --version-to 24.10.0-rc5

In the firmware selector, you would just use the pulldown on the right to select the proper target version.

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

1 participant