Skip to content

Commit c0240b4

Browse files
committed
Replace asset storage HTTP server
This introduces a simple HTTP server, based on OpenShift, and hosted at: http://assets-avocadoproject.rhcloud.com The asset information files and documentation have been updated to use this new location. Also, while at it, remove the F19 JeOS for two reasons: it's old and we don't have much storage space to spare. Signed-off-by: Cleber Rosa <crosa@redhat.com>
1 parent 0f02b8b commit c0240b4

File tree

6 files changed

+9
-15
lines changed

6 files changed

+9
-15
lines changed

docs/source/advanced/Networking.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test windows. First, download the iso. :doc:`The get started documentation <../b
5959
can help you out with downloading if you like it, but the direct download
6060
link is here:
6161

62-
http://lmr.fedorapeople.org/winutils/winutils.iso
62+
http://assets-avocadoproject.rhcloud.com/static/winutils.iso
6363

6464
You need to put all its contents on a folder and create a new iso. Let's say you
6565
want to download the iso to ``/home/kermit/Downloads/winutils.iso``.

docs/source/extra/DownloadableImages.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Winutils ISO
3030

3131
The windows utils file can be currently found at:
3232

33-
http://lmr.fedorapeople.org/winutils/winutils.iso
33+
http://assets-avocadoproject.rhcloud.com/static/winutils.iso
3434

3535
How to update `winutils.iso`
3636
----------------------------
@@ -44,7 +44,7 @@ JeOS image
4444

4545
You can find the JeOS images currently here:
4646

47-
http://lmr.fedorapeople.org/jeos/
47+
http://assets-avocadoproject.rhcloud.com/static/
4848

4949
You'll find .7za (p7zipped) files for versions of
5050
the JeOS available, as well as their MD5SUM files.

shared/downloads/jeos-19-64.ini

-6
This file was deleted.

shared/downloads/jeos-20-64.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[jeos-20-64]
22
title = JeOS 20 x86_64
3-
url = http://lmr.fedorapeople.org/jeos/jeos-20-64.qcow2.7z
4-
sha1_url = http://lmr.fedorapeople.org/jeos/SHA1SUM_JEOS20
3+
url = http://assets-avocadoproject.rhcloud.com/static/jeos-20-64.qcow2.7z
4+
sha1_url = http://assets-avocadoproject.rhcloud.com/static/SHA1SUM_JEOS20
55
destination = images/jeos-20-64.qcow2.7z
66
destination_uncompressed = images/jeos-20-64.qcow2

shared/downloads/jeos-21-64.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[jeos-21-64]
22
title = JeOS 21 x86_64
3-
url = http://lmr.fedorapeople.org/jeos/jeos-21-64.qcow2.7z
4-
sha1_url = http://lmr.fedorapeople.org/jeos/SHA1SUM_JEOS21
3+
url = http://assets-avocadoproject.rhcloud.com/static/jeos-21-64.qcow2.7z
4+
sha1_url = http://assets-avocadoproject.rhcloud.com/static/SHA1SUM_JEOS21
55
destination = images/jeos-21-64.qcow2.7z
66
destination_uncompressed = images/jeos-21-64.qcow2

shared/downloads/winutils.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[winutils]
22
title = Windows Utils ISO
3-
url = http://lmr.fedorapeople.org/winutils/winutils.iso
4-
sha1_url = http://lmr.fedorapeople.org/winutils/SHA1SUM
3+
url = http://assets-avocadoproject.rhcloud.com/static/winutils.iso
4+
sha1_url = http://assets-avocadoproject.rhcloud.com/static/SHA1SUM_WINUTILS
55
destination = isos/windows/winutils.iso

0 commit comments

Comments
 (0)