From 4177c7094df0a5d637188ffa84f3d8a70223fde7 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 12 Jan 2013 01:37:06 +0000 Subject: Drop part of the release code This will go in buildbot --- (limited to 'commands') diff --git a/commands/distribute b/commands/distribute deleted file mode 100755 index 6642e1e..0000000 --- a/commands/distribute +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python - -import sys - -import common - -from devbot import build - -common.setup() - -if not build.distribute(): - sys.exit(1) -- cgit v0.9.1