view · edit · sidebar · attach · print · history

<< ImageMagick | Index | InputOutputError >>

import_daily script from ch.oddb.org

Do not kill update_bsv as bsv_followers will follow. update_bsv does not tell you where it stands and will just output the Google-Email messages.

Dependencies

also see: Blog by Masa

  • import_daily runs every day at 03.01
  • takes more then one hour to run
  • import_daily depends on
    • exportd
    • ext/meddata/bin/meddatad
    • ext/swissreg/bin/swissregd
    • ext/comarkting/bin/comarktingd
  • import_daily runs update_bsv (results in 2 mails: Status-Report and BAG-Error-Report) and bsv_followers
  • change the timestamp of a file:
    • If you want to change the timestamp to Jul 1 12:25, the below command would do.
    • touch -t 200807011225 abc.txt

Re-Import BAG-Update

In case you did not receive the two Mails for SL-Update do

  • cp XMLPublications-2010.07.16.zip XMLPublications-latest.zip
  • cp XMLPublications-2010.08.02.zip XMLPublications-2010.08.03.zip

or

  • touch -t "201007160000" XMLPublication-latest.zip
  • cp XMLPublications-2010.08.02.zip XMLPublications-2010.08.03.zip

The touch command just changes the time and date of the file, not the file contents. cp command changes the time and contents.

view · edit · sidebar · attach · print · history
Page last modified on February 27, 2012, at 08:47 AM