You need to
make project.tgz
make submit-coverity
and have .coverity.build.pass with the right password in CWD
(ceph.git/src).
The submit-coverity rule doesn't do the project.tgz for you because it
always cleans+rebuilds every time.
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
cov-build -e emit -o output make
tar czvf project.tgz README emit output
+submit-coverity:
+ scp project.tgz ceph.newdream.net:ceph.newdream.net/coverity/`git describe`.tgz
+ echo "v2;ceph;"`cat .coverity.build.pass`";MAIL;http://ceph.newdream.net/coverity/"`git describe`.tgz | mail build@submit.scan.coverity.com