forked from pool/juliaup
7bf047f169
* Update comment * Raise signal twice * Handle signals in julialauncher * Make get_juliaup_home_path work when no depot exists * Update deps * Add a missing conditional compile * fix typo in src/operations.rs error message * add more context to error-paths when handling juliaup startup script section * implement assumption that juliaup-path must be valid UTF-8 * add indoc for better string literal formatting to dependencies * refactor shell-specific content generation into separate functions * move shell-script section header into global constant * Search depot path for existing juliaup dir * add unit tests for match_markers * add indoc as dev dependency for unit tests * fix some clippy lints in operations.rs * remove temporary rustfmt attribute to prevent formatting * adapt removal logic to work on bytes as well * adapt match_markers to work on bytes instead of strings * add generated byte vector to startup file instead of strings * generate vector of bytes instead of string for writing to file * add bstr to Cargo.toml and Cargo.lock - Change to 4GB of memory in _constraints OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=67
28 lines
1016 B
Plaintext
28 lines
1016 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">e52c0db</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">juliaup</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">juliaup</param>
|
|
</service>
|
|
</services>
|
|
|