[releng] Don't touch intltool
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] Don't touch intltool
- Date: Tue, 6 Aug 2019 02:57:53 +0000 (UTC)
commit f96d9966e0e7fc269941c2a3639d6afd6a8878b0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Aug 5 20:21:56 2019 -0500
Don't touch intltool
tools/smoketesting/convert-to-tarballs.py | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 4959a10..a6278a7 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -678,6 +678,10 @@ 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]