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

Next revision
Previous revision
Next revision Both sides next revision
wiki:development:release-howto-mswin [2015/02/24 00:53]
mikedep333 created
wiki:development:release-howto-mswin [2015/02/25 13:31]
mikedep333 correct creating a branch, so that it is not based off of a nameless branch
Line 17: Line 17:
 |  1  | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. | |  1  | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. |
 |  2  | <code bash>cd <component></code> | | |  2  | <code bash>cd <component></code> | |
-|  3  | <code bash>git checkout master</code>Only necessaryif you're not already on the ''master'' branch. Check via ''git status''. | +|  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 pull --rebase</code> | Always make sure the repository is up-to-date. | +|  4  | <code bash>git checkout -b <ver-mswin> <ver> </code> | | Creates a branch off of the released tag
-|  5  | <code bash>git checkout <ver> </code> | | +
-|  6  | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch+
  
 If a branch already exists: If a branch already exists:
Line 49: Line 47:
 |  2  | <code bash>git push --tags</code> | Run this **on your own machine** to push the new tag. | |  2  | <code bash>git push --tags</code> | Run this **on your own machine** to push the new tag. |
 |  3  | Upload the installers to code.x2go.org | FIXME: Fill in details | |  3  | Upload the installers to code.x2go.org | FIXME: Fill in details |
-|  4  | <code bash>x2go-signtarballs</code> | On code.x2go.org via SSH. Automatically signs and checksums tarballs, dmg files etc. No manual work required. |+|  4  | <code bash>cd <directory>> && ~/sign_packages/sighntarballs.sh</code> | On code.x2go.org via SSH. Automatically signs and checksums tarballs, dmg files etc. No manual work required. |
  
 Follow-Up: Follow-Up:
wiki/development/release-howto-mswin.txt · Last modified: 2017/03/11 20:40 by mikedep333