gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc/local.d 02scm, 1.2, 1.3 30homegroupother, 1


From: tperdue
Subject: [Gforge-commits] gforge/etc/local.d 02scm, 1.2, 1.3 30homegroupother, 1.6, 1.7
Date: Sun, 07 Nov 2004 20:03:58 -0600

Update of /cvsroot/gforge/gforge/etc/local.d
In directory db.perdue.net:/home/tperdue/share/release.gforge.org/etc/local.d

Modified Files:
        02scm 30homegroupother 
Log Message:
cleaning up config

Index: 02scm
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/02scm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 02scm       31 Oct 2004 18:39:14 -0000      1.2
+++ 02scm       8 Nov 2004 02:03:55 -0000       1.3
@@ -3,7 +3,8 @@
 //
 
 // Machine that hosts SCM
-$sys_scm_host = "{scm_host}";
+$sys_scm_host = '{scm_host}';
+$sys_cvs_host=$sys_scm_host;
 
 // Force the use of a single scm host instead of scm.project.domain.com
 // Set to 1 to use scm.domain.com for all projects

Index: 30homegroupother
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/30homegroupother,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 30homegroupother    21 Jul 2004 20:39:32 -0000      1.6
+++ 30homegroupother    8 Nov 2004 02:03:55 -0000       1.7
@@ -2,9 +2,9 @@
 //
 // Groups and Homes dir prefix
 //
-$homedir_prefix="{homedir}";
-$groupdir_prefix="{groupdir}";
-$sys_chroot="{gforge_chroot}";
+$homedir_prefix='{homedir}';
+$groupdir_prefix='{groupdir}';
+$sys_chroot='{gforge_chroot}';
 
 //
 // File Upload Configuration
@@ -22,16 +22,16 @@
 //             installation.  If you use ANY form of relative path
 //             you will break the html_image function in include/html.php
 //
-$sys_urlroot="{usr_share_gforge}/www/";
+$sys_urlroot='{usr_share_gforge}/www/';
 
 // Name of the system as a whole (needed by various utils and titles)
-$sys_name="{system_name}";
+$sys_name='{system_name}';
 
 // session cookie settings
 //
 //     IMPORTANT - YOU MUST CHANGE "foobar" to a long, random number
 //
-$sys_session_key = "{sys_session_key}";
+$sys_session_key = '{sys_session_key}';
 $sys_session_expire = {sys_session_expire};
 
 // Require that user give unique (not yet existent in db) email upon
@@ -44,7 +44,7 @@
 
 // Themeing related vars... Some of this needs to change in the session stuff
 // The theme base directory, everything else is handled by theme_sysinit()
-$sys_themeroot=$sys_urlroot."themes/";
+$sys_themeroot=$sys_urlroot.'themes/';
 // If you want an other default theme or language
 $sys_theme='{sys_theme}';
 $sys_default_theme_id={sys_default_theme_id};
@@ -54,8 +54,8 @@
 
 // Akamization of images
 //     example: http://images.gforge.company.com
-$sys_images_url="http://{domain_name}/";;
-$sys_images_secure_url="https://{domain_name}/";;
+$sys_images_url='';
+$sys_images_secure_url='';
 
 // Groups
 //     The GForge permission model is based on groups





reply via email to

[Prev in Thread] Current Thread [Next in Thread]