Changeset 305 for palm/trunk/SCRIPTS
- Timestamp:
- Apr 27, 2009 11:58:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r266 r305 105 105 # 21/03/09 - Siggi - -u copies also copies process_dvr_output and 106 106 # .dvrserver.config 107 # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh 107 108 108 109 … … 474 475 (lcxt4) remote_addres=129.177.20.113;; 475 476 (decalpha) remote_addres=165.132.26.56;; 476 (ibmb) remote_addres=130.73.230.10;; 477 (ibmh) remote_addres=130.75.4.10;; 477 (ibmh) remote_addres=136.172.40.15;; 478 478 (ibms) remote_addres=150.183.5.101;; 479 479 (ibmy) remote_addres=165.132.26.58;; … … 1084 1084 ssh ${remote_username}@${remote_addres} "cd ${remote_md}; echo '$make_call_string' > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" 2>&1 | tee ${remote_host}_last_make_protokoll 1085 1085 1086 elif [[ $remote_host = ibm b || $remote_host = ibmh ]]1086 elif [[ $remote_host = ibmh ]] 1087 1087 then 1088 1088 … … 1228 1228 ssh ${remote_username}@${remote_addres} "cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" 1229 1229 1230 elif [[ $remote_host = ibm b || $remote_host = ibmh ]]1230 elif [[ $remote_host = ibmh ]] 1231 1231 then 1232 1232
Note: See TracChangeset
for help on using the changeset viewer.