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
Next revision Both sides next revision
wiki:development:release-howto-mswin [2015/02/25 13:19]
mikedep333 Simpify steps to create a branch.
wiki:development:release-howto-mswin [2015/07/31 04:31]
mikedep333 x2goclient should be built using jenkins
Line 18: Line 18:
 |  2  | <code bash>cd <component></code> | | |  2  | <code bash>cd <component></code> | |
 |  3  | <code bash>git fetch --all </code> | If the repo already exists, you will follow this step instead of step 1. | |  3  | <code bash>git fetch --all </code> | If the repo already exists, you will follow this step instead of step 1. |
-|  4  | <code bash>git checkout <ver> </code> | | +|  4  | <code bash>git checkout -b <ver-mswin> <ver> </code> | | Creates a branch off of the released tag
-|  5  | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch+
  
 If a branch already exists: If a branch already exists:
Line 36: Line 35:
 |  4  | <code bash>git push</code> | | |  4  | <code bash>git push</code> | |
  
-Now, perform a build with <ver-YYYYMMDD> as the version from X2Go-WinBuilder:+Now, if building X2Go Clientperform a build using Jenkins. 
 + 
 +http://jenkins.x2go.org:8080/view/All%20Releases/ 
 + 
 +After completed, the build will be uploaded under [[http://code.x2go.org/releases/binary-win32/x2goclient/heuler/|the heuler folder]] (and will not have the git commit hash in its filename, which sets it apart from the nightly builds.) 
 + 
 + 
 +If building PyHoca-GUI perform a build with <ver-YYYYMMDD> as the version from X2Go-WinBuilder:
  
-http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient 
 http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui
  
wiki/development/release-howto-mswin.txt · Last modified: 2017/03/11 20:40 by mikedep333