Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Fwupd
Commits
e56a687d
Commit
e56a687d
authored
Oct 12, 2017
by
Richard Hughes
Browse files
trivial: Use the new location for firmware
parent
76843bc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e56a687d
...
...
@@ -14,7 +14,7 @@ The most up to date compilation instructions are available in the [Wiki](https:/
LVFS
----
This project is configured by default to download firmware from the
[
Linux Vendor
Firmware Service (LVFS)
](
https://
secure-lvfs.rhcloud.com/lvfs
/
)
.
Firmware Service (LVFS)
](
https://
fwupd.org
/
)
.
This service is available to all OEMs and firmware creators who would like to make
their firmware available to Linux users.
...
...
data/installed-tests/hardware.py
View file @
e56a687d
...
...
@@ -29,7 +29,7 @@ def _get_cache_file(fn):
os
.
makedirs
(
cachedir
)
cachefn
=
os
.
path
.
join
(
cachedir
,
fn
)
if
not
os
.
path
.
exists
(
cachefn
):
url
=
'https://
secure-lvfs.rhcloud.com
/downloads/'
+
fn
url
=
'https://
fwupd.org
/downloads/'
+
fn
print
(
"Downloading"
,
url
)
r
=
requests
.
get
(
url
)
r
.
raise_for_status
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment