Changes between Version 19 and Version 20 of how-to/roundcube-upgrade
- Timestamp:
- Oct 23, 2023, 5:46:02 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/roundcube-upgrade
v19 v20 26 26 27 27 {{{ 28 0 jamie@animal:roundcube$ git checkout -b mfpl-1.4.13 1.4.13 29 Branch mfpl set up to track remote branch mfpl from gmo. 30 Switched to a new branch 'mfpl-1.4.13' 31 0 jamie@animal:roundcube$ 28 git remote update origin 29 git checkout -b mfpl-1.4.13 1.4.13 30 git push gmo mfpl-1.4.13 32 31 }}} 33 32 … … 60 59 cd /srv/roundcube 61 60 git fetch gmo 62 git checkout <tag> 61 git checkout <tag> # e.g. mfpl-1.5.5 63 62 # composer updates 64 63 cp composer.json-dist composer.json