diff options
author | Hans de Graaff <hans@degraaff.org> | 2013-10-30 06:56:34 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2013-10-30 06:56:34 +0100 |
commit | bf863403ea66d91e0ca142a2b62398da98c4582d (patch) | |
tree | a77e8d1dd9035d1e58285244bb573262b05d2d5b | |
parent | Explain what we actually draw in the graph. (diff) | |
download | ruby-scripts-bf863403ea66d91e0ca142a2b62398da98c4582d.tar.gz ruby-scripts-bf863403ea66d91e0ca142a2b62398da98c4582d.tar.bz2 ruby-scripts-bf863403ea66d91e0ca142a2b62398da98c4582d.zip |
Add tree timestamp.
-rw-r--r-- | ruby-stats/plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index 31da606..759edda 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -6,7 +6,7 @@ set output "targets.svg" set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind set object 1 rect fc rgb "white" fillstyle solid 1.0 -set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot}" +set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot \\@ `cat /usr/portage/metadata/timestamp`}" set ylabel "Packages" set xlabel "Time" |