more ufpy->awips
This commit is contained in:
parent
d0068c97dd
commit
25a21da274
3 changed files with 6 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
||||||
deploy.python is true
|
deploy.python is true
|
||||||
-->
|
-->
|
||||||
<property name="python.packages"
|
<property name="python.packages"
|
||||||
value="pypies:ufpy:dynamicserialize" />
|
value="pypies:awips" />
|
||||||
<!-- EDEX root directory - defaults to /awips2/edex -->
|
<!-- EDEX root directory - defaults to /awips2/edex -->
|
||||||
<property name="edex.root" value="/awips2/edex" />
|
<property name="edex.root" value="/awips2/edex" />
|
||||||
<!-- Python root directory - defaults to /awips2/python -->
|
<!-- Python root directory - defaults to /awips2/python -->
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<echo message=" -Dedex.root the root of the EDEX installation; defaults to /awips2/edex" />
|
<echo message=" -Dedex.root the root of the EDEX installation; defaults to /awips2/edex" />
|
||||||
<echo message=" -Ddeploy.python a boolean value {true, false} indicating if python should be deployed" />
|
<echo message=" -Ddeploy.python a boolean value {true, false} indicating if python should be deployed" />
|
||||||
<echo message=" -Dpython.root the root of the python installation; defaults to /awips2/python" />
|
<echo message=" -Dpython.root the root of the python installation; defaults to /awips2/python" />
|
||||||
<echo message=" -Dpython.packages a colon delimited list of python packages to deploy; defaults to pypies:ufpy:dynamicserialize" />
|
<echo message=" -Dpython.packages a colon delimited list of python packages to deploy; defaults to pypies:awips" />
|
||||||
<echo message=" -Darchitecture used to override the deployment architecture; use one of: {x86_64, x86}." />
|
<echo message=" -Darchitecture used to override the deployment architecture; use one of: {x86_64, x86}." />
|
||||||
|
|
||||||
<fail message="All required parameters have not been specified. Refer to the usage message above." />
|
<fail message="All required parameters have not been specified. Refer to the usage message above." />
|
||||||
|
|
|
@ -181,9 +181,7 @@
|
||||||
|
|
||||||
<echo message="Deploying the Raytheon python site-packages." />
|
<echo message="Deploying the Raytheon python site-packages." />
|
||||||
<deploy.python.site-package
|
<deploy.python.site-package
|
||||||
site.package="ufpy" />
|
site.package="awips" />
|
||||||
<deploy.python.site-package
|
|
||||||
site.package="dynamicserialize" />
|
|
||||||
<deploy.python.site-package
|
<deploy.python.site-package
|
||||||
site.package="pypies" />
|
site.package="pypies" />
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# delimited by colon (:)
|
# delimited by colon (:)
|
||||||
wa.to.deploy=
|
wa.to.deploy=
|
||||||
|
|
||||||
# deploy the raytheon ufpy, dynamicserialize, and pypies site-packages
|
# deploy the raytheon awips and pypies site-packages
|
||||||
deploy.python=true
|
deploy.python=true
|
||||||
# deploy build.edex/esb/data
|
# deploy build.edex/esb/data
|
||||||
deploy.data=true
|
deploy.data=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue