You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Describe the bug
"name" field in kraft.yaml is overwritten by
kraft configure --use-version
.To Reproduce
The initial state of kraft.yaml is as follows.
Then, running
kraft configure -u unikraft@staging
will overwrite the kraft.yaml as follows.Cause
The local variable "name" is defined here.
https://github.com/unikraft/kraft/blob/6d046f4dd5ecd2075f927ee01df0fa4e842ca60e/kraft/config/config.py#L572
But then it is overwritten here.
https://github.com/unikraft/kraft/blob/6d046f4dd5ecd2075f927ee01df0fa4e842ca60e/kraft/config/config.py#L634
Expected behavior
I'm not sure the exact intended behavior, but probably only update the version field?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: