summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-01 20:12:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-01 20:12:18 (GMT)
commit0d9345d1dabe58392c5dcd3a4fb7a5b95c10a167 (patch)
tree35081bf8bfd7d5136540748373508439e994d7d9 /README
parent036903d5271d8f62ee7a9994253f365bdef97ef1 (diff)
parent9d743adb55f97aa22bfa33577c76d68b6a61cb7b (diff)
Merge.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
diff --git a/README b/README
index 97be369..4fe8d88 100644
--- a/README
+++ b/README
@@ -22,8 +22,8 @@ You can find a (terse and WIP) documentation in docs/overview.txt.
You can also point your browser to
http://ymorin.is-a-geek.org/projects/crosstool
-PARTICIPATING /
-_____________/
+CONTRIBUTING /
+____________/
Sending a bug report
--------------------
@@ -50,6 +50,19 @@ that you may find usefull:
- mq : http://mercurial.selenic.com/wiki/MqExtension
- patchbomb : http://mercurial.selenic.com/wiki/PatchbombExtension
+Commit messages should look like (without leading pipes):
+ |component: short, one-line description
+ |
+ |optional longer description
+ |on multiple lines if needed
+
+Here is an example commit message (see revision a53a5e1d61db):
+ |comp-libs/cloog: fix building
+ |
+ |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
+ |For any later versions, the directory name does have the version, such as
+ |cloog-ppl-0.15.4.
+
Here's a typical hacking session:
hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng crosstool-ng
cd crosstool-ng