diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-02-18 11:28:38 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-02-28 10:04:55 +0100 |
commit | 977be2a5c2b3205a15ee79616d85cae57e578191 (patch) | |
tree | 3c0ab2fc021609a9975294978adba25a0b9cc170 /utils/create-jobs.py | |
parent | 2a7259d308ebd8e9d28c47e72fae460a1ca2a1b2 (diff) |
Use the --branch argument differently
Change the use of the --branch argument to display in the vsc_branch
metadata field the AGL branch used in the build and get ride of the hard
coded value "agl-branch".
Change-Id: I9ff371248569c40ab9980347da14110e5227e1db
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'utils/create-jobs.py')
-rwxr-xr-x | utils/create-jobs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/create-jobs.py b/utils/create-jobs.py index 0d6b0d7..48df1bc 100755 --- a/utils/create-jobs.py +++ b/utils/create-jobs.py @@ -87,7 +87,7 @@ def main(): rfs_image=args.rootfs_img, version=args.version, kernel_image=args.kernel_img, dtb_image=args.dtb_img, - modules_image=args.modules_img, + modules_image=args.modules_img, vcs_branch=args.vcs_branch, build_type=args.build_type, vcs_commit=args.vcs_commit, build_version=args.build_version, device_tags=args.device_tags) |