diff options
-rw-r--r-- | utils/agljobtemplate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 1003823..1424b11 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -205,9 +205,6 @@ class Agljobtemplate(object): if build_version is not None: job['kernel_version'] = build_version - if build_id is not None: - job['kernel_defconfig'] = build_id - if rfs_type is not None: job['rootfs_type'] = rfs_type |