--priority option of *.ks file in mic does not apply
authorGyeoungmin Kim <g5.kim@samsung.com>
Wed, 20 May 2015 00:43:10 +0000 (09:43 +0900)
committeradmin <yuhuan.yang@samsung.com>
Thu, 4 Feb 2016 10:33:04 +0000 (18:33 +0800)
commit29c610feb29f45eb1b2fdb59c2836f5b0b6e3508
tree9e53c55e6e7bf3a8d30ffcebff0509f90b05b059
parentb2acba1e55b9631b67aba80d40d23435aae3b891
--priority option of *.ks file in mic does not apply

I confirm that  --priority option of *.ks file in mic does not apply
When creating an image file using ks file, Priority is determined by repo name

If you check the logs of the mic by applying the repo name below to see what the results are different

repo --name=mobile-wayland_arm64 ...
repo --name=prerelease ... --priority 1
..............................................
repo --name=2mobile-wayland_arm64 ...
repo --name=1prerelease ... --priority 1

Change-Id: I53bb8e96bc8eb06e8075294e56b0cbb4f35afd6b
plugins/backend/zypppkgmgr.py