[Blends-commit] r2807 - /blends/trunk/webtools/blendstasktools.py
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Mon May 2 16:46:27 UTC 2011
Author: tille
Date: Mon May 2 16:46:26 2011
New Revision: 2807
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2807
Log:
Really leave out the Vcs-only prospective packages without further information
Modified:
blends/trunk/webtools/blendstasktools.py
Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=2807&op=diff
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Mon May 2 16:46:26 2011
@@ -1526,7 +1526,8 @@
# If only Vcs fields are given than we currently do not know enough to print package information
if dep.pkgstatus == 'pkgvcs':
logger.error("Package %s in task %s has only Vcs information - please provide more information" % (dep.pkg, dep.taskname))
- dep.pkgstatus == 'unknown'
+ self.dependencies[status].remove(dep)
+ # dep.pkgstatus == 'unknown'
if dep.properties['homepage'] == HOMEPAGENONE:
if dep.desc['en'] == {}:
logger.error("Package %s in task %s neither in pool nor new and is lacking homepage and description - ignored" % (dep.pkg, dep.taskname))
More information about the Blends-commit
mailing list