Skip to content

Conversation

@roele
Copy link
Contributor

@roele roele commented Dec 21, 2025

First draft to add support for Forgejo as mentioned in #6290

tv: &ToolVersion,
file_path: &std::path::Path,
) -> std::result::Result<bool, VerificationStatus> {
if self.is_gitlab() || self.is_forgejo() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdx we might soon need a refactor to be able to support all the features in each implementation

# Test basic GitLab backend functionality with real tools
cat <<EOF >mise.toml
[tools]
"forgejo:roele/mise-test-fixtures" = { version = "1.0.0", asset_pattern = "hello-world-1.0.0.tar.gz", bin_path = "hello-world-1.0.0/bin", postinstall = "chmod +x \$MISE_TOOL_INSTALL_PATH/hello-world-1.0.0/bin/hello-world" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdx you probably might want to have your own fixtures repository on codeberg.org similar to gitlab.com?

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