Skip to content

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Aug 23, 2025

Description

With 477 the binaries will be on GitHub... this updates all the links in the docs to the new planned location.

Should be merged before 477 is cut, so also before #26350

Additional context and related issues

Part of simpligility/contributions#23

Also see https://github.com/trinodb/trino/releases/tag/477-test

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

filename = maven_filename(artifact, version, packaging, classifier)
return base + '/' + filename

def maven_download(group, artifact, version, packaging, classifier):
Copy link
Member Author

Choose a reason for hiding this comment

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

if you prefer we can also get rid of the old one..

return '%s-%s%s.%s' % (artifact, version, classifier, packaging)

def github_release_download(group, artifact, version, packaging, classifier):
base = 'https://github.com/trinodb/trino/releases/download/'
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the link should depend on version right? 477+ will be github

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

See next line.. it adds the version folder there

Copy link
Member Author

Choose a reason for hiding this comment

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

And yeah .. we merge this before we cut 477

@martint
Copy link
Member

martint commented Aug 23, 2025

Did you see #26470?

@mosabua
Copy link
Member Author

mosabua commented Aug 30, 2025

Did you see #26470?

Nope .. you did not notify me or request review.. I will close this here

@mosabua mosabua closed this Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants