SHA256
1
0
forked from pool/juliaup
juliaup/_service

28 lines
1016 B
Plaintext
Raw Normal View History

<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">0a42faa</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>
- Update to version 1.8.12: * Fix typo * Fix a typo * Add a check phase to test workflow that runs on all platforms * Fix some platform specific errors and warnings * chore: Release juliaup version 1.8.11 * Fix cond compile on macos * Unfix wrong target family * Fix typo on merge * Use more borrowed types where possible * Reset some functions return values back to Result * Change default versions db update interval to 24 hours * Add versions db update to add and update command * Update deps * Bump peter-evans/create-pull-request from 3 to 4 * Various lints and minor improvements * Configure for target_os, not nonexistant family * Make 60 the default versions db update interval * Make the update interval between versions db updates a config * Update versions db on self update * Add a powerpoint schematic in devdocs * Update version db * Add alpha versions * Document releasepreview usage * Also add musl fix for release action. * Use sudo. * Fix quotes. * Musl build can't find gcc-musl. * chore: Release juliaup version 1.8.10 * Enable second part of musl tests * Properly disable musl tests * Unify some output * Fix some unit tests * Update version db * Fix parse_versionstring * Generate better arch strings in semver * Enable ci tests of musl build * Disable musl tests for now * Use cross on Linux for tests * Add Juliaup version to juliaup info * Add musl build to tests * chore: Release juliaup version 1.8.9 * Change shell script to serve musl on Linux * Add triplet to juliaup info * chore: Release juliaup version 1.8.8 * Add info command * change to a redirect for developers to the wiki * add source build notes to the readme OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=64
2022-12-03 14:12:53 +01:00
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">juliaup</param>
- Update to version 1.8.12: * Fix typo * Fix a typo * Add a check phase to test workflow that runs on all platforms * Fix some platform specific errors and warnings * chore: Release juliaup version 1.8.11 * Fix cond compile on macos * Unfix wrong target family * Fix typo on merge * Use more borrowed types where possible * Reset some functions return values back to Result * Change default versions db update interval to 24 hours * Add versions db update to add and update command * Update deps * Bump peter-evans/create-pull-request from 3 to 4 * Various lints and minor improvements * Configure for target_os, not nonexistant family * Make 60 the default versions db update interval * Make the update interval between versions db updates a config * Update versions db on self update * Add a powerpoint schematic in devdocs * Update version db * Add alpha versions * Document releasepreview usage * Also add musl fix for release action. * Use sudo. * Fix quotes. * Musl build can't find gcc-musl. * chore: Release juliaup version 1.8.10 * Enable second part of musl tests * Properly disable musl tests * Unify some output * Fix some unit tests * Update version db * Fix parse_versionstring * Generate better arch strings in semver * Enable ci tests of musl build * Disable musl tests for now * Use cross on Linux for tests * Add Juliaup version to juliaup info * Add musl build to tests * chore: Release juliaup version 1.8.9 * Change shell script to serve musl on Linux * Add triplet to juliaup info * chore: Release juliaup version 1.8.8 * Add info command * change to a redirect for developers to the wiki * add source build notes to the readme OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=64
2022-12-03 14:12:53 +01:00
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">juliaup</param>
</service>
</services>