Skip to content

Commit 3b18501

Browse files
committed
Revert tbz images support because it clash with bundle builds.
1 parent e4e146d commit 3b18501

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

susemanager-utils/susemanager-sls/src/modules/kiwi_info.py

-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def parse_kiwi_md5(path, compressed=False):
198198
{"suffix": ".gz", "compression": "gzip"},
199199
{"suffix": ".bz", "compression": "bzip"},
200200
{"suffix": ".xz", "compression": "xz"},
201-
{"suffix": ".tar.xz", "compression": "xz"},
202201
{"suffix": ".install.iso", "compression": None},
203202
{"suffix": ".iso", "compression": None},
204203
{"suffix": ".qcow2", "compression": None},
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Recognize squashfs and tbz build results from kiwi (bsc#1216085)
1+
- Recognize squashfs build results from kiwi (bsc#1216085)

0 commit comments

Comments
 (0)