summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 16:55:26 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 16:55:26 +0200
commit671c785dea1f06bbde569cac2964cbf5c68385b0 (patch)
tree57f197ef6509a1ef8aaf4c85ff446d3986a22991
parent02085b26c77350c2cabbffafa78957103a876ab9 (diff)
downloadgnutls-671c785dea1f06bbde569cac2964cbf5c68385b0.tar.gz
updated
-rw-r--r--README-alpha11
1 files changed, 10 insertions, 1 deletions
diff --git a/README-alpha b/README-alpha
index 8ad38bb5a8..3df2d8aa55 100644
--- a/README-alpha
+++ b/README-alpha
@@ -50,7 +50,7 @@ apt-get install automake autogen nettle-dev libp11-kit-dev
To download the version controlled sources:
-$ git clone git://repo.or.cz/gnutls.git
+$ git clone git://gitorious.org/gnutls/gnutls.git
$ cd gnutls
The next step is to run autoreconf (etc) and then ./configure:
@@ -65,6 +65,15 @@ Then build the project normally:
$ make
$ make check
+If you wish to contribute, you may read more about our coding style in
+doc/README.CODING_STYLE. Note that when contributing code that is not
+assigned to FSF, you will need to assert that the contribution is in
+accordance to the "Developer's Certificate of Origin" as found in the
+file doc/DCO.txt. That can be done by sending a mail with your real name to
+the gnutls-devel mailing list. Then just make sure that your contributions
+(patches), contain a "Signed-off-by" line, with your name and e-mail address.
+To automate the process use "git am -s" to produce patches.
+
Happy hacking!
----------------------------------------------------------------------