Skip to content

Commit b1a5287

Browse files
authored
Merge pull request #4251 from akesandgren/github_template_fix
change github_* template descriptions to be somewhat clearer
2 parents 7188468 + a583981 commit b1a5287

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@
114114
('FTPGNOME_SOURCE', 'https://ftp.gnome.org/pub/GNOME/sources/%(namelower)s/%(version_major_minor)s',
115115
'http download for gnome ftp server'),
116116
('GITHUB_SOURCE', 'https://github.com/%(github_account)s/%(name)s/archive',
117-
'GitHub source URL (namelower is used if github_account easyconfig parameter is not specified)'),
117+
'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
118118
('GITHUB_LOWER_SOURCE', 'https://github.com/%(github_account)s/%(namelower)s/archive',
119-
'GitHub source URL (lowercase name, namelower is used if github_account easyconfig parameter is not specified)'),
119+
'GitHub source URL with lowercase name (if github_account easyconfig '
120+
'parameter is not specified, namelower is used in its place)'),
120121
('GITHUB_RELEASE', 'https://github.com/%(github_account)s/%(name)s/releases/download/v%(version)s',
121-
'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'),
122+
'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
122123
('GITHUB_LOWER_RELEASE', 'https://github.com/%(github_account)s/%(namelower)s/releases/download/v%(version)s',
123-
'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'),
124+
'GitHub release URL with lowercase name (if github_account easyconfig '
125+
'parameter is not specified, namelower is used in its place)'),
124126
('GNU_SAVANNAH_SOURCE', 'https://download-mirror.savannah.gnu.org/releases/%(namelower)s',
125127
'download.savannah.gnu.org source url'),
126128
('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s',

0 commit comments

Comments
 (0)