aboutsummaryrefslogtreecommitdiff
path: root/dev.sm
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sm')
-rw-r--r--dev.sm38
1 files changed, 8 insertions, 30 deletions
diff --git a/dev.sm b/dev.sm
index 0c640a3..b203010 100644
--- a/dev.sm
+++ b/dev.sm
@@ -1,32 +1,10 @@
## TODO:
## add builds on ssbwebv1 for those things that we actually care about
-####################
-####################
-
-# arzach assembles all the source code
-TABLE assemble HOST arzach
-
- CMD svnsync RUN "assemble_svnsync"
- AFTER init/*
- AFTER OPT irafx_update
-
- CMD dev.stsci_python RUN "assemble_stsci_python dev"
- AFTER init/*
- AFTER svnsync
-
- CMD dev.stsci_iraf RUN "assemble_stsci_iraf dev"
- AFTER init/*
- AFTER svnsync
-
- CMD dev.axe RUN "assemble_axe dev"
- AFTER init/*
- AFTER svnsync
-
- CMD dev.hstcal RUN "assemble_hstcal dev"
- AFTER init/*
- AFTER svnsync
+TABLE build HOST arzach
+ CMD dev.astrolib RUN "build_astrolib"
+ AFTER arzach:assemble/dev.astrolib
####################
####################
@@ -34,7 +12,7 @@ TABLE assemble HOST arzach
# install stsci_python into default environment
# build hstcal
# - everywhere
-TABLE build HOST herbert thor arzach bond cadeau
+TABLE build HOST herbert thor arzach bond cadeau banana
CMD dev.py2.7 RUN "build_stsci_python dev 2.7"
AFTER init/*
AFTER *:assemble/dev.stsci_python
@@ -79,7 +57,7 @@ TABLE build HOST thor arzach
CMD dev.stsci_iraf_64hack RUN "build_stsci_iraf_64hack dev herbert"
AFTER herbert:build/dev.stsci_iraf*
-TABLE build HOST cadeau
+TABLE build HOST cadeau banana
CMD dev.stsci_iraf_64hack RUN "build_stsci_iraf_64hack dev bond"
AFTER bond:build/dev.stsci_iraf*
@@ -96,7 +74,7 @@ TABLE build HOST thor
AFTER build/dev.py2.7
# stamp the IRAF banner file when the builds are complete
-TABLE stamp HOST herbert thor arzach bond cadeau
+TABLE stamp HOST herbert thor arzach bond cadeau banana
CMD dev RUN "build_stamp dev"
AFTER build/*
@@ -117,7 +95,7 @@ TABLE distribute HOST herbert thor arzach
CMD dev.motd RUN "synctool - irafdev/iraf/unix/hlib/motd"
AFTER distribute/dev.iraf
-TABLE distribute HOST bond cadeau
+TABLE distribute HOST bond cadeau banana
CMD irafdev.pkg RUN "cd $HOME/daily_build/mac_package; ./clean ; ./build dev " AFTER stamp/dev
CMD irafdev.dmg RUN "cd $HOME/daily_build/mac_package; ./distribute dev -" AFTER irafdev.pkg
@@ -211,7 +189,7 @@ TABLE distribute_other HOST thor
# This structure is meant to serialize the regtests so that nothing else
# is going on at the same time. The regtests can consume all the CPUs.
-TABLE regtest HOST herbert thor arzach bond cadeau
+TABLE regtest HOST herbert thor arzach bond cadeau banana
CMD okify RUN "test_okify"
AFTER distribute/*
CMD dev.test2.7 RUN "test_rt dev 2.7"