* Treat SIGINFO as non-fatal * Improve signal handling * Add dotenv-override setting * Add PATH_SEP and PATH_VAR_SEP constants * Add --tempdir command-line option * Pin clap_complete to last compatible version * Add arkade to readme * Link to pipx instead of pypi in readme * Add reasons to #[ignore] attributes * Mention that command-line environment variables are inherited * Fix attribute grammar and update documentation * Tweak prose in groups section of readme * Update extractions/setup-just version in readme * Remove return in Recipe::confirm * Add mise to alternatives in readem * Update softprops/action-gh-release * Use default as name of --init justfile default recipe * Add just.systems link to --init justfile * Fix kitchen-sink.just comment * Update softprops/action-gh-release * Fix clippy lints * Add back-to-the-top link to readme * Placate clippy lints for 1.86 * Use -S in uv example * Handle --request without parsing justfile - remove unnecessary set_version service - disable cargo_vendor filtering, as of right now it's bugged * Release 1.29.1 OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=64
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">just-*.tar.gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|