[Pkg-privacy-commits] [tails-installer] 112/210: Omit Cloud
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.
commit eb56feab8041d49ef3639acef1ac94f7a0219dbb
Author: Martin Briza <mbriza at redhat.com>
Date: Mon Jun 29 17:09:48 2015 +0200
Omit Cloud
---
liveusb/releases.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/liveusb/releases.py b/liveusb/releases.py
index d4f0381..7c034ed 100644
--- a/liveusb/releases.py
+++ b/liveusb/releases.py
@@ -153,7 +153,8 @@ def getProducts(url='https://getfedora.org/'):
productUrl += i.attr('href')
productName = i('h4').html()
- products.append(getProductDetails(productUrl, productName))
+ if productName != "Cloud":
+ products.append(getProductDetails(productUrl, productName))
return products
@@ -277,6 +278,6 @@ def get_fedora_releases():
return releases
# A backup list of releases, just in case we can't fetch them.
-fedora_releases = [{'description': u'Here you can choose a OS image from your hard drive to be written to your flash disk', 'releaseDate': '', 'logo': 'qrc:/icon-folder.svg', 'screenshots': [], 'size': 0, 'name': u'Custom OS...', 'url': '', 'arch': '', 'summary': u'<pick from file chooser>', 'source': 'Local', 'sha256': ''}, {'description': "<p>Fedora Workstation is a reliable, user-friendly, and powerful operating system for your laptop or desktop computer. It supports a wide range of d [...]
+fedora_releases = [{'description': u'Here you can choose a OS image from your hard drive to be written to your flash disk', 'releaseDate': '', 'logo': 'qrc:/icon-folder.svg', 'screenshots': [], 'size': 0, 'name': u'Custom OS...', 'url': '', 'arch': '', 'summary': u'<pick from file chooser>', 'source': 'Local', 'sha256': ''}, {'description': "<p>Fedora Workstation is a reliable, user-friendly, and powerful operating system for your laptop or desktop computer. It supports a wide range of d [...]
releases = fedora_releases
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list