diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2013-05-29 06:59:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2013-05-29 06:59:19 +0000 |
commit | 74fba490e0fa01884bb89b2aabaf4ad1948fec43 (patch) | |
tree | 59aa090df93948b77219f1e36bec495e22b02a83 /ACE/docs/ACE-development-process.html | |
parent | 0123f67268a2769a4ac01b4639f2ae9da8560209 (diff) | |
download | ATCD-74fba490e0fa01884bb89b2aabaf4ad1948fec43.tar.gz |
Wed May 29 06:58:53 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-sunos5.7.h:
Fixed possible redefinition warning
* docs/ACE-development-process.html:
Extended bczar instructions, updated link
* tests/Compiler_Features_20_DLL.h:
* tests/Compiler_Features_20_DLL.cpp:
* tests/Compiler_Features_20_DLL_Export.h:
* tests/tests.mpc:
New C++11 compiler feature test
Diffstat (limited to 'ACE/docs/ACE-development-process.html')
-rw-r--r-- | ACE/docs/ACE-development-process.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ACE/docs/ACE-development-process.html b/ACE/docs/ACE-development-process.html index fb4ad9f2700..e964c1a4037 100644 --- a/ACE/docs/ACE-development-process.html +++ b/ACE/docs/ACE-development-process.html @@ -101,15 +101,15 @@ A bug should typically follow this life cycle:<p> At all times, we'll have a build czar. The role may be shared by multiple people. The build czar is responsible for ensuring that the next kits are clean, <em>i.e.</em>, it builds and runs cleanly on all -platforms. The status of all ACE+TAO builds is tracked automatically -<A HREF="http://tao.doc.wustl.edu/scoreboard/"</A>online</A>.<p> +platforms. The status of all ACE+TAO+CIAO+DAnCE builds is tracked automatically +<A HREF="www.dre.vanderbilt.edu/scoreboard"</A>online</A>.<p> A comprehensive summary of the build czar's role is available <A HREF="bczar/bczar.html">here</A>. This role is briefly summarized below:<p> <ul> <li>Remind people to check build logs. Developers are still responsible for verifying that their changes are clean. - <li>Fix minor problems caused by compilation errors. More complex + <li>Trigger other developers to fix problems caused by compilation errors. All problems should be fixed by the developers who caused them. The build czar should help track down the guilty parties. <li>Freeze the source repository when it's decided to no more @@ -131,22 +131,22 @@ violator. This is also intentional, desirable, beneficial, and the Right Thing[TM] to do.<p> <p><hr> -<H3>The ACE+TAO+CIAO Release Process</H3> +<H3>The ACE+TAO+CIAO+DAnCE Release Process</H3> <P> -Minor releases of ACE+TAO+CIAO occur periodically, typically twice a +Minor releases of ACE+TAO+CIAO+DAnCE occur periodically, typically twice a year. Minor releases have two-digit numbers, <EM>e.g.,</EM> 5.3. Major releases are released infrequently, typically once a year. Major releases are 1-digit numbers, <EM>e.g.,</EM>5, that include substantially new functionality. Both major and minor releases are carefully tested on all platforms the ACE+TAO run on. In particular, -we do not put out major or minor releases of ACE+TAO+CIAO until all the +we do not put out major or minor releases of ACE+TAO+CIAO+DAnCE until all the compilations and regression tests work successful on all the platform we support. <P> Between major/minor releases, we release micro releases periodically, -<EM>e.g.,</EM> 3-4 times per year, so that ACE+TAO+CIAO users can -download and test our latest work in progress. ACE+TAO+CIAO micro +<EM>e.g.,</EM> 3-4 times per year, so that ACE+TAO+CIAO+DAnCE users can +download and test our latest work in progress. ACE+TAO+CIAO+DAnCE micro release kits have three-digit numbers, <EM>e.g.,</EM> 5.3.1. Micro releases often contain important fixes that aren't in the major/minor releases and will compile cleanly and pass most tests on most |