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

transactional-update does not honor UPDATE_METHOD #101

Closed
lnussel opened this issue Apr 4, 2023 · 0 comments
Closed

transactional-update does not honor UPDATE_METHOD #101

lnussel opened this issue Apr 4, 2023 · 0 comments

Comments

@lnussel
Copy link
Member

lnussel commented Apr 4, 2023

On my system the transactional-update.service failed due to some vendor change resolver problem. Wanted to fix it by calling transactional-update --interactive as instructed in the log. The result was different though as now it suddenly used zypper up only. So the next service run would fail again. Turns out only the service file uses $UPDATE_METHOD but it's not used to influence transactional-update default behavior in absence of $1

# grep UPDATE_METHOD /usr/etc/transactional-update.conf /etc/transactional-update.conf
/usr/etc/transactional-update.conf:UPDATE_METHOD=dup
# transactional-update --interactive
[...]
Calling zypper up
[...]
laenion added a commit to laenion/transactional-update that referenced this issue Oct 12, 2023
@laenion laenion closed this as completed Oct 12, 2023
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