-
Notifications
You must be signed in to change notification settings - Fork 156
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
Issue: 4332286 Release path change and source_rpms semilink #1112
base: master
Are you sure you want to change the base?
Conversation
a7e378c
to
cbd0ae7
Compare
bot:retest |
bot:rm:retest |
Change release folder name from libvma_v_<version> to vma_v_<version> Create semilink from package release folder to source_rpms folder. issue: 4332286 Signed-off-by: NirWolfer <[email protected]>
cbd0ae7
to
0826ac2
Compare
bot:rm:restest |
bot:retest |
.ci/do_release.sh
Outdated
|
||
cd pkg/packages || { echo "pkg folder is missing, exiting..."; exit 1; } | ||
pkg_name=$(ls -1 libvma-"${release_tag}"-"${revision}".src.rpm) | ||
DST_DIR=${release_folder}/libvma_v_${release_tag}-0/src | ||
DST_DIR=${release_folder}/vma_v_${release_tag}-0/src |
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.
can you have this define before line 60 and use it in line 60 instead of duplicating it?
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.
done
46f4a59
bot:retest |
issue: 4332286
8b803ab
to
46f4a59
Compare
bot:retest |
|
||
cd pkg/packages || { echo "pkg folder is missing, exiting..."; exit 1; } | ||
pkg_name=$(ls -1 libvma-"${release_tag}"-"${revision}".src.rpm) | ||
DST_DIR=${release_folder}/libvma_v_${release_tag}-0/src | ||
DST_DIR=${release_folder}/${package_folder}/src |
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.
But its still the same text as in line 61, why cant you just move this line above line 61 and use DST_DIR in echo?
Description
The name of the folder created for the package in the release process is wrong, and there is no link created to the package under source_rpms
What
Change release folder name from libvma_v_ to vma_v_
Create semilink from package release folder to source_rpms folder.
Why ?
Issue: HPCINFRA-3267
How ?
It is optional but for complex PRs please provide information about the design,
architecture, approach, etc.
Change type
What kind of change does this PR introduce?
Check list