58f2025a4f
* Redirect all local symlinks * Detect only symlinks with specific name during remote scan * fix encoding in the mirrors report when using MariaDB * systemd: configure MOJO_TMP_DIR=/tmp/mirrorcache * Set permission 750 to /etc/mirrorcache OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=114
21 lines
897 B
Plaintext
21 lines
897 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="extract">dist/rpm/MirrorCache.spec</param>
|
|
<param name="extract">dist/rpm/MirrorCache-user.conf</param>
|
|
<param name="extract">dist/rpm/MirrorCache-tmpfilesd.conf</param>
|
|
<param name="extract">dist/rpm/update-cache.sh</param>
|
|
<param name="url">https://github.com/openSUSE/MirrorCache</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">Andrii Nikitin <andrii.nikitin@suse.com></param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|