aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-07-19 11:28:22 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-07-19 11:28:22 -0400
commit9344d7f2724b1226c824fde8abb2a3844dac3cee (patch)
tree1b567ef34014b0afdddf2c893a4efd7981f04c6f
parent9e19317923679ed3fea596723a8c6e22d3173a40 (diff)
downloadsteuermann-9344d7f2724b1226c824fde8abb2a3844dac3cee.tar.gz
increment N value to 6 in install script
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1006 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rwxr-xr-xsm/install2
-rw-r--r--sm/pyetc_midday.sm6
2 files changed, 4 insertions, 4 deletions
diff --git a/sm/install b/sm/install
index 319dd01..bdc66b8 100755
--- a/sm/install
+++ b/sm/install
@@ -3,7 +3,7 @@
# su iraf -c ./install
#
-N=5
+N=6
here=`pwd`
diff --git a/sm/pyetc_midday.sm b/sm/pyetc_midday.sm
index 2e09205..7b7ef89 100644
--- a/sm/pyetc_midday.sm
+++ b/sm/pyetc_midday.sm
@@ -41,6 +41,6 @@ TABLE test_final HOST ssb
CMD pyetc.expect RUN "test_import pyetc ; test_expected pyetc"
AFTER *:pyetc/*
-TABLE save_reference_files HOST etccartier
- CMD save_refs RUN "python /data1/nightly/save_refs.py"
- AFTER *:test_final/*
+#TABLE save_reference_files HOST etccartier
+# CMD save_refs RUN "python /data1/nightly/save_refs.py"
+# AFTER *:test_final/*