Ignore:
Timestamp:
Mar 25, 2009 7:43:59 AM (15 years ago)
Author:
raasch
Message:

further updates concerning new dvr-features + documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r224 r266  
    9797     # 14/11/08 - Siggi - update mechanism completely revised: source tarfile
    9898     #                    remains in source directory, one depository per block
    99      #                    (given in the config-file) is created, always all files
    100      #                    from the source directory are copied to the respective
    101      #                    depository, no additional file checks are done any more
    102      #                    (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)
    103103     # 13/01/09 - Marcus- re-enable compilation more than once on lcmuk (as on
    104104     #                    other machines)
     105     # 21/03/09 - Siggi - -u copies also copies process_dvr_output and
     106     #                    .dvrserver.config
    105107
    106108
     
    11851187                   # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN
    11861188                remote_ud=`echo $remote_ud | sed 's/\$HOME\///'`
    1187                 /bin/scp  batch_scp mbuild mrun subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
     1189                /bin/scp  batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
    11881190             else
    1189                 scp  batch_scp mbuild mrun subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
     1191                scp  batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob  ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS  >  /dev/null
    11901192             fi
    11911193
Note: See TracChangeset for help on using the changeset viewer.