Changeset 206 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Oct 13, 2008 2:59:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r201 r206 94 94 # 21/07/08 - Siggi - mainprog (executable) is added to the tar-file 95 95 # ({mainprog}_current_version) 96 # 02/10/08 - Siggi - adapted for lcxt4 96 97 97 98 … … 729 730 (lcsgih) remote_addres=130.75.4.102;; 730 731 (lctit) remote_addres=172.17.75.161;; 732 (lcxt4) remote_addres=129.177.20.113;; 731 733 (decalpha) remote_addres=165.132.26.56;; 732 734 (ibmb) remote_addres=130.73.230.10;; … … 1235 1237 ssh ${remote_username}@${remote_addres} "[[ ! -d ${remote_md} ]] && (echo \" *** ${remote_md} will be created\"; mkdir -p ${remote_md})" 1236 1238 else 1237 # TIT ERLAUBT NUR DIE AUSF ÜHRUNG GANZ BESTIMMTER KOMMANDOS1239 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS 1238 1240 # MIT SSH, DESHALB AUFRUF PER PIPE 1239 1241 print "[[ ! -d ${remote_md} ]] && (echo \" *** ${remote_md} will be created\"; mkdir -p ${remote_md})" | ssh ${remote_username}@${remote_addres} 2>&1 … … 1241 1243 if [[ $local_host = decalpha ]] 1242 1244 then 1243 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLST ÄNDIGEN PFADES1245 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTï¿œNDIGEN PFADES 1244 1246 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 1245 1247 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN … … 1258 1260 ssh ${remote_username}@${remote_addres} "cd ${remote_md}; [[ -f ${mainprog}_current_version.tar ]] && tar -xf ${mainprog}_current_version.tar" 1259 1261 else 1260 # TIT ERLAUBT NUR DIE AUSF ÜHRUNG GANZ BESTIMMTER KOMMANDOS1262 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS 1261 1263 # MIT SSH, DESHALB AUFRUF PER PIPE 1262 1264 print "cd ${remote_md}; [[ -f ${mainprog}_current_version.tar ]] && tar -xf ${mainprog}_current_version.tar" | ssh ${remote_username}@${remote_addres} 2>&1 … … 1270 1272 ssh ${remote_username}@${remote_addres} "cd ${remote_md}; tar -xf ${mainprog}_sources.tar" 1271 1273 else 1272 # TIT ERLAUBT NUR DIE AUSF ÜHRUNG GANZ BESTIMMTER KOMMANDOS1274 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS 1273 1275 # MIT SSH, DESHALB AUFRUF PER PIPE 1274 1276 print "cd ${remote_md}; tar -xf ${mainprog}_sources.tar" | ssh ${remote_username}@${remote_addres} 2>&1 … … 1319 1321 print "cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1320 1322 done 1323 1324 elif [[ $remote_host = lcxt4 ]] 1325 then 1326 1327 print "cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1321 1328 1322 1329 else … … 1357 1364 ssh ${remote_username}@${remote_addres} "cd ${remote_md}; chmod u+w *; tar -cf ${mainprog}_current_version.tar ${mainprog} *.f90 *.o *.mod" 1358 1365 else 1359 # TIT ERLAUBT NUR DIE AUSF ÜHRUNG GANZ BESTIMMTER KOMMANDOS1366 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS 1360 1367 # MIT SSH, DESHALB AUFRUF PER PIPE 1361 1368 print "cd ${remote_md}; chmod u+w *; tar -cf ${mainprog}_current_version.tar ${mainprog} *.f90 *.o *.mod" | ssh ${remote_username}@${remote_addres} 2>&1 … … 1385 1392 ssh ${remote_username}@${remote_addres} "[[ ! -d ${remote_ud} ]] && (echo \" *** ${remote_ud} will be created\"; mkdir -p ${remote_ud}); [[ ! -d ${remote_ud}/../SCRIPTS ]] && (echo \" *** ${remote_ud}/../SCRIPTS will be created\"; mkdir -p ${remote_ud}/../SCRIPTS)" 1386 1393 else 1387 # TIT ERLAUBT NUR DIE AUSF ÜHRUNG GANZ BESTIMMTER KOMMANDOS1394 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS 1388 1395 # MIT SSH, DESHALB AUFRUF PER PIPE 1389 1396 print "[[ ! -d ${remote_ud} ]] && (echo \" *** ${remote_ud} will be created\"; mkdir -p ${remote_ud}); [[ ! -d ${remote_ud}/../SCRIPTS ]] && (echo \" *** ${remote_ud}/../SCRIPTS will be created\"; mkdir -p ${remote_ud}/../SCRIPTS)" | ssh ${remote_username}@${remote_addres} 2>&1 … … 1393 1400 if [[ $local_host = decalpha ]] 1394 1401 then 1395 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLST ÄNDIGEN PFADES1402 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTï¿œNDIGEN PFADES 1396 1403 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 1397 1404 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN … … 1409 1416 if [[ $local_host = decalpha ]] 1410 1417 then 1411 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLST ÄNDIGEN PFADES1418 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTï¿œNDIGEN PFADES 1412 1419 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 1413 1420 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN
Note: See TracChangeset
for help on using the changeset viewer.