YaST Team Bot
2024-12-23 05:20:28 +00:00
committed by Git OBS Bridge
commit 1cba146008
18 changed files with 16199 additions and 0 deletions

17
_service Normal file
View File

@@ -0,0 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">yast2-trans</param>
<param name="versionformat">%cd.%h</param>
<!-- it's tumbleweed -->
<param name="versionprefix">84.87</param>
<param name="url">https://github.com/yast/yast-translations.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">git@opensuse.org</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>