gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/etc/local.d 01begin, 1.1, 1.2 02scm, NONE, 1.1 2


From: cbayle
Subject: [Gforge-commits] gforge/etc/local.d 01begin, 1.1, 1.2 02scm, NONE, 1.1 21cvs, 1.1, NONE 25features, 1.7, 1.8 30homegroupother, 1.5, 1.6
Date: Wed, 21 Jul 2004 15:39:35 -0500

Update of /cvsroot/gforge/gforge/etc/local.d
In directory db.perdue.net:/tmp/cvs-serv8671/etc/local.d

Modified Files:
        01begin 25features 30homegroupother 
Added Files:
        02scm 
Removed Files:
        21cvs 
Log Message:
cvs to scm renaming


Index: 01begin
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/01begin,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 01begin     24 Nov 2003 23:29:55 -0000      1.1
+++ 01begin     21 Jul 2004 20:39:32 -0000      1.2
@@ -33,14 +33,6 @@
 //$sys_fallback_domain = "gforge2.company.com";
 //$sys_internal_network = '192.168.1.';
 
-// Machine that hosts CVS
-$sys_cvs_host = "{cvs_host}";
-
-// Force the use of a single cvs host instead of cvs.project.domain.com
-// Set to 1 to use cvs.domain.com:/cvsroot/project for all projects
-// Set to 0 to use cvs.project.domain.com:/cvsroot/project
-$sys_cvs_single_host = 1;
-
 // Machine used for downloading sources/packages
 $sys_download_host = "{download_host}";
 
@@ -71,3 +63,4 @@
 //    configuration
 $sys_dns1_host = "ns1.{domain_name}";
 $sys_dns2_host = "ns2.{domain_name}";
+

--- NEW FILE: 02scm ---
//
// SCM configuration
//

// Machine that hosts SCM
$sys_scm_host = "{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
// Set to 0 to use scm.project.domain.com
$sys_scm_single_host = 1;

// Path to tarballs directory
$sys_scm_tarballs_path='{sys_cvs_tarballs_path}';

// Path to SCMWEB
$sys_path_to_scmweb='{sys_path_to_scmweb}';


--- 21cvs DELETED ---

Index: 25features
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/25features,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 25features  25 Mar 2004 20:04:54 -0000      1.7
+++ 25features  21 Jul 2004 20:39:32 -0000      1.8
@@ -3,7 +3,7 @@
 //     FEATURES
 //     You can turn features on/off sitewide
 //
-$sys_use_cvs={sys_use_cvs};
+$sys_use_scm={sys_use_scm};
 $sys_use_tracker={sys_use_tracker};
 $sys_use_forum={sys_use_forum};
 $sys_use_pm={sys_use_pm};

Index: 30homegroupother
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/30homegroupother,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 30homegroupother    27 Apr 2004 21:20:16 -0000      1.5
+++ 30homegroupother    21 Jul 2004 20:39:32 -0000      1.6
@@ -70,9 +70,6 @@
 // JPGRAPH Package
 $sys_path_to_jpgraph='{sys_path_to_jpgraph}';
 
-// CVSWEB
-$sys_path_to_cvsweb='{sys_path_to_cvsweb}';
-
 // Show Source
 //     Setting this to 1 will add a "Show Source" link to the bottom of each 
page
 $sys_show_source={sys_show_source};





reply via email to

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