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

Issue: 4332286 Release path change and source_rpms semilink #1112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NirWolfer
Copy link
Contributor

@NirWolfer NirWolfer commented Feb 26, 2025

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?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

@NirWolfer NirWolfer marked this pull request as ready for review February 27, 2025 10:05
@NirWolfer NirWolfer changed the title [CI] Release path change and source_rpms semilink Issue: 4332286 Release path change and source_rpms semilink Feb 27, 2025
@NirWolfer
Copy link
Contributor Author

bot:retest

@NirWolfer
Copy link
Contributor Author

bot:rm:retest
bot: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]>
@NirWolfer
Copy link
Contributor Author

bot:rm:restest

@NirWolfer
Copy link
Contributor Author

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}/vma_v_${release_tag}-0/src
Copy link
Collaborator

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?

Copy link
Contributor Author

@NirWolfer NirWolfer Feb 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done
46f4a59

@NirWolfer
Copy link
Contributor Author

bot:retest

issue: 4332286
@NirWolfer
Copy link
Contributor Author

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
Copy link
Collaborator

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?

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

Successfully merging this pull request may close these issues.

2 participants