Skip to content

Commit a0963a8

Browse files
authored
Merge pull request #1 from boegel/https_sources
use https in source_urls in gzip test easyconfigs Thanks @boegel
2 parents 7ec67cf + f8b1d6d commit a0963a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ toolchain = {'name': 'dummy', 'version': 'dummy'}
2424
sources = [SOURCE_TAR_GZ]
2525

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

2929
# make sure the gzip and gunzip binaries are available after installation
3030
sanity_check_paths = {

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ toolchain = {'name':'dummy','version':'dummy'}
2424
sources = [SOURCE_TAR_GZ]
2525

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

2929
# make sure the gzip and gunzip binaries are available after installation
3030
sanity_check_paths = {

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "gzip (GNU zip) is a popular data compression program as a replace
2020
toolchain = {'name': 'goolf', 'version': '1.4.10'}
2121

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

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

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "%(namelower)s (GNU zip) is a popular data compression program as
2020
toolchain = {'name': 'ictce', 'version': '4.1.13'}
2121

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

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

0 commit comments

Comments
 (0)