gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/utils include.pl,1.10,1.11


From: lo-lan-do
Subject: [Gforge-commits] gforge/utils include.pl,1.10,1.11
Date: Sun, 16 May 2004 11:55:29 -0500

Update of /cvsroot/gforge/gforge/utils
In directory db.perdue.net:/tmp/cvs-serv19357/utils

Modified Files:
        include.pl 
Log Message:
The big SCM pluginification plugin: removed lots of code (moved it
into gforge-plugin-scmcvs), added hooks, added the SCMPlugin class,
various tweaks here and there.


Index: include.pl
===================================================================
RCS file: /cvsroot/gforge/gforge/utils/include.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- include.pl  18 Feb 2004 09:18:24 -0000      1.10
+++ include.pl  16 May 2004 16:54:56 -0000      1.11
@@ -16,6 +16,7 @@
 $file_dir      =       "/var/lib/gforge/";     # Where should we stick files 
we're working with
 $cvs_root       =       "/var/lib/gforge/chroot/cvsroot/";    # Where should 
we stick files we're working with
 $dummy_uid      =       "9999";                  # UserID of the dummy user 
that will own group's files
+$scm_uid      =       "9998";                  # UserID of the dummy user that 
will be used for SCM systems such as Subversion
 $date           =       int(time()/3600/24);    # Get the number of days since 
1/1/1970 for /etc/shadow
 $ldap_prefix   =       "/usr/local/ldap/bin/"; # Where OpenLDAP tools installed
 





reply via email to

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