From 39f3d8a9428e031c4bdb0cc9a26f2fb1df9a7520 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 16 Dec 2012 16:53:36 +0000 Subject: Add a distribute command It builds and uploads releases. --- (limited to 'commands') diff --git a/commands/distribute b/commands/distribute new file mode 100755 index 0000000..1da8b0b --- /dev/null +++ b/commands/distribute @@ -0,0 +1,12 @@ +#!/usr/bin/python -u + +import sys + +import common + +from devbot import build + +common.setup() + +if not build.distribute(): + sys.exit(1) -- cgit v0.9.1