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

BIGTOP-3652. Add the python-is-python2 package to the toolchain for Ubuntu 20.04. #872

Merged
merged 1 commit into from Mar 11, 2022

Conversation

sekikn
Copy link
Contributor

@sekikn sekikn commented Mar 11, 2022

Description of PR

This PR adds the python-is-python2 package to the Docker image for Ubuntu 20.04 so that building Ambari succeeds.

How was this patch tested?

Tested on Ubuntu 20.04 and 18.04 (for regression).

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

Copy link
Member

@iwasakims iwasakims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python-is-python2 looks already installed in the docker image built on my local today. Anyway the patch could be useful to make the packare certainly installed in other cases. +1.

$ ./build.sh trunk-ubuntu-20.04
$ docker run -i -t --rm bigtop/puppet:trunk-ubuntu-20.04 apt list | grep python2
games-python2-dev/focal 2.2ubuntu3 all
idle-python2.7/focal-updates,focal-security 2.7.18-1~20.04.1 all
libpython2-dbg/focal 2.7.17-2ubuntu4 amd64
libpython2-dev/focal 2.7.17-2ubuntu4 amd64
libpython2-stdlib/focal 2.7.17-2ubuntu4 amd64
libpython2.7-dbg/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
libpython2.7-dev/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
libpython2.7-minimal/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
libpython2.7-stdlib/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
libpython2.7-testsuite/focal-updates,focal-security 2.7.18-1~20.04.1 all
libpython2.7/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
python-dev-is-python2/focal 2.7.17-4 all
python-is-python2/focal 2.7.17-4 all
python2-dbg/focal 2.7.17-2ubuntu4 amd64
python2-dev/focal 2.7.17-2ubuntu4 amd64
python2-doc/focal 2.7.17-2ubuntu4 all
python2-minimal/focal 2.7.17-2ubuntu4 amd64
python2.7-dbg/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
python2.7-dev/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
python2.7-doc/focal-updates,focal-security 2.7.18-1~20.04.1 all
python2.7-examples/focal-updates,focal-security 2.7.18-1~20.04.1 all
python2.7-minimal/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
python2.7/focal-updates,focal-security 2.7.18-1~20.04.1 amd64
python2/focal 2.7.17-2ubuntu4 amd64

@sekikn sekikn merged commit cfd45fa into apache:master Mar 11, 2022
sekikn added a commit that referenced this pull request Mar 11, 2022
@sekikn
Copy link
Contributor Author

sekikn commented Mar 11, 2022

Thanks! Merged into master and branch-3.0.

@sekikn sekikn deleted the BIGTOP-3652 branch March 11, 2022 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants