Changes between Version 12 and Version 13 of how-to/roundcube-upgrade
- Timestamp:
- Oct 22, 2013, 5:34:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/roundcube-upgrade
v12 v13 33 33 * start by rebasing, inspecting, verifying, signing a tag, and then pushing to `git.mayfirst.org`: 34 34 {{{ 35 git rebase 0. 8.635 git rebase 0.9.5 36 36 # examine the changelog and the git history; make sure things look sane. 37 git tag -s -m 'Tagging roundcube with MF/PL changes version 0. 8.6' roundcube-0.8.6-mfpl137 git tag -s -m 'Tagging roundcube with MF/PL changes version 0.9.6' roundcube-0.9.5-mfpl1 38 38 git push gmo --tags 39 39 git push -f gmo … … 43 43 cd /srv/roundcube-dev 44 44 git remote update 45 git tag -v roundcube-0. 8.6-mfpl146 git checkout roundcube-0. 8.6-mfpl145 git tag -v roundcube-0.9.5-mfpl1 46 git checkout roundcube-0.9.5-mfpl1 47 47 }}} 48 48 * Test via: https://roundcube.dev.mayfirst.org/ … … 51 51 cd /srv/roundcube 52 52 git remote update 53 git tag -v roundcube-0. 8.6-mfpl154 git checkout roundcube-0. 8.6-mfpl153 git tag -v roundcube-0.9.5-mfpl1 54 git checkout roundcube-0.9.5-mfpl1 55 55 }}} 56 56 * and test it one last time at https://roundcube.mayfirst.org/