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 GNU_FTP_SOURCE template constant #4597

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Flamefire
Copy link
Contributor

GNU_SOURCE (https://ftpmirror.gnu.org/gnu) is sometimes unreachable. We can use the main source instead of the mirror: https://ftp.gnu.org/gnu Add the constant GNU_FTP_SOURCE for that.
Recommended use:
source_urls = [GNU_SOURCE, GNU_FTP_SOURCE]

`GNU_SOURCE` (https://ftpmirror.gnu.org/gnu) is sometimes unreachable.
We can use the main source instead of the mirror: https://ftp.gnu.org/gnu
Add the constant `GNU_FTP_SOURCE` for that.
Recommended use:
    `source_urls = [GNU_SOURCE, GNU_FTP_SOURCE]`
@boegel boegel changed the title add GNU_FTP_SOURCE template constant add GNU_FTP_SOURCE template constant Aug 13, 2024
@boegel boegel added this to the release after 4.9.2 milestone Aug 13, 2024
Copy link
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel boegel merged commit 79043c1 into easybuilders:develop Aug 13, 2024
37 checks passed
@Flamefire Flamefire deleted the gnu-main-ftp-template branch August 14, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants