Changes between Version 31 and Version 32 of JBSsandbox/PlasticSlices


Ignore:
Timestamp:
04/22/14 15:20:20 (10 years ago)
Author:
Josh Smift
Comment:

Added explicit code blocks with 'svn commit' steps.

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/PlasticSlices

    v31 v32  
    8585Note that the 'svn rm' and 'svn add' will return an error message if there's nothing to remove or add (respectively), like "svn: Not enough arguments provided"; that's fine, and is safe to ignore.
    8686
    87 Review to make sure that things look right, then commit that to Subversion.
     87Review to make sure that things look right, then commit that to Subversion:
     88
     89{{{
     90svn commit
     91}}}
    8892
    8993=== Create slivers ===
     
    241245Watching the spew log URL is usually a better bet if you can.
    242246
    243 Once you can log in everywhere, commit to Subversion the changes to ~/slices/plastic-slices/ssh_config.
     247Once you can log in everywhere, commit to Subversion the changes to ~/slices/plastic-slices/ssh_config:
     248
     249{{{
     250svn commit
     251}}}
    244252
    245253If you want to copy any of your personal dotfiles to each host, to customize your own personal environment there, now would be an opportune time to do that, since you're about to start running commands on the hosts. If you don't, you can safely skip this step. Josh used to copy the files in his ~/.cfhome directory, like so: