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

Add instructions for installing swctl on macOS #209

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

CodePrometheus
Copy link
Contributor

swctl is now available in brew.

@CodePrometheus CodePrometheus added the documentation Improvements or additions to documentation label Dec 24, 2024
@CodePrometheus CodePrometheus added this to the 0.15.0 milestone Dec 24, 2024
@wu-sheng
Copy link
Member

There is only 0.14 available there. Could you add from 0.11? And the brew only monitor newer(e.g. 0.15) release and automatically package and host here?

@CodePrometheus
Copy link
Contributor Author

There is only 0.14 available there. Could you add from 0.11? And the brew only monitor newer(e.g. 0.15) release and automatically package and host here?

By default, brew install will only download the latest version. If we want to support multiple version swctl on brew, there are two ways:

  1. I add SwctlAT11, SwctlAT12... one by one in the core repository following our releases
  2. Users modify the source code to manually specify the download

@wu-sheng wu-sheng merged commit 97319af into apache:master Dec 24, 2024
7 checks passed
@CodePrometheus CodePrometheus deleted the feat-swctl-brew branch December 24, 2024 02:18
@wu-sheng
Copy link
Member

Is way one listing all versions on the same page?

@CodePrometheus
Copy link
Contributor Author

Is way one listing all versions on the same page?

AFAIK, there is no other way except adding version Classes one by one. For example, for openjdk, multiple classes are maintained in the core repo, this maintenance method is often used for large and widely used basic class libraries, such as python, mysql, go, etc.

@wu-sheng
Copy link
Member

OK, then let skip that. Thanks for the explanation.

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

Successfully merging this pull request may close these issues.

2 participants