ergo-rpm/_service
Georg 5160049777
Installed obs_scm and other polishments
- Removed some comment lines which looked nice originally, but now just made for an unnecessarily long file
- Replaced the static source tarball with a obs_scm service
- and replaced the modified config and service files with patches
- Some other improvements I might have forgotten about
2021-06-07 00:23:29 +02:00

17 lines
566 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/ergochat/ergo</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled"/>
<service name="set_version" mode="disabled"/>
</services>