IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of IPP_Operational_Configuration_Management


Ignore:
Timestamp:
Jul 20, 2011, 11:28:31 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Operational_Configuration_Management

    v11 v12  
    77
    88= How to fix failures =
     9== PanTasks Servers Configuration Files ==
     10If you are responsible for a change in an input or ptolemy.rc file for some <pantasks_server> (if you are not the best is likely to ask ps-ipp-ops mailing-list). First go into the <pantasks_server> directory:
     11{{{
     12cd ~ipp/<pantasks_server>
     13}}}
     14Update and then inspect its contents (according to SVN):
     15{{{
     16svn update .
     17svn status . -q
     18}}}
    919
     20The {{{input}}} or the {{{ptolemy.rc}}} should be displayed with a 'M'.
    1021
     22=== Modified {{{input}}} file ===
     23{{{
     24svn diff input
     25}}}
     26If you are satisfied with the changes, as YOURSELF:
     27{{{
     28svn commit -m "`An informative message`" input
     29}}}
     30
     31=== Modified {{{ptolemy.rc}}} file ===
     32{{{
     33svn diff ptolemy.rc
     34}}}
     35If you are satisfied with the changes, as YOURSELF:
     36{{{
     37svn commit -m "`An informative message`" ptolemy.rc
     38}}}
    1139= Requests =
    1240== Software Improvements/Bugs ==