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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user