diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-08-04 08:15:45 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-08-04 08:15:45 -0400 |
commit | 397281b710dc8679984d19c59aeb9ae05469cc58 (patch) | |
tree | d1c1157fb90cf05cb47b2e98dcd5ee92f952e26c | |
parent | 79f671e77e2646949ab181808970e4f4d4bec0e1 (diff) | |
download | steuermann-397281b710dc8679984d19c59aeb9ae05469cc58.tar.gz |
checkpoint sm files
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@773 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/build_dev.sm | 4 | ||||
-rwxr-xr-x | sm/install | 2 | ||||
-rw-r--r-- | sm/pyetc.sm | 4 | ||||
-rw-r--r-- | sm/test_dev.sm | 6 |
4 files changed, 13 insertions, 3 deletions
diff --git a/sm/build_dev.sm b/sm/build_dev.sm index f271fac..9c447f7 100644 --- a/sm/build_dev.sm +++ b/sm/build_dev.sm @@ -71,7 +71,7 @@ TABLE build HOST cadeau banana # stsci_python documentation # - one machine only TABLE build HOST arzach - CMD dev.stsci_python_sphinxdocs RUN "build_sphinxdocs dev 2.7.1" + CMD dev.stsci_python_sphinxdocs RUN "build_sphinxdocs dev 2.7.3" AFTER build/dev.py2.7.1 # old epydoc documentation - only works on thor; hope we can get rid of @@ -91,6 +91,8 @@ TABLE build HOST arzach cadeau banana jwcalibdev AFTER init/* AFTER *:assemble/dev.jwst AFTER build/dev.py2.7.1 + +TABLE build HOST jwcalibdev CMD dev.jwst_docs RUN "build_jwst_docs" AFTER dev.jwst @@ -1,6 +1,6 @@ #!/bin/sh -x # -# su iraf -c sh install +# su iraf -c ./install # N=4 diff --git a/sm/pyetc.sm b/sm/pyetc.sm index e97d40d..86fc753 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -18,6 +18,10 @@ TABLE pyetc HOST etcbrady AFTER jwst AFTER init/* +TABLE pyetc HOST arzach + CMD doc_build RUN "/arzach/data1/iraf/pyetc_doc_build/doc/auto_doc_build" + AFTER etcbrady:pyetc/trunk + TABLE test_final HOST ssb CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc " AFTER *:pyetc/* diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 61e9dae..70ff597 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -25,12 +25,16 @@ TABLE test_run_dev HOST cadeau arzach AFTER OPT test2.6.5 AFTER test2.7.1 -TABLE test_run_dev HOST arazach +TABLE test_run_dev HOST arzach CMD contact RUN "test_contact" AFTER stamp/dev AFTER test2.7.1 TABLE test_run_dev HOST jwcalibdev + CMD contact_jwst RUN "test_contact_jwst" + AFTER init/* + +TABLE test_run_dev HOST jwcalibdev CMD jwst RUN "/data1/jwst_rt/rt" AFTER stamp/dev |