Check for existance of binary packages has been removed as
for some repositories like Tizen:IVI arm/i586 build could be disabled
for almost all packages. This makes repa group fail for any submission.
Change-Id: I089418dd01687ab27855d12b58ad6c1d42aaf627
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
pkgs = list(obs.get_binary_packages(data['project']))
# check if submission has binary packages
for repo, bins in pkgs:
- # Check if binary packages exist
- if not force and not bins:
- raise RepaException('No binary packages found in %s %s/%s' % \
- (submission, repo[0], repo[1]))
# check if submissions have common packages
for subm, info in binaries.iteritems():
if repo in info: