[X2Go-Commits] page changed: wiki:development:release-howto

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Feb 19 12:41:59 CET 2015


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2015/02/19 11:41
Browser     : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
IP-Address  : 217.92.117.31
Hostname    : home.ionic.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto?rev=1424281274
New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto
Edit Summary: Typo in first dch command, should have been dch -r.
User        : ionic

@@ -15,9 +15,9 @@
  |  2  | <code bash>git clone ...</code> | Clone repository on japsand, if it doesn't already exist. |
  |  3  | <code bash>cd <component></code> | |
  |  4  | <code bash>git checkout master</code> | Only necessary, if you're not already on the ''master'' branch. Check via ''git status''. |
  |  5  | <code bash>git pull --rebase</code> | Always make sure the repository is up-to-date. |
- |  6  | <code bash>dch -i</code> | Make sure to explicitly use '':w'' in vim to save
the text. Otherwise, i.e., via '':x'', your change will not be recorded! |
+ |  6  | <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! |
  |  7  | <code bash>git diff</code> | Make sure the output is exactly what you expect! |
  |  8  | <code bash>git commit -am 'release <ver>'</code> | |
  |  9  | <code bash>git push</code> | |
  |  10  | <code bash>git tag -s '<ver>' -m 'Upstream version <ver>'</code> | Run this **on your own machine** in your **checked-out, updated** copy (see steps 2 to 5.) Make sure your ''gnupg'' system is set up correctly and you have default key set. |



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list