HIVE-2400: fix obsolete python references#2311
HIVE-2400: fix obsolete python references#2311openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@celebdor: This pull request references HIVE-2400 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
2uasimojo
left a comment
There was a problem hiding this comment.
[efried@efried hive]$ git grepv python
Makefile:SOURCE_GIT_TAG := $(shell export HOME=$(HOME); python3 -mpip install --user gitpython >&2; hack/version2.py)
docs/using-hive.md: deploy_kernel_url: "http://172.22.0.3:6180/images/ironic-python-agent.kernel"
docs/using-hive.md: deploy_ramdisk_url: "http://172.22.0.3:6180/images/ironic-python-agent.initramfs"
hack/app-sre/generate-saas-template.py:#!/usr/bin/env python
hack/bundle-gen.py:#!/usr/bin/env python
hack/statuspatch:python -c "import os, socket as s; s.socket(s.AF_UNIX).bind('$socket')"
hack/version2.py:#!/usr/bin/env python3
/lgtm
2ee6d59 to
18a269e
Compare
18a269e to
e1707c4
Compare
New builder images do not alias python to python3 Signed-off-by: Antoni Segura Puimedon <antoni@redhat.com>
e1707c4 to
3d859ba
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 2uasimojo, celebdor, lleshchi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@celebdor: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
New builder images do not alias python to python3