[releng] Revert "Don't touch intltool"



commit 493792b58db49da9a02970aa371fde6136ad1f7c
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Aug 13 10:46:26 2019 +0100

    Revert "Don't touch intltool"
    
    This reverts commit f96d9966e0e7fc269941c2a3639d6afd6a8878b0.

 tools/smoketesting/convert-to-tarballs.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index a6278a7..4959a10 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -678,10 +678,6 @@ class ConvertToTarballs:
             # keep only the tarball
             element['sources'] = [element['sources'][0]]
 
-        # FIXME: never update intltool tarball, what to do here?
-        if fullpath.endswith('intltool.bst'):
-            return
-
         # 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]