Fixed processing of architectures in repomaker
authorEd Bartosh <eduard.bartosh@intel.com>
Thu, 19 Sep 2013 08:14:19 +0000 (11:14 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Thu, 19 Sep 2013 08:15:37 +0000 (11:15 +0300)
commit24cfe293ce369a8c3e9dc3ed9545cf8923d47bf8
tree03ce0ba96be82c91f6d81772d9c95fade462ab25
parente0af01160fbe68ddd349e03c718cdee8f65fc765
Fixed processing of architectures in repomaker

Repomaker was getting list of architectures analyzinng packages in the
incoming repository. If repository doesn't contain some architectures
those were skipped. This was a mistake. Now repomaker gets list of
architectures as a parameter and creates output repos for all
architectures even if no packages found in incoming repo for some of
them.

Fixes: #1324

Change-Id: I2e4fa4df61ae1fcaa64d0792648391493c962001
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
common/repomaker.py
job_pre_release_obs.py
tests/test_repomaker.py