[releng/abderrahim/small-fixes: 3/3] convert-to-tarballs: remove all the crates from librsvg



commit e9e9c03fe1d7a9b24b937d37424e9a0e73743ed5
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Oct 8 17:27:19 2018 +0100

    convert-to-tarballs: remove all the crates from librsvg

 tools/smoketesting/convert-to-tarballs.py | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 45a4c48..2d088d9 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -664,6 +664,12 @@ class ConvertToTarballs:
             del element['sources'][0]['submodules']
         del element['sources'][0]['track']
 
+        # special case rsvg for now, this will hopefully go away
+        # once we switch to bst 1.4
+        if fullpath.endswith('librsvg.bst'):
+            # keep only the tarball
+            element['sources'] = [element['sources'][0]]
+
         # Dump it now
         with open(fullpath, 'w') as f:
             yaml.round_trip_dump(element, f)


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