Skip to content

Commit

Permalink
Merge pull request #4251 from akesandgren/github_template_fix
Browse files Browse the repository at this point in the history
change github_* template descriptions to be somewhat clearer
  • Loading branch information
boegel committed May 16, 2023
2 parents 7188468 + a583981 commit b1a5287
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions easybuild/framework/easyconfig/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,15 @@
('FTPGNOME_SOURCE', 'https://ftp.gnome.org/pub/GNOME/sources/%(namelower)s/%(version_major_minor)s',
'http download for gnome ftp server'),
('GITHUB_SOURCE', 'https://github.com/%(github_account)s/%(name)s/archive',
'GitHub source URL (namelower is used if github_account easyconfig parameter is not specified)'),
'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
('GITHUB_LOWER_SOURCE', 'https://github.com/%(github_account)s/%(namelower)s/archive',
'GitHub source URL (lowercase name, namelower is used if github_account easyconfig parameter is not specified)'),
'GitHub source URL with lowercase name (if github_account easyconfig '
'parameter is not specified, namelower is used in its place)'),
('GITHUB_RELEASE', 'https://github.com/%(github_account)s/%(name)s/releases/download/v%(version)s',
'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'),
'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
('GITHUB_LOWER_RELEASE', 'https://github.com/%(github_account)s/%(namelower)s/releases/download/v%(version)s',
'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'),
'GitHub release URL with lowercase name (if github_account easyconfig '
'parameter is not specified, namelower is used in its place)'),
('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',
Expand Down

0 comments on commit b1a5287

Please sign in to comment.