-
Notifications
You must be signed in to change notification settings - Fork 83
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
Url varexpand issues #497
base: master
Are you sure you want to change the base?
Url varexpand issues #497
Conversation
c73a80b
to
dc1a9c0
Compare
dc1a9c0
to
6b31a68
Compare
Introducing the Now we use the zypp-rawurl: query part to build a kind of todo list to be performed on the Url after variable expansion. |
6b31a68
to
ae2cc75
Compare
As a regex is used anyway there's also no need for substring actions.
…definitions An incomplete variable definition is to be expanded literally. It should produce the same result as if the the introducing '$' was escaped.
…o variables The schema is used internally to wrap raw strings with unexpanded repo variables into type Url. The raw string is stored in the Url's fragment because it does not necessarily form a valid Url before it got expanded.
…RepoVariablesUrlReplacer
ae2cc75
to
a7d1a12
Compare
bsc#1217192