From 4149b1ac63408f0c81bbb1ad56080c7c1e68f7af Mon Sep 17 00:00:00 2001 From: Rick Bradshow Date: Fri, 5 Oct 2007 19:06:20 +0000 Subject: added an extra test in the if statement in the coelesing part to fix the problem that arch independant stuff wasn't actually getting built. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3779 ce84e21b-d406-0410-9b95-82705330c041 --- tools/create-debian-pkglist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-debian-pkglist.py b/tools/create-debian-pkglist.py index 9ea16286f..f64a2ed1f 100755 --- a/tools/create-debian-pkglist.py +++ b/tools/create-debian-pkglist.py @@ -52,7 +52,7 @@ def processSource(prefix, source, dists, archs, prio, groups, packages): coalesced = 0 for pkg in pkgdata.keys(): data = pkgdata[pkg].values() - if data.count(data[0]) == len(data): + if data.count(data[0]) == len(data) == len(archs): output.write('\n' % (pkg, data[0])) coalesced += 1 del pkgdata[pkg] -- cgit v1.2.3-1-g7c22