[elbe-devel] [PATCH] elbepack: control: remove all leftovers of cpuset argument

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Aug 2 13:28:35 CEST 2024


The cpuset functionality was removed some time ago.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/commands/control.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/elbepack/commands/control.py b/elbepack/commands/control.py
index 101c4bdcc0fd..734c1020fdca 100644
--- a/elbepack/commands/control.py
+++ b/elbepack/commands/control.py
@@ -308,9 +308,6 @@ def _set_orig(client, args):
               help='Creates an environment for crossbuilding if '
                    'combined with create. Combined with build it'
                    ' will use this environment.')
- at add_argument('--cpuset', default=-1, type=int,
-              help='Limit cpuset of pbuilder commands (bitmask)'
-                   '(defaults to -1 for all CPUs)')
 @_add_project_dir_argument
 @add_argument('pdebuild_file')
 def _set_pdebuild(client, args):

---
base-commit: 149efadc6da6dbf3b26acc2979f24e173a7bbf2c
change-id: 20240802-fix-cpuset-d1607e7cc5fc

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list