From 397281b710dc8679984d19c59aeb9ae05469cc58 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Sat, 4 Aug 2012 12:15:45 +0000 Subject: checkpoint sm files git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@773 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- sm/build_dev.sm | 4 +++- sm/install | 2 +- sm/pyetc.sm | 4 ++++ 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 diff --git a/sm/install b/sm/install index eca574e..76af91a 100755 --- a/sm/install +++ b/sm/install @@ -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,11 +25,15 @@ 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 -- cgit