mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
Makefile: add an upload-figleaf target, rather than having the buildbot create the rsync command itself
This commit is contained in:
parent
91e7f092e8
commit
6ed47080c8
10
Makefile
10
Makefile
@ -64,6 +64,16 @@ figleaf-output:
|
||||
# after doing test-figleaf and figleaf-output, point your browser at
|
||||
# coverage-html/index.html
|
||||
|
||||
# this command is meant to be run with an
|
||||
ifdef UPLOAD_TARGET
|
||||
upload-figleaf:
|
||||
rsync -a coverage-html/ $(UPLOAD_TARGET)
|
||||
else
|
||||
upload-figleaf:
|
||||
echo "this target is meant to be run with UPLOAD_TARGET=host:/path/"
|
||||
/bin/false
|
||||
endif
|
||||
|
||||
.figleaf.el: .figleaf
|
||||
$(PP) $(PYTHON) misc/figleaf2el.py .figleaf $(INSTDIR)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user