Skip to content

Commit

Permalink
- added
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macosforge.org/repository/darwinbuild/trunk@52 10a61168-4876-4dac-953b-31e694342555
  • Loading branch information
kvanvechten committed Jul 9, 2005
1 parent 0779ede commit fef340c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions darwinxref/plugins/binary_sites.tcl
@@ -0,0 +1,15 @@
DBPluginSetName binary_sites
DBPluginSetType property
DBPluginSetDatatype array

proc usage {} {
return {[<project>]}
}

proc run {args} {
set project [lindex $args 0]
set build [DBGetCurrentBuild]
foreach site [DBCopyPropArray $build $project binary_sites] {
puts "$site"
}
}

0 comments on commit fef340c

Please sign in to comment.