Skip to content

Add new URL for Qt source download#676

Merged
boegel merged 4 commits intoeasybuilders:developfrom
jhale:qt_url_fix
Feb 14, 2014
Merged

Add new URL for Qt source download#676
boegel merged 4 commits intoeasybuilders:developfrom
jhale:qt_url_fix

Conversation

@jhale
Copy link
Copy Markdown
Contributor

@jhale jhale commented Jan 24, 2014

A second attempt at fixing the Qt URLs, ignore original merge request (#666)

@hpcugentbot
Copy link
Copy Markdown

Automatic reply from Jenkins: Can I test this?

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 24, 2014

Jenkins: ok to test

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@jhale: a style remark (we try very hard to maintain the same 'code' style across all easyconfigs): please use one URL per line (and indent with 4 spaces), and I don't see a need for using backup_url (I think that was a trick to avoid very long lines?):

source_urls = [
    'http://origin.releases.qt-project.org/qt4/source/',
    'http://master.qt-project.org/archive/qt/%(major_minor_version)s/%(version)s/',
]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hi Ken, no problem, good to learn the ropes I'll be doing some bigger
commits soon :o)

Jack Hale

On 26 January 2014 17:33, Kenneth Hoste [email protected] wrote:

In easybuild/easyconfigs/q/Qt/Qt-4.8.4-goalf-1.1.0-no-OFED.eb:

@@ -6,7 +6,8 @@ description = "Qt is a comprehensive cross-platform C++ application framework."

toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'}

-source_urls = ['http://origin.releases.qt-project.org/qt4/source/']
+backup_url = 'http://master.qt-project.org/archive/qt/%(major_minor_version)s/%(version)s/'
+source_urls = ['http://origin.releases.qt-project.org/qt4/source/', backup_url]

@jhale https://github.com/jhale: a style remark (we try very hard to
maintain the same 'code' style across all easyconfigs): please use one URL
per line (and indent with 4 spaces), and I don't see a need for using
backup_url (I think that was a trick to avoid very long lines?):

source_urls = [
'http://origin.releases.qt-project.org/qt4/source/',
'http://master.qt-project.org/archive/qt/%(major_minor_version)s/%(version)s/',


Reply to this email directly or view it on GitHubhttps://github.com//pull/676/files#r9176382
.

@boegel
Copy link
Copy Markdown
Member

boegel commented Feb 14, 2014

Looking good, Jenkins is happy and thus so am I. Thanks @jhale!

boegel added a commit that referenced this pull request Feb 14, 2014
Add new URL for Qt source download
@boegel boegel merged commit 09f16ea into easybuilders:develop Feb 14, 2014
@jhale jhale deleted the qt_url_fix branch February 14, 2014 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants