Update to 0.4.0; Fixes: RHBZ#2016559

epel9
Davide Cavalca 3 years ago
parent 3cd5a25e5e
commit 17b671b2b1

2
.gitignore vendored

@ -2,3 +2,5 @@
/below-0.2.0-vendor.tar.gz
/below-0.3.0.crate
/below-0.3.0-vendor.tar.gz
/below-0.4.0.crate
/below-0.4.0-vendor.tar.gz

@ -1,6 +1,6 @@
# below
![below](img/below_logo_horizontal.png)
[![CI](https://github.com/facebookincubator/below/workflows/CI/badge.svg)](https://github.com/facebookincubator/below/actions?query=workflow%3ACI+branch%3Amaster+)
[![CI](https://github.com/facebookincubator/below/workflows/CI/badge.svg)](https://github.com/facebookincubator/below/actions?query=workflow%3ACI+branch%3Amain+)
[![Matrix chat](https://img.shields.io/matrix/below:matrix.org)](https://matrix.to/#/!SrWxtbLuRUMrDbftgA:matrix.org?via=matrix.org)
`below` is an interactive tool to view and record historical system data. It

@ -3,7 +3,7 @@ Description=below system monitor recording daemon
After=time-sync.target
[Service]
ExecStart=/bin/below record --retain-for-s 604800
ExecStart=/bin/below record --retain-for-s 604800 --compress
# Enable backtraces in errors
Environment=RUST_LIB_BACKTRACE=1
Restart=always

@ -15,7 +15,7 @@
%global forgeurl https://github.com/facebookincubator/below
Name: rust-%{crate}
Version: 0.3.0
Version: 0.4.0
Release: %autorelease
Summary: Interactive tool to view and record historical system data

@ -1,2 +1,2 @@
SHA512 (below-0.3.0.crate) = 92b905735ad98ba52a0450a2b914214666172028f116bea56b7a52238d9614964fb8d41f3dfd6d695832662b39017a502886d4974fbfc88dce2326e758b2497a
SHA512 (below-0.3.0-vendor.tar.gz) = 96c2192eea217e232fddf6bedb91dcbdb66a8720de31f934f2a09002b9e1090c2410302a34a44b3e49108f0957ca089abfa7131ddb676f11ede7bd75be5e3c72
SHA512 (below-0.4.0.crate) = ce536583048c4866b890f1298e3ca45071594f10c84b313f566725b747ccccd4ec39ad2d1560a63cebcc4c574989c57d73e64ec9e619ba93bea3b399271ed540
SHA512 (below-0.4.0-vendor.tar.gz) = b32e92a7b97e4a6dc139779b0435acfd04bc64258152ccc45ebc5d4bdd155d5975a02662bce7ff5af849db5816fd8c3be53d796ba723100977cb0c76d09fc439

Loading…
Cancel
Save