Changes between Version 9 and Version 10 of how-to/roundcube-upgrade


Ignore:
Timestamp:
Sep 8, 2013, 1:21:35 AM (11 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

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

    v9 v10  
    3535git rebase 0.8.6
    3636# 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-mfpl-0.8.6-mfpl1
     37git tag -s -m 'Tagging roundcube with MF/PL changes version 0.8.6' roundcube-0.8.6-mfpl1
    3838git push gmo --tags
     39git push -f gmo
    3940}}}
    4041 * Now, as `roundcube-code@stallman.mayfirst.org`, verify the tag and check it out if it looks reasonable:
     
    4243cd /srv/roundcube-dev
    4344git remote update
    44 git tag -v roundcube-mfpl-0.8.6-mfpl1
    45 git checkout roundcube-mfpl-0.8.6-mfpl1
     45git tag -v roundcube-0.8.6-mfpl1
     46git checkout roundcube-0.8.6-mfpl1
    4647}}}
    4748 * Test via: https://roundcube.dev.mayfirst.org/
     
    5051cd /srv/roundcube
    5152git remote update
    52 git tag -v roundcube-mfpl-0.8.6-mfpl1
    53 git checkout roundcube-mfpl-0.8.6-mfpl1
     53git tag -v roundcube-0.8.6-mfpl1
     54git checkout roundcube-0.8.6-mfpl1
    5455}}}
    5556 * and test it one last time at https://roundcube.mayfirst.org/