Changes between Version 1 and Version 2 of how-to/puppet/workflow


Ignore:
Timestamp:
Apr 6, 2011, 12:53:41 AM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet/workflow

    v1 v2  
    1010 * If they succeed, then you are done
    1111 * If they fail:
    12         * Make additional changes on your workstation
    13         * git add the files you modified
    14         * git commit --amend
    15         * On roach, run freepuppet-init (that blows away your existing git repo, and builds a new empty one so your previosly pushed commit is no longer there).
    16         * On your workstation, run git push roach master
     12  * Make additional changes on your workstation
     13  * git add the files you modified
     14  * git commit --amend
     15  * On roach, run freepuppet-init (that blows away your existing git repo, and builds a new empty one so your previosly pushed commit is no longer there).
     16  * On your workstation, run git push roach master
    1717 * Repeat