Start extra utils for pushing objects

This commit is contained in:
Joshua Hesketh
2013-07-31 11:56:40 +10:00
parent 1faf41497c
commit 926502f0a7
2 changed files with 34 additions and 0 deletions

View File

@@ -128,3 +128,7 @@ def execute_to_log(cmd, logfile, timeout=-1,
process(fd)
logger.info('[script exit code = %d]' % p.returncode)
def push_file(local_file):
""" Push a log file to a server. Returns the public URL """
pass