[python-whisper] add missing source to scm

Piotr Popieluch piotrp at fedoraproject.org
Sat Mar 7 16:38:44 UTC 2015


commit 09b2934ab605c9746f5d2179ab3255505ad88113
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sat Mar 7 17:37:45 2015 +0100

    add missing source to scm

 .gitignore     | 13 -------------
 whisper-fill.1 | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8c1b1c..95d16ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1 @@
-/whisper-0.9.10.tar.gz
-/python-whisper-0.9.12.tar.gz
-/python-whisper-1d99a3be4f5b147c0a96419911743e3fb4696bfa.tar.gz
-/rrd2whisper.1
-/whisper-create.1
-/whisper-dump.1
-/whisper-fetch.1
-/whisper-fill.1
-/whisper-info.1
-/whisper-merge.1
-/whisper-resize.1
-/whisper-set-aggregation-method.1
-/whisper-update.1
 /python-whisper-142f5493972db05c5c63ef7691ff71a8aeb128a4.tar.gz
diff --git a/whisper-fill.1 b/whisper-fill.1
new file mode 100644
index 0000000..780f20f
--- /dev/null
+++ b/whisper-fill.1
@@ -0,0 +1,22 @@
+.TH WHISPER-FILL 1
+.SH NAME
+whisper-fill \- copy missing metrics from src into dst
+.SH SYNOPSYS
+.nf
+.fam C
+\fbwhisper-fill\fP src_path dst_path
+.fam T
+.fi
+.SH DESCRIPTION
+Copies data from src in dst, if missing. Unlike whisper-merge, don't overwrite data that's already present in the target file, but instead, only add the missing data (e.g. where the gaps in the target file are). Because no values are overwritten, no data or precision gets lost. Also, unlike whisper-merge, try to take the highest-precision archive to provide the data, instead of the one with the largest retention.
+.PP
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+Show the embedded help.
+.SH AUTHOR
+\fBwhisper\fP is a fixed size database, created by Chris Davis.
+.PP
+This manual page was written by Piotr Popieluch <piotr1212 at gmail.com>, for the Fedora
+project (but may be used by others).


More information about the scm-commits mailing list