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

Fix pip3 hook ENABLE_VERSION_CONTROL_PY param #7147

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Fix pip3 hook ENABLE_VERSION_CONTROL_PY param #7147

merged 1 commit into from
Apr 2, 2021

Conversation

baxia-lan
Copy link
Contributor

Why I did it

Fix command line
PIP_VERSION_FILE=$VERSION_FILE ENABLE_VERSION_CONTROL_PY=$ENABLE_VERSION_CONTROL_PY2 REAL_COMMAND=$REAL_COMMAND run_pip_command "$@"
to
PIP_VERSION_FILE=$VERSION_FILE ENABLE_VERSION_CONTROL_PY=$ENABLE_VERSION_CONTROL_PY3 REAL_COMMAND=$REAL_COMMAND run_pip_command "$@"

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

@lguohan
Copy link
Collaborator

lguohan commented Mar 28, 2021

@xumia , can you check?

@lguohan
Copy link
Collaborator

lguohan commented Mar 28, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lguohan lguohan requested a review from xumia March 28, 2021 05:25
@xumia
Copy link
Collaborator

xumia commented Mar 28, 2021

Thanks for fixing it.
@lguohan , it would be an issue when only py2 or py3 enabled. It has no impact on release 202012 currently, since both of py2 and py3 are enabled with version control.

@xumia
Copy link
Collaborator

xumia commented Mar 28, 2021

Not urgent, but suggest to merge 202012.

@lguohan
Copy link
Collaborator

lguohan commented Mar 28, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lguohan lguohan merged commit b6ed39d into sonic-net:master Apr 2, 2021
raphaelt-nvidia pushed a commit to raphaelt-nvidia/sonic-buildimage that referenced this pull request May 23, 2021
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants