Changes for page Release Plan Help

Last modified by Vincent Massol on 2024/03/19 16:56

<
From version < 116.3 >
edited by Thomas Mortagne
on 2016/02/28 17:32
To version < 117.1 >
edited by Marius Dumitru Florea
on 2016/03/04 19:19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.mflorea
Content
... ... @@ -55,9 +55,7 @@
55 55  
56 56  * [[Configure your Github profile to add the SSH key of the agent>>https://github.com/settings/ssh]] so that the commits can be pushed to Github with your user (To get the agent SSH key, do {{code language="sh"}}cat ~/.ssh/id_dsa.pub{{/code}}). To verify it works, do the following on the agent machine: {{code language="sh"}}ssh -T [email protected]{{/code}}. It should reply with ##Hi <your user id>! You've successfully authenticated, but GitHub does not provide shell access.##.
57 57  * Make sure previous release manager did not left his GPG key
58 -{{code language="sh"}}
59 -gpg --delete-secret-and-public-keys `gpg --list-secret-keys | grep ^sec | cut -d/ -f2 | cut '-d ' -f1`
60 -{{/code}}
58 +{{code language="sh"}}gpg --delete-secret-and-public-keys `gpg --list-secret-keys | grep ^sec | cut -d/ -f2 | cut '-d ' -f1`{{/code}}
61 61  * Import your GPG key, run {{code language="sh"}}gpg --import secret.key{{/code}}
62 62  * Copy your ##.gitconfig.<yourusername>## file as the main ##gitconfig## file: {{code language="sh"}}cp .gitconfig.<yourusername> .gitconfig{{/code}}
63 63  
... ... @@ -453,7 +453,7 @@
453 453  To announce the new release on Twitter using [[XWiki.org`s account>>https://twitter.com/xwikiorg]]. Use the following type of text:
454 454  
455 455  {{code}}
456 -#XWiki 7.3 Release Candidate 1 has been #released! Check it out: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki73RC1
454 +maven@maven:~$ twidge update "#XWiki 7.3 Release Candidate 1 has been #released! Check it out: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki73RC1"
457 457  {{/code}}
458 458  
459 459  == Using PURL ==

Get Connected