From 0686e0dd3b1bc040e5b3b84c35c81258a2c5e929 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Mar 03 2016 21:56:36 +0000 Subject: add Astronomy Spin to labs prerelease --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index fbf1110..dfa9dcb 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -129,6 +129,8 @@ iso_size={ 'pre_x86_64_Live_Robotics':'2.5', # In GB 'pre_i686_Live_Jam': '1.7', # In GB 'pre_x86_64_Live_Jam': '1.7', # In GB + 'pre_i686_Live_Astronomy': '1.7', # In GB + 'pre_x86_64_Live_Astronomy':'1.7', # In GB # Server 'x86_64_server_DVD': '2.0', # In GB 'i386_server_DVD': '2.1', # In GB diff --git a/labs.fedoraproject.org/data/content/prerelease.html b/labs.fedoraproject.org/data/content/prerelease.html index 625c983..8abf0a3 100644 --- a/labs.fedoraproject.org/data/content/prerelease.html +++ b/labs.fedoraproject.org/data/content/prerelease.html @@ -35,6 +35,28 @@
+
+
+
+ Astronomy Screenshot +
+
+

Astronomy banner
+ ${_('Explore the Outer Space.')}

+
+ 64-bit image +
${Markup(_('%s GB ISO Image')) % global_variables.iso_size['pre_x86_64_Live_Astronomy']}
+
+
+ 32-bit image +
${Markup(_('%s GB ISO Image')) % global_variables.iso_size['pre_i686_Live_Astronomy']}
+
+
+
+
+
+ +
diff --git a/labs.fedoraproject.org/static/images/astronomy-pre-banner.png b/labs.fedoraproject.org/static/images/astronomy-pre-banner.png new file mode 100644 index 0000000..b934351 Binary files /dev/null and b/labs.fedoraproject.org/static/images/astronomy-pre-banner.png differ diff --git a/labs.fedoraproject.org/static/images/screenshots/screenshot-astronomy.jpg b/labs.fedoraproject.org/static/images/screenshots/screenshot-astronomy.jpg new file mode 100644 index 0000000..1341deb Binary files /dev/null and b/labs.fedoraproject.org/static/images/screenshots/screenshot-astronomy.jpg differ