]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
buildpackages: use sle instead of sles for SUSE Linux Enterprise
authorNathan Cutler <ncutler@suse.com>
Sun, 12 Feb 2017 12:04:58 +0000 (13:04 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 14 Oct 2019 14:47:01 +0000 (16:47 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/task/buildpackages.py

index b7d6cee4f011e2e4d15a170bde076a4189b82c84..c7a51522733a36a322e15bcbdb3081ca340b9540 100644 (file)
@@ -28,7 +28,7 @@ class LocalGitbuilderProject(packaging.GitbuilderProject):
 
 
 def get_pkg_type(os_type):
-    if os_type in ('centos', 'fedora', 'opensuse', 'rhel', 'sles'):
+    if os_type in ('centos', 'fedora', 'opensuse', 'rhel', 'sle'):
         return 'rpm'
     else:
         return 'deb'