[elbe-devel] [PATCH v2 4/5] commands buildchroot: Remove proxy option

Olivier Dion dion at linutronix.de
Wed Jun 3 17:39:41 CEST 2020


This is a no-op?  This is done in xmlpreprocessor instead.

Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 elbepack/commands/buildchroot.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/elbepack/commands/buildchroot.py b/elbepack/commands/buildchroot.py
index 2c1d1016..1095b00a 100644
--- a/elbepack/commands/buildchroot.py
+++ b/elbepack/commands/buildchroot.py
@@ -50,9 +50,6 @@ def run_command(argv):
                        dest="build_sources", default=False,
                        help="Build Source CD")
 
-    oparser.add_option("--proxy", dest="proxy",
-                       help="Override the http proxy")
-
     oparser.add_option("--buildtype", dest="buildtype",
                        help="Override the buildtype")
 
-- 
2.27.0




More information about the elbe-devel mailing list