Skip to content

Commit

Permalink
Merge pull request #4597 from Flamefire/gnu-main-ftp-template
Browse files Browse the repository at this point in the history
add `GNU_FTP_SOURCE` template constant
  • Loading branch information
boegel authored Aug 13, 2024
2 parents 45e6db4 + 1ea149d commit 79043c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easybuild/framework/easyconfig/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
('GNU_SAVANNAH_SOURCE', 'https://download-mirror.savannah.gnu.org/releases/%(namelower)s',
'download.savannah.gnu.org source url'),
('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s',
'gnu.org source url'),
'gnu.org source url (ftp mirror)'),
('GNU_FTP_SOURCE', 'https://ftp.gnu.org/gnu/%(namelower)s',
'gnu.org source url (main ftp)'),
('GOOGLECODE_SOURCE', 'http://%(namelower)s.googlecode.com/files',
'googlecode.com source url'),
('LAUNCHPAD_SOURCE', 'https://launchpad.net/%(namelower)s/%(version_major_minor)s.x/%(version)s/+download/',
Expand Down

0 comments on commit 79043c1

Please sign in to comment.