Skip to content

Commit 7ec67cf

Browse files
authored
Reinstate GOOGLECODE_SOURCE template
1 parent 9f31f5d commit 7ec67cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

easybuild/framework/easyconfig/templates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
'download.savannah.gnu.org source url'),
9999
('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s',
100100
'gnu.org source url'),
101+
('GOOGLECODE_SOURCE', 'http://%(namelower)s.googlecode.com/files',
102+
'googlecode.com source url'),
101103
('LAUNCHPAD_SOURCE', 'https://launchpad.net/%(namelower)s/%(version_major_minor)s.x/%(version)s/+download/',
102104
'launchpad.net source url'),
103105
('PYPI_SOURCE', 'https://pypi.python.org/packages/source/%(nameletter)s/%(name)s',

0 commit comments

Comments
 (0)