forked from pool/fuse-oscfs
Matthias Gerstner
6be9a39b30
- fix read() with offset especially with large files. This fixes use of various tools when applied on oscfs files e.g. `rpm2cpio` or `tail *.spec` previously failed or behaved strangely. - be robust against non-ASCII characters in OBS buildlogs. - apply caching also to actual file content to be more efficient when e.g. operating on larger files. OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=4
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.1</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>
|