--priority option of *.ks file in mic does not apply 17/39617/1
authorGyeoungmin Kim <g5.kim@samsung.com>
Wed, 20 May 2015 00:43:10 +0000 (09:43 +0900)
committerGyeoungmin Kim <g5.kim@samsung.com>
Wed, 20 May 2015 00:44:41 +0000 (09:44 +0900)
commit15696bb4ef2e151f1d2ddb90c2e5fe1c6a1308ad
treecd43da950df4aff6bf31294364fa1a5cda7dc6d8
parent2bfd900a61b3a6a8865bd58a61351e599436a9f5
--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