1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00

- switch to xz default for "osc add git://" ...

This commit is contained in:
2014-07-22 09:30:43 +02:00
parent e9233a5eab
commit 6a6e614661

View File

@@ -347,7 +347,7 @@ class Serviceinfo:
r = serviceinfo_node
s = ET.Element( "service", name="recompress" )
ET.SubElement(s, "param", name="file").text = "*.tar"
ET.SubElement(s, "param", name="compression").text = "bz2"
ET.SubElement(s, "param", name="compression").text = "xz"
r.append( s )
return r