diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-18 17:36:05 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-18 17:36:05 -0500 |
commit | a5afe5f657f5812ea95c5eb476eb355de6afa5a9 (patch) | |
tree | f14049a9056e660abf736073ae14a7221011fca0 /x_dist.sm | |
parent | c7082d39ae1f653fc33383d9e093d54b00022fd5 (diff) | |
download | steuermann-a5afe5f657f5812ea95c5eb476eb355de6afa5a9.tar.gz |
new sm files for nightly builds
IMPORT feature in specification language
checkpointing of various uncommitted changes
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@538 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'x_dist.sm')
-rw-r--r-- | x_dist.sm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ # we can make everything after this -TABLE x_distribute HOST herbert thor arzach bond cadeau +TABLE x_distribute HOST herbert thor arzach bond cadeau banana CMD gate RUN "exit 0" AFTER init/* + AFTER stamp/* # regular distributions @@ -19,7 +20,7 @@ TABLE x_distribute HOST herbert thor arzach CMD x.motd RUN "synctool - irafx/iraf/unix/hlib/motd" AFTER x_distribute/x.iraf -TABLE x_distribute HOST bond cadeau +TABLE x_distribute HOST bond cadeau banana CMD irafx.pkg RUN "cd $HOME/daily_build/mac_package; ./clean ; ./build x " AFTER x_distribute/gate CMD irafx.dmg RUN "cd $HOME/daily_build/mac_package; ./distribute x -" AFTER irafx.pkg |