freeside Makefile,1.121,1.122
ivan
ivan at pouncequick.420.am
Sat Mar 12 08:07:34 PST 2005
Update of /home/cvs/cvsroot/freeside
In directory pouncequick:/tmp/cvs-serv14062
Modified Files:
Makefile
Log Message:
popurl(3) won't give us a good freeside base url since RT calls it from multiple directory depths... have to specify explicity, like external integration
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Makefile 9 Feb 2005 01:08:07 -0000 1.121
+++ Makefile 12 Mar 2005 16:07:29 -0000 1.122
@@ -83,6 +83,7 @@
RT_DOMAIN = example.com
RT_TIMEZONE = US/Pacific;
#RT_TIMEZONE = US/Eastern;
+FREESIDE_URL = "http://localhost/freeside/"
#for now, same db as specified in DATASOURCE... eventually, otherwise?
RT_DB_DATABASE = freeside
@@ -273,6 +274,7 @@
perl -p -i -e "\
s'%%%RT_DOMAIN%%%'${RT_DOMAIN}'g;\
s'%%%RT_TIMEZONE%%%'${RT_TIMEZONE}'g;\
+ s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\
" ${RT_PATH}/etc/RT_SiteConfig.pm
install-rt:
More information about the freeside-commits
mailing list