Files
just/_service
Richard Rahl f2df99856a - update to 1.36.0:
* Allow default values to use earlier recipe arguments
  * Add `--one` flag to forbid multiple recipes from being invoked
  * Allow including arbitrary characters in strings with `\u{…}`
  * Print recipe doc string when`--explain` flag  is passed
  * Use unwrap_or_default() when getting default color and verbosity
  * De-duplicate suggestion methods
  * Refactor analyzer
  * Use `console` codeblocks in readme
  * Add PyPI install instructions
  * Remove old recipes from project justfile
  * Fix clippy lints
- remove cargo_audit, as it's included in cargo_vendor

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=47
2024-10-01 06:58:46 +00:00

9 lines
253 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">just*.tar.*</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
</services>