[Blends-commit] r3589 - in /blends/trunk/team_analysis_tools: archives.sql author_stats author_stats_create_graph author_stats_helper.py count-dependencies.py create_names_prefered.sql maintain_names_prefered.py render-all-graphs upload_history.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Oct 24 12:43:32 UTC 2012


Author: tille
Date: Wed Oct 24 12:43:32 2012
New Revision: 3589

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3589
Log:
Most of team maintenance scripts in this dir were outdated and now maintained in the Teammetrics project at git://git.debian.org/git/teammetrics/teammetrics.git

Removed:
    blends/trunk/team_analysis_tools/archives.sql
    blends/trunk/team_analysis_tools/author_stats
    blends/trunk/team_analysis_tools/author_stats_create_graph
    blends/trunk/team_analysis_tools/author_stats_helper.py
    blends/trunk/team_analysis_tools/create_names_prefered.sql
    blends/trunk/team_analysis_tools/maintain_names_prefered.py
    blends/trunk/team_analysis_tools/render-all-graphs
    blends/trunk/team_analysis_tools/upload_history.py
Modified:
    blends/trunk/team_analysis_tools/count-dependencies.py

Modified: blends/trunk/team_analysis_tools/count-dependencies.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/count-dependencies.py?rev=3589&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/count-dependencies.py (original)
+++ blends/trunk/team_analysis_tools/count-dependencies.py Wed Oct 24 12:43:32 2012
@@ -29,7 +29,7 @@
 	self.recommends = {}
 
     def add_recommends(self, package, recommends):
-        p = package.encode('utf-8')
+        p = re.sub(BLEND+'-', '', package.encode('utf-8'))
 	
 	self.recommends[p] = []
 	for r in recommends.encode('utf-8').split(','):




More information about the Blends-commit mailing list