projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd9cbe
)
Makefile: include the figleaf pickle in the uploaded coverage data, for later differe...
author
Brian Warner
<warner@allmydata.com>
Thu, 12 Feb 2009 01:09:13 +0000
(18:09 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 12 Feb 2009 01:09:13 +0000
(18:09 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 92ced4c647730f16928280bc3c8d953cadef793f..3671ad1f5461300290b0ada5ebaefa7c4215ece2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-146,6
+146,7
@@
$(error COVERAGEDIR must be set when using UPLOAD_TARGET)
endif
upload-figleaf:
+ cp .figleaf coverage-html/figleaf.pickle
rsync -a coverage-html/ $(UPLOAD_TARGET)
ssh $(UPLOAD_HOST) make update-tahoe-figleaf COVERAGEDIR=$(COVERAGEDIR)
else