SHA256
5
0
forked from pool/below
Files
below/_service
Alessio Biancalana 87d370117f Accepting request 1295384 from home:alessio.biancalana:branches:utilities
- Update to version 0.10.0~0:
  * Release 0.10.0
  * Update tokio 1.45.0 -> 1.46.1
  * Swallow tar unpack error
  * Update tempfile from 3.19.1 to 3.20.0
  * Update toml from 0.8.22 to 0.9.2
  * Enable toml preserve_order feature
  * refactor: `Dockerfile` support (#8251)
  * Update resctl-demo (transitively fix RUSTSEC-2022-0040)
  * Add Nice% to summary CPU view
  * Simplify lazy_static dependency
  * Update cursive 0.20.0 -> 0.21.1 (#8253)
  * Strip float_roundtrip and unbounded_depth from serde_json for no_std builds
  * Collector plugin do not send error to consumer
  * Bump anyhow from 1.0.95 to 1.0.98
  * add file THP data
  * upgrade to 0.24.2
  * Update autocargo component on FBS:master
  * Delete all autocargo project-level edition settings
  * applying rustfix to remaining fbcode targets
  * Update toml from 0.8.19 to 0.8.22
  * Update thiserror from 2.0.7 to 2.0.12
  * Update os_info from 3.9.2 to 3.11.0
  * Gate record mlock behind a config option
  * Improve help ui
  * Bring back Bold+Underline for selected tab/column
  * third-party: rust: upgrade to memmap2 0.9.5
  * Add DurationSec format for uptime
  * Reduce IO/iface max rows on summary view
  * Suppress exit stat bpf EACCESS error

OBS-URL: https://build.opensuse.org/request/show/1295384
OBS-URL: https://build.opensuse.org/package/show/utilities/below?expand=0&rev=8
2025-07-23 18:02:55 +00:00

26 lines
984 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/facebookincubator/below.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v0.10.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">alessio.biancalana@suse.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="src">below</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>