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

packages: add release URLs #1748

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Conversation

tjkirch
Copy link
Contributor

@tjkirch tjkirch commented Sep 14, 2021

Description of changes:

I was working on updating third-party packages and got annoyed by needing to hack up the download URLs to find URLs where I could check for new releases.

This change adds a key to packages/*/Cargo.toml that lets us give a URL useful for checking for updates. A grep for releases-url should be all that's needed when updating packages.

For software on GitHub, it's the standard releases page; for others, it's the page I found best for accuracy and friendliness.

Testing done:

Checked all the URLs. Built packages to confirm buildsys doesn't care.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Copy link
Contributor

@webern webern left a comment

Choose a reason for hiding this comment

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

Nice idea.

@tjkirch tjkirch merged commit 6d684f8 into bottlerocket-os:develop Sep 15, 2021
@tjkirch tjkirch deleted the release-urls branch September 15, 2021 18:36
@jpculp jpculp mentioned this pull request Jan 19, 2022
4 tasks
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.

5 participants