[releng/abderrahim/beta] convert-to-tarballs: use strict build by default for releases
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng/abderrahim/beta] convert-to-tarballs: use strict build by default for releases
- Date: Mon, 2 Sep 2019 16:02:17 +0000 (UTC)
commit 75e5940b5ac33ebd83c468739b876ec7e8d6a2b3
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 | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 0d1e7df..d7089b0 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -864,6 +864,7 @@ def main(args):
ci = yaml.round_trip_load(f, preserve_quotes=True)
ci['variables']['FLATPAK_BRANCH'] = flatpak_branch
+ 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]