SVN: toys/stbr/buildlog_link.py

duddits duddits at pld-linux.org
Tue Feb 8 14:00:19 CET 2011


Author: duddits
Date: Tue Feb  8 14:00:19 2011
New Revision: 12125

Modified:
   toys/stbr/buildlog_link.py
Log:
- ignore links for cvs, we don't need them here (thanks shadzik)


Modified: toys/stbr/buildlog_link.py
==============================================================================
--- toys/stbr/buildlog_link.py	(original)
+++ toys/stbr/buildlog_link.py	Tue Feb  8 14:00:19 2011
@@ -38,7 +38,7 @@
 	try:
 		if links:
 			for i in range(len(links)):
-				if re.findall("\"http", links[i]):
+				if re.findall("\"http://buildlogs", links[i]):
 					try:
 						link = links[i].split("\"")[1]
 					except(IndexError):


More information about the pld-cvs-commit mailing list