Skip to content

Commit

Permalink
Add a flow.importProduction.all target.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 26, 2012
1 parent d0987ba commit 188b30f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,16 @@
<CHANNEL.do verb="importRaw" channel="us_incommon"/>
</target>

<!--
flow.importProduction.all
Run the importProduction flow on each channel that has one.
-->
<target name="flow.importProduction.all">
<CHANNEL.do verb="importProduction" channel="be_belnet"/>
<CHANNEL.do verb="importProduction" channel="br_cafe"/>
</target>

<!--
flow.importEdugain.all
Expand Down

0 comments on commit 188b30f

Please sign in to comment.