Changes between Version 14 and Version 15 of Developer/Release


Ignore:
Timestamp:
11/10/16 01:21:32 (7 years ago)
Author:
Chris Johns
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Release

    v14 v15  
    38381. RTEMS Source Builder ([https://git.rtems.org/rtems-source-builder.git git://git.rtems.org/rtems-source-builder.git])
    39391. RTEMS Tools ([https://git.rtems.org/rtems-tools.git git://git.rtems.org/rtems-tools.git])
    40 1. RTEMS Testing Support ([https://git.rtems.org/rtems-testing.git git://git.rtems.org/rtems-testing.git])
     401. RTEMS Documentation ([https://git.rtems.org/rtems-docs.git git://git.rtems.org/rtems-docs.git])
    41411. Example applications ([https://git.rtems.org/examples-v2.git git://git.rtems.org/examples-v2.git])
    42421. Networking examples ([https://git.rtems.org/network-demos.git git://git.rtems.org/network-demos.git])
     
    7373
    7474----
    75 ----
    7675
    7776= Pre-Release Checklist =
     
    8988  * Review contents of top of each repo for being up to date.
    9089
     90----
     91
    9192= Release Procedures =
    9293
     
    9798
    9899== Create a Release Branch for new Major or Minor ==
     100
    99101 1. Create branch for release, for example `git checkout -b 4.11`
    100102 1. Follow the steps below for Create a Release Branch Release.
     
    107109
    108110== Create a Release Branch Release ==
     111
    109112 1. Switch to Release Branch, for example `git checkout 4.11`.
    110113 1. Run release.sh in Dot (D) mode, for example `./release.sh -V 4.11.0 -M 4.11 -D`.
     
    118121   1. RSB
    119122
    120 ----
     123== Releasing Process ==
    121124
    122 = Snapshot =
     1251. This procedure is run and tested on FreeBSD. It uses a large amount of bandwidth and so it typically run `sync.rtems.org`.
     1261. Documentation is built and this includes PDF there a valid documentation build environment is required including production quality fonts.
    123127
    124 There are no snapshots as of yet.
     128Clone the [https://git.rtems.org/rtems-release/ RTEMS Release] repository and create the release providing the release's branch and the dot release number:
     129
     130{{{
     131$ git clone git://git.rtems.org/rtems-release.git
     132$ cd rtems-release
     133$ ./rtems-release 4.11 0
     134}}}
     135
     136```NOTE:``` for a release candidate use `0-rc1` as the dot release number.