Changeset 8483


Ignore:
Timestamp:
05/09/07 17:14:48 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8481 r8483  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/05/09 Daniela Dorner
     22
     23   * scripts/makemovie:
     24     - added comment
     25     - removed not needed lines
     26
     27   * datacenter/scripts/buildsequenceentries,
     28     datacenter/scripts/checkfilesforsequenceavail,
     29     datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
     30     datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
     31     datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
     32     datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
     33     datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
     34     datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
     35     datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
     36     datacenter/scripts/findnotseqruns,
     37     datacenter/scripts/insertdatasets,
     38     datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
     39     datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
     40     datacenter/scripts/mcsequences,
     41     datacenter/scripts/movingsubsystemfiles,
     42     datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
     43     datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
     44     datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
     45     datacenter/scripts/setup, datacenter/scripts/sourcefile,
     46     datacenter/scripts/webupdate-callisto,
     47     datacenter/scripts/webupdate-ganymed,
     48     datacenter/scripts/webupdate-sinope,
     49     datacenter/scripts/webupdate-star,
     50     datacenter/scripts/writedatasetfiles,
     51     datacenter/scripts/writesequencefiles,
     52     datacenter/scripts/zipscript:
     53     - change time for 'Software-Developement'
     54
     55   * datacenter/scripts/buildsequenceentries,
     56     datacenter/scripts/checkfilesforsequenceavail,
     57     datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
     58     datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
     59     datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
     60     datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
     61     datacenter/scripts/runganymed, datacenter/scripts/runstar,
     62     datacenter/scripts/writedatasetfiles,
     63     datacenter/scripts/writesequencefiles:
     64     - removed variable needed only for setstatusroot
     65     - adapted variable needed for setstatus
     66     - adapted comment
     67
     68   * datacenter/scripts/writedatasetfiles:
     69     - added missing 'setstatus "start"'
     70
     71   * datacenter/scripts/correcttime:
     72     - improved regular expressions
     73
     74   * datacenter/macros/findcacofiles.C:
     75     - added algorithm for searching missing caco files and inserting
     76       the according runnumber to the database
     77     - adapted comment
     78
     79   * datacenter/scripts/filesondisk:
     80     - removed algorithm for finding missing caco files (done by
     81       findcacofiles.C no)
     82     - adapted comment
     83     - added removing of files conaining the run lists
     84
     85   * datacenter/scripts/zipscript:
     86     - added possibility to start several zipscripts giving a commanline
     87       option
     88     - added locking of callisto
     89     - removed not needed lines
     90     - removed old code
     91     - fixed bug (filename for chmod was wrong)
     92
     93   * datacenter/scripts/runcallisto:
     94     - added locking of sequence for zipping
     95     - reduced find for cc and caco file to the directory of the date,
     96       where the files are stored (date taken from callisto filename)
     97     - improved regular expressions
     98
     99   * steps.rc:
     100     - added fNotZipping to Needs of fCallisto to allow for the locking
     101       of callistos by the zipscript
     102
     103   * datacenter/scripts/sourcefile:
     104     - removed functions setstatusroot and getdolistroot
     105     - renamed variable in setstatus
     106     - added function sendquery
     107     - adapted if-clause to avoid removing of non existing files in
     108       case todofile is empty
     109
     110   * datacenter/scripts/scriptlauncher:
     111     - fixed bug (in case condor_submit failed, the scriptlauncher was
     112       waiting for the not submitted job, until it was killed)
     113
     114   * datacenter/scripts/jobmanager:
     115     - added algorithm to increase sleeping time in case condor failed
     116       several times in a row
     117
     118   * datacenter/scripts/setup:
     119     - renamed errorsleeptime for usage in algorithm in jobmanager
     120
     121   * datacenter/scripts/dodatacheck:
     122     - added query for date to reduce the find to the directory of the
     123       date, where the rawfile is stored
     124     - removed not needed lines
     125
     126   * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
     127     datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
     128     datacenter/scripts/movingsubsystemfiles,
     129     datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
     130     scripts/dospectrum, scripts/makemovie, scripts/processsequence:
     131     - changed indentation to 3 spaces, where it was different
     132
     133   * datacenter/scripts/copyscript:
     134     - added sort and uniq to find for dates
     135     - removed not needed lines
     136     - adapted find for catalogue files such that only the directories
     137       of the last 31 days are searched with find and not the whole
     138       central control path
     139
     140   * datacenter/db/sequinfo.php:
     141     - show ranges menu on first loading of page
     142
     143   * datacenter/db/menu.js:
     144     - adapted functions to show ranges menu on first loading of the
     145       page and hide it, when a query is done
     146     - commented functions
     147
     148   * scripts/processsequence:
     149     - restricted find for cacofile to directory of date
     150
     151   * scripts/merppupdate:
     152     - added (script to do merpp update for already calibrated files)
     153
     154
    20155
    21156 2007/05/09 Thomas Bretz
     
    105240
    106241
     242 2007/05/04 Daniela Dorner
     243
     244   * scripts/makemovie:
     245     - added (script to produce movies)
     246
     247
     248
    107249 2007/05/03 Daniel Hoehne
    108250
Note: See TracChangeset for help on using the changeset viewer.