f9f2d24005
* Update src/command_update.rs * Prevent compiler warning without panicking * Update src/operations.rs * Add a eprintln! when the version db is updated * Delete a temp file if optimistic locking didn't work * Update a call signature * Allow longer read lock * Finish temp download of version db * Add `pr{number}~{arch}` variations to list * Update tests/command_initial_setup_from_launcher_test.rs * Print more things to stderr rather than stdout * Update tests/command_initial_setup_from_launcher_test.rs * Clean up error messages in the launcher * Use `rustls-tls-native-roots` for `reqwest` on FreeBSD (#1062) * Update the LTS version to 1.10 * Also notify when updating nightly/pr channels * Add tests for --prune-linked * Use separate conditional steps for passing --check to rustfmt * Address comment * Fix windows check * Warn when linking to invalid julia binary * Error when attempting to launch invalid julia binary. * Address feedback * Phrasing and comments * Use reviewdog to suggest rustfmt diff * Add 'up' alias to self update * fix: first read, then delete. * feat: shows when updating symlinks * fix: styled message. OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=98
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">juliaup*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|