diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:49:17 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:49:17 -0400 |
commit | 256142285eb349d19ea3418dbaaaff41a73eba21 (patch) | |
tree | b026b1ebe3f2ffba37a3cb6197a47fa99f1923c8 | |
parent | d7dd03e3b43510bc3a79e592f600d7cb239bc8ca (diff) |
get changes to generate.sh from master
-rwxr-xr-x | generate.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/generate.sh b/generate.sh index 32eacfa..9d5fb87 100755 --- a/generate.sh +++ b/generate.sh @@ -3,6 +3,23 @@ # The generate.sh bash file is used to generate all of the necessary # .rb files to run the website +# To modify it and update the app do the following: +# 1. Take care of uncommitted files +# 2. Run `git checkout clean2` +# 3. Run `git pull` +# 4. Make any changes to `generate.sh`, and commit them. +# If you have committed the desired changes to 'master', you can do +# this simply with: +# git checkout master generate.sh +# git commit -m 'Get changes to generate.sh from master +# 5. Run `./generate.sh` +# 6. Run `git commit -m 'run ./generate.sh'` +# 7. Run `git checkout master` +# 8. Run `git merge clean2` +# 9. Resolve any merge conflicts. +# 10. Run `git push origin clean2` +# 11. Run `git push origin master` + set -xe # figure out where we are running from |