diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-07-29 16:07:59 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-07-29 16:07:59 -0700 |
commit | 969bc941052c29943dfb40d55089dc56fa46be57 (patch) | |
tree | 5b3bd4206f159ae54b2d6710be4c10c423653511 /README | |
parent | 427f591e1fcd1cf040406a539ad2725469a680fc (diff) | |
download | illumos-joyent-969bc941052c29943dfb40d55089dc56fa46be57.tar.gz |
1 Need README & TODO for Illumos project
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
Diffstat (limited to 'README')
-rw-r--r-- | README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000000..a51c5ac78b --- /dev/null +++ b/README @@ -0,0 +1,46 @@ +Illumos Gate README - July 29, 2010. + +This is the Illumos gate. It contains the following subdirectories: + + - usr/src -- this is a clone (with changes) of the Oracle ONNV gate. + We should avoid making too many disruptive changes here. It + will be periodically synced with ONNV. + + - usr/illumos -- this is the set of bits that we deliver, which are not + yet integrated into the onnv tree. This may include various + testing bits, etc. These bits (for whatever reason), are things + that we think are inappropriate for inclusion in the upstream and + really are specific to illumos. + +Integration Rules: + + All changes must have been reviewed, and (for the interim only!) + approved by the gatekeeper (below). A code review may be performed + by someone other than the gatekeeper, but the final integration should + still be approved by the gatekeeper. (Think CRT advocate for now.) + The gatekeeper will want to see your webrev and hg outgoing -v. + + All changes must adhere to typical ON style and quality rules. + For example, pass full cstyle, applicable lint rules, etc. + + All commits must include either a CDDL or BSD/MIT license, unless + approved otherwise by the gatekeeper. CDDL licensed changes must + be backed by a Sun Contributor Agreement, so that the changes can + be contributed to the upstream OpenSolaris consolidation. + + Hg commits should have comments of the following form: + + 1234 This is a sample bug report synopsis + 4567 If you have a second bug synopsis... + Reviewed by: codereviewer@somewhere.net + Approved by: gatekeeper@somewhere.else.com + +Branches: + + Please talk to the gatekeeper about personal branches. In general, + they will be allowed as long as we don't go *too* wild on them. + +Gatekeeper: garrett@nexenta.com (Interim) +IRC channel: #illumos on irc.freenode.net +Mailing list: developer@lists.illumos.org + |