Documentation

- Cleaned up a few old references.
This commit is contained in:
Paul Beckingham
2013-09-10 23:26:36 -04:00
parent f7a6d07d71
commit 1282d545d6
2 changed files with 6 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ Unit Tests Needed
code and run the test suite: code and run the test suite:
git clone git://tasktools.org:task.git git clone git://tasktools.org:task.git
cd task.git cd task.git
git checkout 2.3.0
cmake . cmake .
make make
make test make test
@@ -187,7 +188,10 @@ Current Codebase Condition
'2.3.0' branch: '2.3.0' branch:
- Current development branch with sync features, and new tasksh. - Current development branch with sync features, and new tasksh.
'2.4.0' branch:
- Command line parser rewrite.
--- ---
2012-05-12 Added general statement about how to contribute. 2012-05-12 Added general statement about how to contribute.
2013-03-31 Updated branch info. 2013-09-09 Updated branch info.

View File

@@ -156,7 +156,7 @@ Test Suite
many platforms. Code changes are automatically detected, propagated, built and many platforms. Code changes are automatically detected, propagated, built and
tested on a variety of participating platforms. Grid testing results are here: tested on a variety of participating platforms. Grid testing results are here:
http://tasktools.org/tinderbox/taskwarrior.html http://tasktools.org/tinderbox/taskwarrior-2.3.0.html
When making code changes, it is important that the test suite be run to verify When making code changes, it is important that the test suite be run to verify
that functionality was not broken. that functionality was not broken.