2024-06-19 06:51:41 +00:00
committed by Git OBS Bridge
commit 51afec5d4c
7 changed files with 102 additions and 0 deletions

9
_service Normal file
View File

@@ -0,0 +1,9 @@
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>