A page in your DokuWiki was added or changed. Here are the details: Date : 2016/09/20 22:36 Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36 IP-Address : 96.248.86.25 Hostname : pool-96-248-86-25.cmdnnj.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin?rev=14744... New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin Edit Summary: Steps for build-main-mswin branch User : mikedep333 @@ -32,8 +32,19 @@ | 1 | <code bash>dch -r</code> | Make sure to explicitly use '':w'' in vim to save the text. Otherwise, i.e., via '':x'', your change will not be recorded! Also, this needs to be updated for cygwin. | | 2 | <code bash>git diff</code> | Make sure the output is exactly what you expect! | | 3 | <code bash>git commit -am 'release <ver>'</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. http://jenkins.x2go.org:8080/view/All%20Releases/ -- This mail was generated by DokuWiki at http://wiki.x2go.org/