Changes between Version 31 and Version 32 of JBSsandbox/PlasticSlices
- Timestamp:
- 04/22/14 15:20:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JBSsandbox/PlasticSlices
v31 v32 85 85 Note 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. 86 86 87 Review to make sure that things look right, then commit that to Subversion. 87 Review to make sure that things look right, then commit that to Subversion: 88 89 {{{ 90 svn commit 91 }}} 88 92 89 93 === Create slivers === … … 241 245 Watching the spew log URL is usually a better bet if you can. 242 246 243 Once you can log in everywhere, commit to Subversion the changes to ~/slices/plastic-slices/ssh_config. 247 Once you can log in everywhere, commit to Subversion the changes to ~/slices/plastic-slices/ssh_config: 248 249 {{{ 250 svn commit 251 }}} 244 252 245 253 If 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: