From b02a347136f79532b4e9a42e817df2e43c8817ec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 21 Aug 2011 16:45:57 -0700 Subject: [PATCH] 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 --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index dabc29f714d88..c277cc4f2ccfb 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 -- 2.39.5