Changes between Version 11 and Version 12 of IPP_Operational_Configuration_Management
- Timestamp:
- Jul 20, 2011, 11:28:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPP_Operational_Configuration_Management
v11 v12 7 7 8 8 = How to fix failures = 9 == PanTasks Servers Configuration Files == 10 If 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 {{{ 12 cd ~ipp/<pantasks_server> 13 }}} 14 Update and then inspect its contents (according to SVN): 15 {{{ 16 svn update . 17 svn status . -q 18 }}} 9 19 20 The {{{input}}} or the {{{ptolemy.rc}}} should be displayed with a 'M'. 10 21 22 === Modified {{{input}}} file === 23 {{{ 24 svn diff input 25 }}} 26 If you are satisfied with the changes, as YOURSELF: 27 {{{ 28 svn commit -m "`An informative message`" input 29 }}} 30 31 === Modified {{{ptolemy.rc}}} file === 32 {{{ 33 svn diff ptolemy.rc 34 }}} 35 If you are satisfied with the changes, as YOURSELF: 36 {{{ 37 svn commit -m "`An informative message`" ptolemy.rc 38 }}} 11 39 = Requests = 12 40 == Software Improvements/Bugs ==
