forked from pool/alacritty
Avindra Goolcharan
0e71d28259
- Use `filter` option in cargo vendoring. - Use zstd compression for source tar and vendored tar. - `filter` + zstd results in better compression and storage savings. OBS-URL: https://build.opensuse.org/request/show/1160858 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=82
23 lines
726 B
Plaintext
23 lines
726 B
Plaintext
To update this package to a new upstream release, run:
|
|
|
|
$ current_version=$(ls alacritty-*.tar.xz)
|
|
$ osc service manualrun
|
|
|
|
This should be enough do make a tarball out of the GitHub source tree AND
|
|
vendor all the needed Rust crates. If the cargo-audit source service detect
|
|
some bad enough vulnerability and give you the red light go visit
|
|
https://github.com/openSUSE/obs-service-cargo_audit to further instructions,
|
|
and/or contact the Alacritty maintainers.
|
|
|
|
Otherwise you should be good to go:
|
|
|
|
$ rm ${current_version}; osc addremove
|
|
|
|
# If you have the power to build locally:
|
|
$ osc build
|
|
|
|
$ new_version=$(ls alacritty-*.tar.xz)
|
|
$ osc ci -m "Update to ${new_version} release"
|
|
$ osc sr -m "Update to ${new_version} release"
|
|
|