diff options
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 |