Changes for page Release Process

Last modified by Simon Urli on 2023/10/10 11:52

<
From version < 84.1 >
edited by Sergiu Dumitriu
on 2011/09/27 20:03
To version < 85.1 >
edited by Sergiu Dumitriu
on 2011/09/28 10:39
>
Change comment: Updated the quick release process with the instructions for the second script

Summary

Details

Page properties
Content
... ... @@ -84,12 +84,24 @@
84 84  hudsonagent@ks365275:~$ cp .gitconfig.default .gitconfig
85 85  hudsonagent@ks365275:~$ gpg --delete-secret-and-public-keys `gpg --list-secret-keys | grep ^sec | cut -d/ -f2 | cut '-d ' -f1`
86 86  
87 +# Second part of the release, pushing files and posting announcements
88 +
87 87  # Go back to maven machine
88 88  hudsonagent@ks365275:~$ exit
89 89  
90 -# Coming soon: second part of the release
92 +# Write the short release notes
93 +maven@maven:~$ nano releasenotes.txt
94 +
95 +# Start the process
96 +maven@maven:~$ export VERSION=3.3-milestone-1
91 91  maven@maven:~$ ~/push-release.sh
98 +
99 +# Faster, provide the credentials in a file
100 +maven@maven:~$ cp example.passwords sdumitriu.passwords
101 +maven@maven:~$ nano sdumitriu.passwords
102 +maven@maven:~$ ~/push-release.sh sdumitriu.passwords
92 92  {{/code}}
104 +
93 93  = Release Steps =
94 94  
95 95  {{info}}

Get Connected