Add logging messages to indicate when a download is in progress

This commit is contained in:
Tom Payne
2013-04-02 16:28:42 +02:00
parent 69d42f0f94
commit 15b7bb1cdb

View File

@@ -410,8 +410,10 @@ virtual('plovr', PLOVR_JAR)
@target(PLOVR_JAR, clean=False)
def plovr_jar(t):
t.info('downloading %r', t.name)
t.download('https://plovr.googlecode.com/files/' +
os.path.basename(PLOVR_JAR), md5=PLOVR_JAR_MD5)
t.info('downloaded %r', t.name)
@target('gh-pages', 'host-examples', 'doc', phony=True)