Skip to content

Commit

Permalink
Merge pull request #1 from boegel/https_sources
Browse files Browse the repository at this point in the history
use https in source_urls in gzip test easyconfigs
Thanks @boegel
  • Loading branch information
orbsmiv authored Nov 6, 2018
2 parents 7ec67cf + f8b1d6d commit a0963a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = [SOURCE_TAR_GZ]

# download location for source files
source_urls = ['http://ftpmirror.gnu.org/gzip']
source_urls = ['https://ftpmirror.gnu.org/gzip']

# make sure the gzip and gunzip binaries are available after installation
sanity_check_paths = {
Expand Down
2 changes: 1 addition & 1 deletion test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ toolchain = {'name':'dummy','version':'dummy'}
sources = [SOURCE_TAR_GZ]

# download location for source files
source_urls = ['http://ftpmirror.gnu.org/gnu/gzip']
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']

# make sure the gzip and gunzip binaries are available after installation
sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "gzip (GNU zip) is a popular data compression program as a replace
toolchain = {'name': 'goolf', 'version': '1.4.10'}

# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
source_urls = ['http://ftpmirror.gnu.org/gnu/gzip']
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']
sources = [SOURCE_TAR_GZ]

# make sure the gzip, gunzip and compress binaries are available after installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "%(namelower)s (GNU zip) is a popular data compression program as
toolchain = {'name': 'ictce', 'version': '4.1.13'}

# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
source_urls = ['http://ftpmirror.gnu.org/gnu/gzip']
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']
sources = [SOURCE_TAR_GZ]

# make sure the gzip, gunzip and compress binaries are available after installation
Expand Down

0 comments on commit a0963a8

Please sign in to comment.