Changes between Version 19 and Version 20 of how-to/roundcube-upgrade


Ignore:
Timestamp:
Oct 23, 2023, 5:46:02 PM (23 months ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/roundcube-upgrade

    v19 v20  
    2626
    2727{{{
    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$
     28git remote update origin
     29git checkout -b mfpl-1.4.13 1.4.13
     30git push gmo mfpl-1.4.13
    3231}}}
    3332
     
    6059cd /srv/roundcube
    6160git fetch gmo
    62 git checkout <tag>
     61git checkout <tag> # e.g. mfpl-1.5.5
    6362# composer updates
    6463cp composer.json-dist composer.json