Skip to content

[ENHANCEMENT] Add support for BETA and RC #15

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

Open
hackacad opened this issue Jun 4, 2025 · 1 comment
Open

[ENHANCEMENT] Add support for BETA and RC #15

hackacad opened this issue Jun 4, 2025 · 1 comment

Comments

@hackacad
Copy link

hackacad commented Jun 4, 2025

Support for BETA* and RC* would be great.

if branch == "RELEASE" then

if branch:match("^RELEASE") or branch:match("^BETA") or branch:match("^RC") then
		return "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_" .. minor

14.3-RC1 worked without any issues.

@ring-pete
Copy link

+1 on my end as well, this will really people who are testing before the 14.3 goes live.

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

No branches or pull requests

2 participants