mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Use HTTPS instead of FTP
FTP is an outdated protocol and blocked by some firewalls.
This commit is contained in:
@@ -56,7 +56,7 @@ _build: triplet, required, ''
|
||||
_target: none, optional, ''
|
||||
|
||||
# RTEMS release URL
|
||||
rtems_release_url: none, none, 'ftp://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
|
||||
rtems_release_url: none, none, 'https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
|
||||
|
||||
# The user
|
||||
_uid: none, convert, '%(%{__id_u} -n)'
|
||||
|
Reference in New Issue
Block a user