Changeset 9074 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/03/08 18:31:21 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9070 r9074  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2008/08/03 Daniela Dorner
     22
     23   * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
     24     datacenter/scripts/runreflector:
     25     - removed primvar
     26
     27   * datacenter/scripts/condorstatistics:
     28     - added (script calling the macro fillcondor.C to fill condor
     29       statistics to the database, tars the condor-statistic files
     30       afterwards)
     31
     32   * datacenter/scripts/dowebplots:
     33     - added converting from ps to pdf and removing of ps
     34
     35
     36
    2137 2008/08/02 Thomas Bretz
    2238
     
    6884
    6985
    70 
    7186 2008/07/31 Daniela Dorner
    7287
     
    7489     - added missing influences and needs for DataSetProcessStatus
    7590
    76    * datacenter/scripts/checkstardone
     91   * datacenter/scripts/checkstardone:
    7792     - removed breaks
    7893     - removed not needed variables
    7994     - changed dataset from string to int in call of macro
    8095
    81    * datacenter/scripts/budb
     96   * datacenter/scripts/budb:
    8297     - added output how to create database MyMagic
    8398     - added removing of logfiles
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r9044 r9074  
    127127   echo "removing temporary dir..." >> $scriptlog 2>&1
    128128   rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
     129   
     130   echo "converting $psfile to pdf..." >> $scriptlog 2>&1
     131   if ps2pdf $psfile >> $scriptlog 2>&1
     132   then
     133      rm -v $psfile  >> $scriptlog 2>&1
     134   else
     135      printprocesslog "WARN could not convert $psfile to pdf"
     136   fi
    129137done
    130138
Note: See TracChangeset for help on using the changeset viewer.