forked from pool/fuse-oscfs
Matthias Gerstner
f3abd94fc0
* obs getBuildlog(): return plain binary data instead of utf8 decoded string * types: avoid encoding content during read() which can change the content size * types: actually import sys to avoid error during error handling * unicode handling: only use `unicode` on Python2 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=6
14 lines
463 B
Plaintext
14 lines
463 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.7.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|