[library-web] fix check for gnome-getting-started-docs



commit 9ce3f731eb93297683126e95c466a6bdf0f8350a
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 16:42:53 2014 +0000

    fix check for gnome-getting-started-docs

 src/lgo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index b91331a..f4c82db 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -460,7 +460,7 @@ 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':
+        if tarname_without_minor.startswith('gnome-getting-started-docs'):
             return []
 
         # Step 0: remove old occurences of module extracts


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