Soc Virnyl Estela 2024-06-15 13:52:33 +00:00 committed by Git OBS Bridge
parent 9efb9c81f8
commit bfca11e4b9
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<services>
<service mode="buildtime" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/wez/wezterm</param>
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
<param name="versionformat">@PARENT_TAG@</param>
@ -10,8 +10,8 @@
<!-- param name="changesgenerate">enable</param -->
<!-- param name="changesauthor">uncomfy+openbuildservice@uncomfyhalomacro.pl</param -->
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Sat Jun 15 13:42:49 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Cleanup _service file. Download the sources during buildtime
- Cleanup _service file.
- Update vendored dependencies
-------------------------------------------------------------------