]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove toolchain options from command line interface.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 21:58:55 +0000 (23:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 21:58:55 +0000 (23:58 +0200)
References #53.

naoki/terminal.py

index 1e4fb3cee8dfa9883aa68fa634e4197d6a579bfb..bdf6b2a51fbd955b221339cf206433b276df6b2c 100644 (file)
@@ -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=[