Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-20 15:37:12 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-05-20 15:37:12 (GMT)
commitd89f9ee5dc2034deff5577005a6b1ce757ea6c36 (patch)
tree2f39251c899515edef066ea4ef3991dfeeb85fca
parent318014cfb50940a7a6603992962ac8424b8ddebe (diff)
Update argument name
-rw-r--r--builders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/builders.py b/builders.py
index 0fc9475..f3eeaf8 100644
--- a/builders.py
+++ b/builders.py
@@ -57,7 +57,7 @@ def create_factory(config, env={}, full=False, upload_docs=False):
command = ["./osbuild", "build"]
if full:
- command.append("--full")
+ command.append("--clean-all")
factory.addStep(ShellCommand(command=command,
description="building",