SVN: toys/stbr/queue_parser.pl

shadzik shadzik at pld-linux.org
Tue Aug 31 10:28:21 CEST 2010


Author: shadzik
Date: Tue Aug 31 10:28:20 2010
New Revision: 11795

Modified:
   toys/stbr/queue_parser.pl
Log:
- add support for ti-dev


Modified: toys/stbr/queue_parser.pl
==============================================================================
--- toys/stbr/queue_parser.pl	(original)
+++ toys/stbr/queue_parser.pl	Tue Aug 31 10:28:20 2010
@@ -26,6 +26,7 @@
 	Ac => 'http://ep09.pld-linux.org/~buildsrc/queue.gz',
 	Th => 'http://ep09.pld-linux.org/~builderth/queue.gz',
 	Ti => 'http://ep09.pld-linux.org/~builderti/queue.gz',
+	"Ti-dev" => 'http://ep09.pld-linux.org/~buildertidev/queue.gz',
 );
 
 my $uri = $queue_uri{ $line } || die "Line $line not supported\n";


More information about the pld-cvs-commit mailing list