Skip to content

Commit

Permalink
Adds new submodule ion-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed Mar 8, 2013
1 parent d2bda00 commit 025d6c5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
[submodule "extern/eeagent"] [submodule "extern/eeagent"]
path = extern/eeagent path = extern/eeagent
url = https://github.com/ooici/eeagent.git url = https://github.com/ooici/eeagent.git
[submodule "extern/ion-functions"]
path = extern/ion-functions
url = https://github.com/ooici/ion-functions.git
1 change: 1 addition & 0 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<fileset dir="extern/pyon" includes="**/*.pyc"/> <fileset dir="extern/pyon" includes="**/*.pyc"/>
<fileset dir="extern/marine-integrations" includes="**/*.pyc"/> <fileset dir="extern/marine-integrations" includes="**/*.pyc"/>
<fileset dir="extern/coverage-model" includes="**/*.pyc"/> <fileset dir="extern/coverage-model" includes="**/*.pyc"/>
<fileset dir="extern/ion-functions" includes="**/*.pyc"/>
<fileset dir="extern/parameter-definitions" includes="**/*.pyc"/> <fileset dir="extern/parameter-definitions" includes="**/*.pyc"/>
</delete> </delete>
<delete dir="interface" failonerror="false"/> <delete dir="interface" failonerror="false"/>
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ develop =
extern/pyon extern/pyon
extern/epu extern/epu
extern/eeagent extern/eeagent
extern/ion-functions
parts = parts =
project-directories project-directories
numpy-install numpy-install
Expand Down
1 change: 1 addition & 0 deletions extern/ion-functions
Submodule ion-functions added at 014339
1 change: 1 addition & 0 deletions ion/services/coi/service_gateway_service.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ def get_version_info():
pkg_list = ["coi-services", pkg_list = ["coi-services",
"pyon", "pyon",
"coverage-model", "coverage-model",
"ion-functions",
"eeagent", "eeagent",
"epu", "epu",
"utilities", "utilities",
Expand Down
1 change: 1 addition & 0 deletions pyon_buildout.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ develop =
../pyon ../pyon
extern/coverage-model extern/coverage-model
extern/marine-integrations extern/marine-integrations
extern/ion-functions
3 changes: 2 additions & 1 deletion pyon_mi_buildout.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ develop =
. .
../pyon ../pyon
../marine-integrations ../marine-integrations
extern/coverage-model extern/coverage-model
extern/ion-functions
1 change: 1 addition & 0 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
install_requires = [ install_requires = [
'pyzmq==2.2.0', 'pyzmq==2.2.0',
'coverage-model', 'coverage-model',
'ion-functions',
'pyon', 'pyon',
'Flask==0.9', 'Flask==0.9',
'python-dateutil==1.5', 'python-dateutil==1.5',
Expand Down

0 comments on commit 025d6c5

Please sign in to comment.