From 9d88d6a8c38e1a35f5749d06214f92513414ed67 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 14 Nov 2012 16:50:21 +0000 Subject: Refactor dnbuild into devbot --- (limited to 'commands/clean') diff --git a/commands/clean b/commands/clean new file mode 100755 index 0000000..fc29466 --- /dev/null +++ b/commands/clean @@ -0,0 +1,8 @@ +#!/usr/bin/python + +import common + +from devbot import build + +common.setup() +build.clean() -- cgit v0.9.1