From: Sage Weil Date: Sun, 21 Aug 2011 23:45:57 +0000 (-0700) Subject: Makefile: rule to upload + submit coverity job X-Git-Tag: v0.35~293 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b02a347136f79532b4e9a42e817df2e43c8817ec;p=ceph.git Makefile: rule to upload + submit coverity job 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 --- diff --git a/src/Makefile.am b/src/Makefile.am index dabc29f714d8..c277cc4f2ccf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1387,3 +1387,6 @@ project.tgz: clean 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