more code optimizations
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 29 Aug 2012 07:19:16 +0000 (15:19 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 29 Aug 2012 07:42:17 +0000 (15:42 +0800)
commitb5f7ef5c88d3a35dcee2d560a78d764cdf8991b4
tree7f0e5b17920f446b65096939a57763e8338d45dc
parenteaa5064a7cb0ef19afa707fa8d40118930f72001
more code optimizations

1) move creating repo cache code out from scheduler loop, and repo
cache should be generated before using it, or --binary will fail
to find repo cache file.
2) move finding skipped list packages out of sched loop

Change-Id: I5278d8183b5a635c41ac3176c1a09420c8617ff0
depanneur