commit | 926502f0a754e6e1af57b8e95c5299a5b88fc13e | [log] [tgz] |
---|---|---|
author | Joshua Hesketh <josh@nitrotech.org> | Wed Jul 31 11:56:40 2013 +1000 |
committer | Joshua Hesketh <josh@nitrotech.org> | Wed Jul 31 11:56:40 2013 +1000 |
tree | e0c329b4fd35494c80ac1cef1d46589fc3b74d9a | |
parent | 1faf41497cd61bd827c81edd9ec796a4c6711beb [diff] [blame] |
Start extra utils for pushing objects
diff --git a/turbo_hipster/lib/utils.py b/turbo_hipster/lib/utils.py index cdbbc58..a7f9a5e 100644 --- a/turbo_hipster/lib/utils.py +++ b/turbo_hipster/lib/utils.py
@@ -128,3 +128,7 @@ 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