summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Bartosh <eduard.bartosh@intel.com>2014-06-13 12:33:43 +0300
committerEduard Bartosh <eduard.bartosh@intel.com>2014-06-13 22:29:49 +0300
commitcd9994b28a7655f002c633e66053a0edd55f14d6 (patch)
treec356f2d16dc6f45d1b4fee88e3d0b698ecc7c880
parent1f790c7678adbe6e00d73ba3dfe81ca1de5cc342 (diff)
downloadrepa-cd9994b28a7655f002c633e66053a0edd55f14d6.tar.gz
repa-cd9994b28a7655f002c633e66053a0edd55f14d6.tar.bz2
repa-cd9994b28a7655f002c633e66053a0edd55f14d6.zip
group: Remove binary package check
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>
-rwxr-xr-xrepa/group.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/repa/group.py b/repa/group.py
index bc61f4c..49c8619 100755
--- a/repa/group.py
+++ b/repa/group.py
@@ -78,10 +78,6 @@ def check_binary_pkgs(obs, submissions, force=False):
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: