Changes between Version 43 and Version 44 of ReleaseProcedure
- Timestamp:
- Dec 22, 2008, 5:57:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v43 v44 122 122 package, and perform all other release tests you think is 123 123 appropriate:[[br]][[br]] 124 Remove all unversioned files using 125 {{{ 126 make svn-clean 127 }}} 128 Check that remove was complete and that wc is up to date 129 {{{ 130 svn status -u 131 }}} 132 which should display nothing. Build and test the package 133 {{{ 134 ./bootstrap && ./configure && make release 135 }}} 136 If everything is ok, attach the new package to the DownloadPage, else start over.[[br]][[br]] 124 Run 125 {{{ 126 make release 127 }}} 128 If everything is OK, attach the new package to the DownloadPage, else start over.[[br]][[br]] 137 129 1. Create a tag, but first check that you are synchronized with repository 138 130 {{{ … … 270 262 package, and perform all other release tests you think is 271 263 appropriate:[[br]][[br]] 272 Remove all unversioned files using 273 {{{ 274 make svn-clean 275 }}} 276 Check that remove was complete and that wc is up to date 277 {{{ 278 svn status -u 279 }}} 280 which should display nothing. Build and test the package 281 {{{ 282 ./bootstrap && ./configure && make release 283 }}} 284 If everything is ok, attach the new package to the DownloadPage, else start over.[[br]][[br]] 264 Run 265 {{{ 266 make release 267 }}} 268 If everything is OK, attach the new package to the DownloadPage, else start over.[[br]][[br]] 285 269 1. Create a tag, but first check that you are synchronized with repository 286 270 {{{