This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Vertical prod Host patch apply support#105
Open
aprasadd wants to merge 1 commit intoprojectceladon:masterfrom
Open
Vertical prod Host patch apply support#105aprasadd wants to merge 1 commit intoprojectceladon:masterfrom
aprasadd wants to merge 1 commit intoprojectceladon:masterfrom
Conversation
YadongQi
reviewed
Aug 11, 2021
scripts/setup_host.sh
Outdated
| CIV_WORK_DIR=$(pwd) | ||
| CIV_GOP_DIR=$CIV_WORK_DIR/GOP_PKG | ||
| CIV_VERTICAl_DIR=$CIV_WORK_DIR/vertical_patches/host | ||
| CIV_VERTICAl_PROD_DIR=$CIV_WORK_DIR/vertical_prod_patches/host/caas_tpy |
Contributor
There was a problem hiding this comment.
could you add more commit message to explain why need this patch?
what's the difference between CIV_VERTICAl_DIR and CIV_VERTICAl_PROD_DIR?
There was a problem hiding this comment.
@YadongQi :
CIV_VERTICAl_DIR: Which contains common vertical Patches for the releases
CIV_VERTICAl_PROD_DIR: Which Contains Customer Specific Patches for releases which we are creating new branch of [celedon/r/tpy/vertical] for cust specific releases
While running host script it will fetch host patches form both the DIR
Adding support to apply product specific patches separatelly. Tracked-On: OAM-98004 Signed-off-by: Amalendu Prasad Das <amalendu.prasad.das@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracked-On: OAM-98004
Signed-off-by: Amalendu Prasad Das amalendu.prasad.das@intel.com