Skip to content

Commit

Permalink
Revert "Update hotfix documentation for template hotfixes"
Browse files Browse the repository at this point in the history
This reverts commit 3e60e7e.

This documentation is too site-specific to belong in the general
documentation for git-deploy.
  • Loading branch information
avar committed Sep 1, 2012
1 parent ac97025 commit 1b228bb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions bin/git-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ beforehand. Then you cherry-pick some commit/s:
git cherry-pick SHA1_OF_HOTFIX
Run the command below, and it will print a new SHA1. Please take note of that <NEW_SHA1>:
...and make a note of the resulting <NEW_SHA1>:
git --no-pager log -1 --pretty=%H
Expand All @@ -1594,17 +1594,11 @@ want to roll out, so do:
git checkout -f
This will ensure that you are on your hotfix commit, and that any git hooks are
executed.
If you are rolling out templates, please make sure you run concat
You should then TEST the code.
If you are rolling out Perl code, then you have to run
executed. You should then TEST the code. On a webserver this normally involves
httpd restart
You have to do some manual testing of the relevant web site before proceeding to make sure the change is there and you are not breaking anything.
followed by some manual testing of the relevant web site.
When you are satisfied that things are OK, you can execute the sync:
Expand Down

0 comments on commit 1b228bb

Please sign in to comment.