SVN: toys/stbr/src-builder-status.py

shadzik shadzik at pld-linux.org
Tue Aug 31 09:41:23 CEST 2010


Author: shadzik
Date: Tue Aug 31 09:41:22 2010
New Revision: 11792

Modified:
   toys/stbr/src-builder-status.py
Log:
- add ti-dev support


Modified: toys/stbr/src-builder-status.py
==============================================================================
--- toys/stbr/src-builder-status.py	(original)
+++ toys/stbr/src-builder-status.py	Tue Aug 31 09:41:22 2010
@@ -23,7 +23,7 @@
 
 
 MAILDIR = '/home/users/stbr/Mail/'
-ALLOWED_DISTVERS = ('th', 'ti')
+ALLOWED_DISTVERS = ('th', 'ti', 'ti-dev')
 ALLOWED_STATUSES = ('OK', 'FAILED')
 DEBUG = False	# Change this to True in case of disaster to see what is going on
 
@@ -47,7 +47,8 @@
 
 builderstr = {
     'th': "builder-th-src",
-    'ti': "builder-ti"
+    'ti': "builder-ti",
+    'ti-dev': "builder-ti-dev"
 }[distver]
 
 #result = 'UNKNOWN'


More information about the pld-cvs-commit mailing list