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 80af828..84c76a6 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -208,9 +208,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 |