From: Michael Tremer Date: Thu, 2 Sep 2010 21:58:55 +0000 (+0200) Subject: Remove toolchain options from command line interface. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb585b93a7fd91a704428bd70706d3a6f1c92fd5;p=ipfire-3.x.git Remove toolchain options from command line interface. References #53. --- diff --git a/naoki/terminal.py b/naoki/terminal.py index 1e4fb3cee..bdf6b2a51 100644 --- a/naoki/terminal.py +++ b/naoki/terminal.py @@ -289,14 +289,6 @@ class Commandline(object): List("packages", help="Give a list of packages to build or say 'all'"), ]), - # Toolchain - Parser("toolchain", - parsers=[ - Parser("download", help="Download a toolchain"), - Parser("build", help="Build the toolchain"), - Parser("tree", help="Show package tree of toolchain"), - ]), - # Package Parser("package", parsers=[