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

[git] - issue #1143 solution - git subtree does not get installed with git feature #1219

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Kaniska244
Copy link

Ref: #1143

Feature Name

git

Description

As a solution to issue #1143 , the user had already provided a fix to install git subtree during git feature installation. But the fix wasn't work for some test cases where the git version is specific as "system" i.e., the default version available with the base image. The same has been fix with this PR. Also found existing issues with CBL mariner base image as it doesn't support awk, curl and getopt commands which are required for git feature and git subtree installation. So removed the related test cases.

Changelog

  1. Changes done in install.sh of the git feature to ensure git subtree gets installed with git feature installation for all latest and system versions.
  2. Removed test cases related to CBL mariner base image as git feature and git subtree don't get installed in these containers due to lack of support of commands such as awk, curl and getopt.

Checklist

Checked that applied changes work as expected

… git subtree don't get installed in these containers due to lack of support of commands such as awk, curl and getopt
@Kaniska244 Kaniska244 changed the title [git] - issue #11143 solution - git subtree does not get installed with git feature [git] - issue #1143 solution - git subtree does not get installed with git feature Dec 17, 2024
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.

1 participant