[library-web] blacklist gnome-getting-started-docs tarball



commit 3de44c79e49cd21b0c2fe36304ffbb1e513253e4
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 15:09:25 2014 +0000

    blacklist gnome-getting-started-docs tarball
    
    It ships complements to gnome-user-docs/gnome-help but that duplicated module
    name is causing some problems (especially as it also ships an index.page file
    that is empty).

 src/lgo.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index 0f8c579..b91331a 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -460,6 +460,9 @@ class Lgo(App):
             tarball_name = tarball_name.split('__')[-1]
         tarname_without_minor = re.match(r'(.*)\.\d+', tarball_name).groups()[0]
 
+        if tarname_without_minor == 'gnome-getting-started-docs':
+            return []
+
         # Step 0: remove old occurences of module extracts
         for extract_filename in os.listdir(os.path.join(app.config.private_dir, 'extracts')):
             if extract_filename.endswith('.extract-stamp'):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]