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

Add support for --releasever #32

Open
fcrozat opened this issue Jul 21, 2020 · 1 comment
Open

Add support for --releasever #32

fcrozat opened this issue Jul 21, 2020 · 1 comment

Comments

@fcrozat
Copy link

fcrozat commented Jul 21, 2020

This is a follow-up of a twitter thread I wrote when openSUSE Leap 15.2 was released (https://twitter.com/fcrozat/status/1279130917223661568 ):

it is more difficult to migrate openSUSE Leap from one release to another using transactional-update, compared to zypper, due to releasever CLI option flag from zypper not being supported by transactional-update.

I would suggest transactional-update to accept this flag as additional option and pass it to zypper transparently.

@wombelix
Copy link

wombelix commented Jan 6, 2021

I used the Environment Variable "ZYPP_REPO_RELEASEVER" instead the "--releasever" Parameter as Workaround and could successfuly update from Leap 15.1 to 15.2 that way.

sudo su -
export ZYPP_REPO_RELEASEVER=15.2
transactional-update dup

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