Skip to content

Commit e6336d3

Browse files
authored
Merge pull request #2553 from yliaog/master
more tweaks to the hotfix script
2 parents 886c939 + 73c645e commit e6336d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/apply-hotfixes.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi;
6868
# UPDATE: The commit being cherry-picked is updated kubernetes/client/ unless OpenAPI generator v5.3.1 involved (offinical support of no_proxy feature).
6969
# Ref: https://github.com/kubernetes-client/python/pull/1579/commits/95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc and conversations in the PR.
7070
# UPDATE: The commit being cherry-picked is updated after upgrading openapi-generator to v6.6.0.
71-
git cherry-pick -n 95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc d8c380e8bdef99e14c7a0e5a8ee216af370a10d8
71+
git cherry-pick -n c5939ff3ae82b4cb711208af682f7395297fe751 0d2d174206a743b672dd3181f74932d7c96bed82
7272
if [ $? -eq 0 ]
7373
then
7474
echo Successfully patched changes for no_proxy support
@@ -78,13 +78,13 @@ else
7878
exit 1
7979
fi;
8080

81-
# Patching commit for test_informer and test_metrics
82-
git cherry-pick -n b5f4b4cc504e7f10956b52de6aa676e22c8952f0
81+
# Patching commit for test_api_client.py, test_informer and test_metrics
82+
git cherry-pick -n b5f4b4cc504e7f10956b52de6aa676e22c8952f0 d8c380e8bdef99e14c7a0e5a8ee216af370a10d8
8383
if [ $? -eq 0 ]
8484
then
85-
echo Successfully patched changes for test_informer and test_metrics
85+
echo Successfully patched changes for test_api_client.py, test_informer and test_metrics
8686
else
87-
echo Failed to patch changes for test_informer and test_metrics
87+
echo Failed to patch changes for test_api_client.py, test_informer and test_metrics
8888
git restore --staged .
8989
exit 1
9090
fi;

0 commit comments

Comments
 (0)