diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-19 19:21:53 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-19 19:21:53 +0100 |
commit | 69eeec40f58944bb3e433cc1f238a6de69630572 (patch) | |
tree | 609920782937f381faf887daa1aa7d77d0ddc478 /README | |
parent | 06f899434820e13fa1843aabb6623a646ed77f29 (diff) |
README: Talk about git, not darcs
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -34,7 +34,7 @@ At build time, it also requires: See configure.ac for full details, including versions required. -Building from Darcs also requires the GNU build system (Autoconf, Automake, +Building from git also requires the GNU build system (Autoconf, Automake, libtool). Bugs, feature requests and to-do list @@ -50,7 +50,7 @@ We use an "odd/even" versioning scheme where the minor version (the y in x.y.z) determines stability - stable branches have y even, development branches have y odd. -Unreleased builds straight from Darcs identify themselves as version +Unreleased builds straight from git identify themselves as version "x.y.z.1". These are compiled with -Werror, so they might stop working if your gcc version issues more warnings than ours. If this is a problem for you, use a release tarball. @@ -69,8 +69,13 @@ Telepathy development is supported by Collabora Ltd. Hacking ======= -The current version of telepathy-gabble is always available from: - <http://darcs.collabora.co.uk/darcs/telepathy-gabble/> +The current version of telepathy-gabble is always available from the 'master' +branch of: + <git://git.collabora.co.uk/git/telepathy-gabble.git> + <http://git.collabora.co.uk/?p=telepathy-gabble.git> (gitweb) + +Stable branches are in the same repository, and are called +telepathy-gabble-0.6 etc. Proposed patches awaiting review can usually be found in Merge Monkey: <http://monkey.collabora.co.uk/> |