[releng/abderrahim/beta: 1/2] convert-to-tarballs: use strict build by default for releases



commit f56535fa11fd9577b1d8845c7e293690185a33c6
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Sep 2 17:02:13 2019 +0100

    convert-to-tarballs: use strict build by default for releases

 tools/smoketesting/convert-to-tarballs.py | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 0d1e7df..1b80417 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -865,6 +865,9 @@ def main(args):
 
         ci['variables']['FLATPAK_BRANCH'] = flatpak_branch
 
+        if 'BST_STRICT' in ci['variables']:
+            ci['variables']['BST_STRICT'] = '--strict'
+
         with open(cifile, 'w') as f:
             yaml.round_trip_dump(ci, f)
 


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