Skip to content

Commit

Permalink
Add epu and eeagent as extern
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Chen committed Jan 4, 2013
1 parent 655f9cd commit 7341866
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
[submodule "extern/pyon"]
path = extern/pyon
url = https://github.com/ooici/pyon.git
[submodule "extern/epu"]
path = extern/epu
url = https://github.com/ooici/epu.git
[submodule "extern/eeagent"]
path = extern/eeagent
url = https://github.com/ooici/eeagent.git
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ develop =
extern/marine-integrations
extern/coverage-model
extern/pyon
extern/epu
extern/eeagent
parts =
project-directories
numpy-install
Expand Down Expand Up @@ -88,8 +90,6 @@ eggs =
dashi
find-links =
https://github.com/nimbusproject/pidantic/tarball/master#egg=pidantic-0.2
https://github.com/nimbusproject/eeagent/tarball/master#egg=eeagent-0.2
https://github.com/ooici/epu/tarball/master#egg=epu-1.3

[ape]
recipe = zc.recipe.egg
Expand Down
1 change: 1 addition & 0 deletions extern/eeagent
Submodule eeagent added at 4340aa
1 change: 1 addition & 0 deletions extern/epu
Submodule epu added at ecdd16

0 comments on commit 7341866

Please sign in to comment.