User Tools

Site Tools


wiki:development:release-howto-mswin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:development:release-howto-mswin [2016/09/20 22:25]
mikedep333 ver-YYYYMMDD -> ver-YYYY.MM.DD We've been doing this for a while now.
wiki:development:release-howto-mswin [2017/03/11 20:40]
mikedep333 Fix typo
Line 34: Line 34:
 |  3  | <code bash>git commit -am 'release <ver>'</code> | | |  3  | <code bash>git commit -am 'release <ver>'</code> | |
 |  4  | <code bash>git push</code> | | |  4  | <code bash>git push</code> | |
 +
 +Update the build-main-mswin branch. If you created a branch earlier:
 +^  No  ^  Command  ^  Tips / Comment  ^
 +|  1  | <code bash>git branch -f build-main-mswin <release/ver-mswin></code>
 +|  2  | Ask the X2Go git admin to run the same command on the server | Currently, Ionic is the admin |
 +
 +If you did not create a branch earlier:
 +^  No  ^  Command  ^  Tips / Comment  ^
 +|  1  | <code bash>git checkout build-main-mswin </code> | |
 +|  2  | <code bash>git merge --ff-only <release/ver-mswin></code> | |
 +|  3  | <code bash>git push</code> | |
  
 Now, if building X2Go Client, perform a build using Jenkins. Now, if building X2Go Client, perform a build using Jenkins.
Line 57: Line 68:
 Follow-Up: Follow-Up:
  
-  - Update symlink via SSH or SFTP: http://code.x2go.org/releases/PyHoca-GUI_latest_mswin32-setup.exe or http://code.x2go.org/releases/PyHoca-GUI_latest_mswin32-setup.exe+  - Update symlink via SSH or SFTP: http://code.x2go.org/releases/X2GoClient_latest_mswin32-setup.exe or http://code.x2go.org/releases/PyHoca-GUI_latest_mswin32-setup.exe
   - Update link on home page http://wiki.x2go.org/doku.php   - Update link on home page http://wiki.x2go.org/doku.php
   - Update BOTH links here http://wiki.x2go.org/doku.php/doc:installation:x2goclient or here http://wiki.x2go.org/doku.php/doc:installation:pyhoca-gui?&#ms_windows   - Update BOTH links here http://wiki.x2go.org/doku.php/doc:installation:x2goclient or here http://wiki.x2go.org/doku.php/doc:installation:pyhoca-gui?&#ms_windows
   - Windows-Specific release notes http://wiki.x2go.org/doku.php/doc:release-notes-mswin   - Windows-Specific release notes http://wiki.x2go.org/doku.php/doc:release-notes-mswin
   - Release email    - Release email 
wiki/development/release-howto-mswin.txt ยท Last modified: 2017/03/11 20:40 by mikedep333