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

Build fixes #33

Merged
merged 4 commits into from
Jan 6, 2024
Merged

Build fixes #33

merged 4 commits into from
Jan 6, 2024

Conversation

…koverflow.com/a/58632080

'modules' file edited using this awk command: cat xpra-python3.modules | awk '{ if (/module="/) { F=$0; gsub(/.*\//, "", F); gsub(/"/, "", F); P=F; gsub(/-[0-9.]+\.tar\.gz$/, "", P); gsub(/module=".*"/, "module=\"" substr(P, 0, 1) "/" P "/" F "\"", $0); print } else { print } }'  > xpra-python3.modules.new
This will allow local changes to take effect, which is useful for:
- contributors check out the repo, make fixes and test locally
- running in a GitHub workflow before committing to master
@totaam totaam merged commit 37b7b86 into Xpra-org:master Jan 6, 2024
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