stefan pushed a commit to branch master.

http://git.enlightenment.org/admin/release-management.git/commit/?id=c427236e41d7c2d00c04db1b468b6e63a02ec960

commit c427236e41d7c2d00c04db1b468b6e63a02ec960
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Tue Apr 21 18:55:59 2015 +0200

    distro_version_fetching: Add Fedora rawhide tracking
---
 distributions_versions_fetch_script.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/distributions_versions_fetch_script.py 
b/distributions_versions_fetch_script.py
index 985d00e..d7e2b88 100755
--- a/distributions_versions_fetch_script.py
+++ b/distributions_versions_fetch_script.py
@@ -40,7 +40,13 @@ def main():
                                        , 
"https://tracker.debian.org/pkg/terminology";, 
"//*[@id=\"dtracker-package-left\"]/div[1]/div[2]/ul/li[2]/div[2]/text()", ""
                                        ),
                #("Ubuntu in development", 
"https://launchpad.net/ubuntu/vivid/amd64/libecore-con1/1.8.6-2.1ubuntu1";, 
"//*[@id=\"portlet-details\"]/div/dl[1]/dd/text()", ""),
-               #("Fedora in development", 
"https://apps.fedoraproject.org/packages/efl";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""),
+               ("Fedora in development", 
"https://apps.fedoraproject.org/packages/efl";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""
+                                       , 
"https://apps.fedoraproject.org/packages/elementary";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""
+                                       , 
"https://apps.fedoraproject.org/packages//evas-generic-loaders";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""
+                                       , "", "", ""
+                                       , 
"https://apps.fedoraproject.org/packages/enlightenment";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""
+                                       , 
"https://apps.fedoraproject.org/packages/terminology";, 
"//*[@id=\"package-info-bar\"]/div[1]/div[2]/text()", ""
+                                       ),
                #("Elive", 
"http://repository.elivecd.org/pool/efl/libe/libefl/";, 
"/html/body/pre/a/text()[starts-with(.,'libefl1_')]", "libefl1_"),
                #("Arch", 
"https://www.archlinux.org/packages/extra/x86_64/efl/";, 
"/html/body/div[@id=\"content\"]/div[@id=\"pkgdetails\"]/h2/text()", "efl "),
                #("openSUSE 13.2", 
"http://download.opensuse.org/update/13.2/x86_64/";, 
"/html/body/pre/a/text()[starts-with(., 'efl-')]", "efl-"),

-- 


Reply via email to