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

Simpler way to patch licence #1

Open
wants to merge 1 commit into
base: 7.2.2.56-btactic2
Choose a base branch
from

Conversation

sblaisot
Copy link

@sblaisot sblaisot commented Jan 20, 2023

This should be a simpler way to unlock limit without the need to fork and modify the server repo, saving some extra work

The licence limit is patched on-the-fly during build

@sblaisot
Copy link
Author

sblaisot commented Jan 20, 2023

And I also give you the command I use to reapply the patch on a fresh upstream branch from this repo:

sed -i -e '/base.update_repositories/a \  base.replaceInFileRE(base.get_script_dir() + "/../../server/Common/sources/constants.js", "exports.LICENSE_CONNECTIONS = [0-9]*", "exports.LICENSE_CONNECTIONS = 99999")' make.py

@sblaisot sblaisot force-pushed the simpler_licence_unlock branch 2 times, most recently from 792a375 to 508ddf3 Compare January 20, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant