[releng/jjardon/remote] convert-to-tarballs.py: Add support for "remote" kind




commit b839f8485c3eb9f49f208dca8512fe33936a9504
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Sep 12 20:53:24 2020 +0100

    convert-to-tarballs.py: Add support for "remote" kind

 tools/smoketesting/convert-to-tarballs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 60f5883..82c880f 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -117,7 +117,7 @@ class ConvertToTarballs:
         elif kind.startswith('git'):
             return 'git'
 
-        assert kind in ('tar', 'zip'), 'unexpected source kind {}'.format(kind)
+        assert kind in ('tar', 'zip', 'remote'), 'unexpected source kind {}'.format(kind)
         return 'tarball'
 
     def _convert_one_module(self, name, fatal):


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