[releng: 5/7] convert-to-tarballs: raise the width limitation



commit 8627ffdaa2f16ad6082538c29d54c5bb6174ff57
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Feb 8 13:36:04 2020 +0100

    convert-to-tarballs: raise the width limitation

 tools/smoketesting/convert-to-tarballs.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index a5bd3da..57cacb1 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -872,7 +872,7 @@ def main(args):
                 ci['variables']['BST_STRICT'] = '--strict'
 
             with open(cifile, 'w') as f:
-                yaml.round_trip_dump(ci, f)
+                yaml.round_trip_dump(ci, f, width=200)
 
             # update project.conf
             projectconf = os.path.join(options.directory, 'project.conf')
@@ -883,7 +883,7 @@ def main(args):
             conf['ref-storage'] = 'inline'
 
             with open(projectconf, 'w') as f:
-                yaml.round_trip_dump(conf, f)
+                yaml.round_trip_dump(conf, f, width=200)
 
             # move junction refs to the respective files
             junctionrefs = os.path.join(options.directory, 'junction.refs')


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