Changeset 207
- Timestamp:
- Apr 29, 2018, 7:14:01 PM (7 years ago)
- Location:
- trunk/project-meta
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/Makefile
r201 r207 7 7 COMPDIR=/etc/bash_completion.d 8 8 9 .PHONY: all install update sync upload stat help 9 .PHONY: all install update sync upload stat help pkg 10 10 11 11 all: … … 38 38 cadaver --rcfile=cadaverrc 39 39 40 pkg: all 41 ./make-package-debian 42 40 43 stat: 41 44 svn log|egrep '^r[[:digit:]]'|egrep -v '^r1[[:space:]]'|awk '{print $$3}'|sort|uniq -c |gnuplot -p -e 'set style fill solid 1.00 border 0; set style histogram; set style data histogram; set xtics rotate by 0; set style line 7 linetype 0 linecolor rgb "#222222"; set grid ytics linestyle 7; set xlabel "User contributor" font "bold"; set ylabel "Number of commit" font "bold"; plot "/dev/stdin" using 1:xticlabels(2) title "commit" linecolor rgb "#666666"' … … 50 53 @echo " * upload : upload on public dav forge space" 51 54 @echo " * stat : svn stat with gnuplot graph" 55 @echo " * pkg : build Debian package"
Note: See TracChangeset
for help on using the changeset viewer.