Changeset 9074 for trunk/MagicSoft/Mars
- Timestamp:
- 08/03/08 18:31:21 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9070 r9074 19 19 -*-*- END OF LINE -*-*- 20 20 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 21 37 2008/08/02 Thomas Bretz 22 38 … … 68 84 69 85 70 71 86 2008/07/31 Daniela Dorner 72 87 … … 74 89 - added missing influences and needs for DataSetProcessStatus 75 90 76 * datacenter/scripts/checkstardone 91 * datacenter/scripts/checkstardone: 77 92 - removed breaks 78 93 - removed not needed variables 79 94 - changed dataset from string to int in call of macro 80 95 81 * datacenter/scripts/budb 96 * datacenter/scripts/budb: 82 97 - added output how to create database MyMagic 83 98 - added removing of logfiles -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r9044 r9074 127 127 echo "removing temporary dir..." >> $scriptlog 2>&1 128 128 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 129 137 done 130 138
Note:
See TracChangeset
for help on using the changeset viewer.