[releng] convert-to-tarballs: process only core and core-deps



commit 4ac78e4b32e897880b88ef3c7a30dbab49dd4df9
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Feb 13 09:59:21 2018 -0600

    convert-to-tarballs: process only core and core-deps

 tools/smoketesting/convert-to-tarballs.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index c5e6e48..1edad43 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -844,7 +844,8 @@ def main(args):
 
     locator = TarballLocator(options.tarballdir, config.mirrors, options.local_only)
     convert = ConvertToTarballs(config, locator)
-    convert.process_bst_files(options.directory)
+    convert.process_bst_files(os.path.join(options.directory, 'elements', 'core-deps'))
+    convert.process_bst_files(os.path.join(options.directory, 'elements', 'core'))
     convert.create_versions_file()
 
 if __name__ == '__main__':


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