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

Port rpmwatcher to python3 #676

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Port rpmwatcher to python3 #676

wants to merge 2 commits into from

Conversation

ydirson
Copy link
Contributor

@ydirson ydirson commented Feb 10, 2025

No description provided.

@ydirson ydirson requested a review from stormi February 10, 2025 13:26
@stormi
Copy link
Member

stormi commented Feb 10, 2025

It fails when it needs to run a script from within a CentOS 7.5 container:

+ docker run --rm -t --privileged --network host -v /home/rpmwatcher/data:/data -v /home/rpmwatcher/git/xcp/scripts/rpmwatcher:/scripts centos:7.5.1804 /scripts/rpmwatcher_extract_deps.py 8.3 /data
/bin/env: python3: No such file or directory

@ydirson
Copy link
Contributor Author

ydirson commented Feb 11, 2025

Maybe it is time to add python3 to the default build env, with a goal of getting rid of python2 ASAP (maybe even right now)?

@stormi
Copy link
Member

stormi commented Feb 11, 2025

I don't know if it changes much to the build env. The container here is a basic centos 7.5 container (to which local XCP-ng repos are then added). It resembles xcp-ng-build-env but it's not it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants