aboutsummaryrefslogtreecommitdiff
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm')
-rwxr-xr-xsm/install2
-rw-r--r--sm/pyetc.sm6
2 files changed, 6 insertions, 2 deletions
diff --git a/sm/install b/sm/install
index bdc66b8..a65a01f 100755
--- a/sm/install
+++ b/sm/install
@@ -3,7 +3,7 @@
# su iraf -c ./install
#
-N=6
+N=7
here=`pwd`
diff --git a/sm/pyetc.sm b/sm/pyetc.sm
index 67c87d8..ffab3f2 100644
--- a/sm/pyetc.sm
+++ b/sm/pyetc.sm
@@ -29,12 +29,16 @@ TABLE pyetc HOST etccartier
CMD spectro_medium RUN "/data1/nightly/spectro_medium/test-ppsetc -d medium etc_spectro"
AFTER imagers_loose
- CMD spectro_loose RUN "/data1/nightly/spectro_loose/test-ppsetc -d loose etc_spectro"
+ CMD spectro_loose RUN "/data1/nightly/spectro_loose/test-ppsetc -d loose etc_spectro"
AFTER spectro_medium
CMD doc_build RUN "/data1/nightly/trunk/pyetc/doc/auto_doc_build"
AFTER etccartier:pyetc/trunk
+ # a special build for INS to edit the docs and us to build them in place
+ CMD ins_doc_build RUN "/data1/nightly/trunk/pyetc/doc/auto_doc_build_ins"
+ AFTER etccartier:pyetc/trunk
+
TABLE test_final HOST ssb
CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc"