-
Notifications
You must be signed in to change notification settings - Fork 16
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
Move zos-update-worker to zos/tools #2088
Conversation
This dragged too many unrelated files e.g .gitignore in subdirectories, update_codewners files?all the go mods need to be reviewed , Makefile, Taskfile, .. etc all should be integrated within zos repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still needs refactoring to be converged with zos as mentioned in the above comment
zosCurrent := fmt.Sprintf("%v/%v", w.src, currentZosVersion) | ||
zosLatest := fmt.Sprintf("%v/%v", w.dst, network) | ||
// the link is like zosCurrent but it has the path relative from the symlink | ||
// point of view (so relative to the symlink, how to reach zosCurrent) | ||
// hence the link is instead used in all calls to symlink | ||
link := fmt.Sprintf("%v/%v", path, currentZosVersion) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
according to the issue here #2099 the currentZosVersoin
should always be of format .tag-<version>
6cb9014
to
abfd3a1
Compare
abfd3a1
to
9c1367c
Compare
Description
Move zos-update-worker to zos/tools
Related Issues
zos-update-worker
to use new style of zos release #2099