aboutsummaryrefslogtreecommitdiff
path: root/daily.sr
diff options
context:
space:
mode:
Diffstat (limited to 'daily.sr')
-rw-r--r--daily.sr17
1 files changed, 11 insertions, 6 deletions
diff --git a/daily.sr b/daily.sr
index 13e856e..eb0c691 100644
--- a/daily.sr
+++ b/daily.sr
@@ -1,7 +1,9 @@
+# one approach we might use for ssb builds
+
TABLE assemble HOST thor
- CMD svnsync RUN "svnsync"
+ CMD svnsync RUN "/eng/ssb/auto/prog/assemble_svnsync"
AFTER OPT assemble/irafx_update
- CMD stsci_python RUN "assemble_stsci_python"
+ CMD stsci_python RUN "/eng/ssb/auto/prog/assemble_stsci_python"
AFTER svnsync
CMD stsci_iraf RUN "assemble_stsci_iraf"
AFTER svnsync
@@ -13,7 +15,7 @@ TABLE assemble HOST thor
AFTER svnsync
# all machines
-TABLE build HOST rhe4-32 rhe4-64 rhe5-64 leopard snow_leopard
+TABLE build HOST rhe4-32 rhe4-64 rhe5-64 leopard snow-leopard
CMD python2.7 RUN "build_stsci_python dev2.7"
AFTER *:assemble/stsci_python
@@ -21,7 +23,7 @@ TABLE build HOST rhe4-32 rhe4-64 rhe5-64 leopard snow_leopard
CMD hstcal RUN "build_hstcal"
AFTER *:assemble/hstcal
-TABLE build HOST rhe-64
+TABLE build HOST rhe5-64
CMD python2.6 RUN "build_stsci_python dev2.6"
AFTER *:assemble/stsci_python
@@ -43,12 +45,15 @@ TABLE build32 HOST rhe4-32 leopard
# copy 32 bit exe to 64 bit machine
TABLE build64 HOST rhe4-64
CMD iraf32_hack RUN "iraf32hack rhe4-32"
+ AFTER rhe4-32:build32/stsci_iraf
TABLE build64 HOST rhe5-64
CMD iraf32_hack RUN "iraf32hack rhe4-32"
+ AFTER rhe4-32:build32/stsci_iraf
-TABLE build64 HOST snow_leopard
+TABLE build64 HOST snow-leopard
CMD iraf32_hack RUN "iraf32hack leopard"
+ AFTER leopard:build32/stsci_iraf
#
@@ -59,7 +64,7 @@ TABLE build_finished HOST rhe4-32 leopard
AFTER build32/stsci_iraf
AFTER build32/axe
-TABLE build_finished HOST rhe4-64 rhe5-64 snow_leopard
+TABLE build_finished HOST rhe4-64 rhe5-64 snow-leopard
CMD finished2.7 RUN "echo done"
AFTER build/python2.7
AFTER build/hstcal