[Rt-commit] rt branch, 4.0/hacking-docs, updated. rt-4.0.0rc6-106-gc11cb2e

Thomas Sibley trs at bestpractical.com
Tue May 10 13:13:10 EDT 2011


The branch, 4.0/hacking-docs has been updated
       via  c11cb2e815dcd1f3bd20078e6c82ede25fd90eab (commit)
       via  0f05db5a250203567ce2224322b869442c25d245 (commit)
      from  4f9e106f2325af804acde64af7f296adf16dc1dc (commit)

Summary of changes:
 docs/hacking.pod |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 0f05db5a250203567ce2224322b869442c25d245
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue May 10 13:12:41 2011 -0400

    All branches should be named this way

diff --git a/docs/hacking.pod b/docs/hacking.pod
index a7ee252..c2a6351 100644
--- a/docs/hacking.pod
+++ b/docs/hacking.pod
@@ -32,7 +32,7 @@ branch.  Branches to fix bugs should be based off of whichever trunk the
 bug was first found in.  If you found the bug in your RT 4.0.0 install,
 you'd branch from 4.0-trunk.
 
-Feature branches should be named based on the trunk they are branched
+Branches should be named based on the trunk they are branched
 from -- which is to say, the earliest branch they might be merged into.
 For example, a bugfix branched from C<4.0-trunk> might be named
 C<4.0/fail-taint-mode-early>.  A feature branched from C<master> when

commit c11cb2e815dcd1f3bd20078e6c82ede25fd90eab
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue May 10 13:12:48 2011 -0400

    Make sure they get test deps by using --with-devel-mode
    
    And make sure the deps get installed

diff --git a/docs/hacking.pod b/docs/hacking.pod
index c2a6351..a4ecc60 100644
--- a/docs/hacking.pod
+++ b/docs/hacking.pod
@@ -81,10 +81,12 @@ can create and drop databases:
     export RT_DBA_USER=root
     export RT_DBA_PASSWORD=
 
-You'll need to configure RT before running tests.  To do this in place
-without installing:
+You'll need to configure RT and make sure you have all the dependencies
+before running tests.  To do this in place without installing:
 
-    ./configure.ac --with-my-user-group --enable-layout=inplace
+    ./configure.ac --with-my-user-group --enable-layout=inplace --with-devel-mode
+    make testdeps
+    make fixdeps
 
 Adjust the relevant database options as necessary if you want to test on
 Postgres, Oracle, or SQLite.  The default is MySQL.

-----------------------------------------------------------------------


More information about the Rt-commit mailing list