Changeset 266 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Mar 25, 2009 7:43:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r224 r266 97 97 # 14/11/08 - Siggi - update mechanism completely revised: source tarfile 98 98 # remains in source directory, one depository per block 99 # (given in the config-file) is created, al ways all files100 # f rom the source directory are copied to the respective101 # depository, no additional file checks are done any more102 # (version 2.1)99 # (given in the config-file) is created, allways all 100 # files from the source directory are copied to the 101 # respective depository, no additional file checks are 102 # done any more (version 2.1) 103 103 # 13/01/09 - Marcus- re-enable compilation more than once on lcmuk (as on 104 104 # other machines) 105 # 21/03/09 - Siggi - -u copies also copies process_dvr_output and 106 # .dvrserver.config 105 107 106 108 … … 1185 1187 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN 1186 1188 remote_ud=`echo $remote_ud | sed 's/\$HOME\///'` 1187 /bin/scp batch_scp mbuild mrun subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null1189 /bin/scp batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1188 1190 else 1189 scp batch_scp mbuild mrun subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null1191 scp batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1190 1192 fi 1191 1193
Note: See TracChangeset
for help on using the changeset viewer.