2021-01-26 17:33:15 +01:00
|
|
|
<services>
|
2024-10-13 01:20:06 +02:00
|
|
|
<service name="obs_scm" mode="manual">
|
2021-01-26 17:33:15 +01:00
|
|
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
|
|
|
<param name="scm">git</param>
|
2024-10-03 21:08:08 +02:00
|
|
|
<param name="revision">v0.106.0</param>
|
|
|
|
<param name="version">0.106.0</param>
|
2021-01-26 17:33:15 +01:00
|
|
|
<param name="exclude">.git</param>
|
|
|
|
<param name="exclude">.github</param>
|
|
|
|
<param name="exclude">.gitignore</param>
|
|
|
|
<param name="exclude">.prettierrc.json</param>
|
|
|
|
<param name="exclude">.rustfmt.toml</param>
|
|
|
|
</service>
|
2024-10-03 21:08:08 +02:00
|
|
|
<service mode="manual" name="tar" />
|
|
|
|
<service mode="manual" name="recompress">
|
|
|
|
<param name="file">rusty_v8*.tar</param>
|
|
|
|
<param name="compression">zst</param>
|
|
|
|
</service>
|
|
|
|
<service name="cargo_vendor" mode="manual">
|
|
|
|
<param name="src">rusty_v8</param>
|
|
|
|
<param name="compression">zst</param>
|
|
|
|
<param name="update">false</param>
|
2021-01-26 17:33:15 +01:00
|
|
|
</service>
|
|
|
|
</services>
|
2022-09-29 21:16:36 +02:00
|
|
|
|