[Bps-public-commit] rt-shipwright branch, master, updated. 9da11d6e7e0f2536f6a3cdb5e5ed0c3a8ec120b6

? sunnavy sunnavy at bestpractical.com
Mon Jun 7 10:52:42 EDT 2010


The branch, master has been updated
       via  9da11d6e7e0f2536f6a3cdb5e5ed0c3a8ec120b6 (commit)
      from  0341c632ce57a97d4db415654c3fe4de4ec2315b (commit)

Summary of changes:
 3.8.8/note |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 9da11d6e7e0f2536f6a3cdb5e5ed0c3a8ec120b6
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Jun 7 22:52:55 2010 +0800

    add note for the rt import cmd

diff --git a/3.8.8/note b/3.8.8/note
index ee00682..9781be1 100644
--- a/3.8.8/note
+++ b/3.8.8/note
@@ -30,3 +30,8 @@ perl:
 configure: sh Configure -de -Dprefix=%%INSTALL_BASE%%
 
 RT has a build.pl: see also scripts/RT/build.pl
+since RT doesn't have a Makefile.PL or Build.PL, we need to run
+./sbin/rt-test-dependencies --with-standalone --with-fastcgi --with-sqlite --with-dev --list > /tmp/rt.yml
+after importing all the c libs, we can import RT:
+$ shipwright import file:/path/to/rt-3.8.8.tar.gz --require-yml /tmp/rt.yml --build-script /path/to/build.pl --skip-all-recommends
+

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



More information about the Bps-public-commit mailing list