-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
remove redis sentinel patch from builder #21679
remove redis sentinel patch from builder #21679
Conversation
Signed-off-by: yminer <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21679 +/- ##
==========================================
+ Coverage 45.36% 46.28% +0.92%
==========================================
Files 244 250 +6
Lines 13333 14133 +800
Branches 2719 2908 +189
==========================================
+ Hits 6049 6542 +493
- Misses 6983 7246 +263
- Partials 301 345 +44
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
lgtm
@@ -28,9 +28,6 @@ cur=$PWD | |||
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX` | |||
git clone -b $VERSION $DISTRIBUTION_SRC $TEMP | |||
|
|||
# add patch redis | |||
cd $TEMP | |||
git apply $cur/redis.patch | |||
cd $cur |
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.
this should be removed together.
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.
lgtm
Thank you for contributing to Harbor!
Since we will use harbor/distribution since release-2.13, the redis sentinel patch will be removed from builder.