[mango/django] Mention Git instead of SVN



commit eb43f06bd108a69bf52cf40a8547970e6cbefd51
Author: Olav Vitters <olav bkor dhs org>
Date:   Sat Jul 18 21:26:00 2009 +0200

    Mention Git instead of SVN

 docs/FIELDS                       |    2 +-
 templates/maintainer_approval.xsl |    4 ++--
 templates/user_instructions.xsl   |   22 ++++++++++------------
 www/new_account.xsl               |    4 ++--
 www/new_user.xsl                  |    2 +-
 www/update_user.xsl               |    2 +-
 6 files changed, 17 insertions(+), 19 deletions(-)
---
diff --git a/docs/FIELDS b/docs/FIELDS
index f85c3be..a74519a 100644
--- a/docs/FIELDS
+++ b/docs/FIELDS
@@ -19,7 +19,7 @@ Conventional modules to hold maintainers:
 
 LDAP Name		Maintainership
 ----------------------------------------------
-any_module		SVN Maintainer of gnome module
+any_module		Git Maintainer of gnome module
 translation_language	Language coordinator of an GTP language
 mango_ftp_access	Maintainer for ftp management
 mango_web_access	Maintainer for web management
diff --git a/templates/maintainer_approval.xsl b/templates/maintainer_approval.xsl
index da85daf..92d1c65 100644
--- a/templates/maintainer_approval.xsl
+++ b/templates/maintainer_approval.xsl
@@ -38,7 +38,7 @@ IMPORTANT NOTE:
 1. When rejecting accounts, please email an explanation to the person
 requesting the account.
 2. Approving above account request means you are responsible for whatever
-this person does on GNOME SVN. This sounds worse than it is in practice,
+this person does on GNOME Git. This sounds worse than it is in practice,
 but do try to follow the initial commits and guide the person in the
 beginning.
 3. Although Mango verified that this request came from the email address
@@ -48,7 +48,7 @@ account in the name of someone else.
 
 ABOUT THE PROCESS:
 A request could need the approval of multiple persons. For example, if
-an account is requested for the SVN module gtk+ and for Bugzilla shell
+an account is requested for the Git module gtk+ and for Bugzilla shell
 access, it will require two approvals. After all required approvals have
 been given, the request will be forwarded to the GNOME Accounts team.
 
diff --git a/templates/user_instructions.xsl b/templates/user_instructions.xsl
index 2025ec9..9598073 100644
--- a/templates/user_instructions.xsl
+++ b/templates/user_instructions.xsl
@@ -16,7 +16,7 @@
 	test="boolean(change[ id='joined-group' and @cn='gnomecvs']) or
 	(boolean(change[ id='newuser']) and
 	boolean(user/group[ cn='gnomecvs']))"><xsl:call-template
-	  name="svnintro"/></xsl:if><xsl:if
+	  name="vcsintro"/></xsl:if><xsl:if
 	test="boolean(change[ id='joined-group' and @cn='ftpadmin']) or
 	(boolean(change[ id='newuser']) and
 	boolean(user/group[ cn='ftpadmin']))"><xsl:call-template
@@ -33,30 +33,28 @@ For any other issues, please contact 'support gnome org'.
 --
 The GNOME Accounts Team
 &lt;accounts gnome org&gt;</xsl:if>
-</xsl:template><xsl:template name="svnintro">
-Your GNOME SVN account will be ready for use in about 1 hour.
+</xsl:template><xsl:template name="vcsintro">
+Your GNOME Git account will be ready for use in about 1 hour.
 
 Please make sure you have read for information and guidelines about how
 to use your SSH key.
 
 http://sysadmin.gnome.org/users/security.html 
 
-For information on using GNOME SVN, please see:
+For information on using GNOME Git, please see:
 
-http://developer.gnome.org/tools/svn.html
-http://live.gnome.org/SubversionFAQ
-http://live.gnome.org/Subversion
+http://live.gnome.org/Git
 
-When working on modules in SVN, please be sure you have read and
-understood the README.svn or HACKING files if they exist. If they do not
+When working on modules in Git, please be sure you have read and
+understood the README.git or HACKING files if they exist. If they do not
 exist, send submit patches in Bugzilla first and contact the module
 maintainer(s) with the relevant ticket numbers to get approval before
 committing.
 
-An '<xsl:value-of select="user/uid"/>@svn.gnome.org' e-mail alias has been set up to forward e-mail
+An '<xsl:value-of select="user/uid"/>@src.gnome.org' e-mail alias has been set up to forward e-mail
 to your '<xsl:value-of select="user/mail"/>' address. Similar aliases exist for everyone with
-SVN access. We recommend that you use these aliases in ChangeLog entries
-and/or SVN commit log messages.
+Git access. We recommend that you use these aliases in ChangeLog entries
+and/or Git commit log messages.
 </xsl:template><xsl:template name="plug-foundation">
 You might also want to become a member of the GNOME Foundation. For more
 information on the GNOME Foundation, see:
diff --git a/www/new_account.xsl b/www/new_account.xsl
index 7b019eb..03dc2da 100644
--- a/www/new_account.xsl
+++ b/www/new_account.xsl
@@ -126,7 +126,7 @@
           <xsl:attribute name="checked"/>
          </xsl:if>
         </input>
-        <label for="gnomecvs">Access to Subversion</label>
+        <label for="gnomecvs">Access to Git</label>
        </div>
        <div>
        <input onclick="on_ability_click()" type="checkbox" name="ftpadmin" id="ftpadmin">
@@ -188,7 +188,7 @@
        Vouchers
       </th>
       <td>
-       For GNOME SVN and the ability to install new modules, 
+       For GNOME Git and the ability to install new modules, 
        please select who can vouch for you:
        <div><label for="vouch_dev">GNOME module: </label>
        	 	<select name="vouch_dev" id="vouch_dev">
diff --git a/www/new_user.xsl b/www/new_user.xsl
index 1d3952c..ae02df6 100644
--- a/www/new_user.xsl
+++ b/www/new_user.xsl
@@ -90,7 +90,7 @@
           <xsl:attribute name="checked"/>
          </xsl:if>
         </input>
-        <label for="group-gnomecvs">SVN account</label>
+        <label for="group-gnomecvs">Git account</label>
        </div>
        <div>
         <input type="checkbox" name="group-ftpadmin" id="group-ftpadmin">
diff --git a/www/update_user.xsl b/www/update_user.xsl
index e5776d6..a78db7d 100644
--- a/www/update_user.xsl
+++ b/www/update_user.xsl
@@ -115,7 +115,7 @@
           <xsl:attribute name="checked"/>
          </xsl:if>
         </input>
-        <label for="group-gnomecvs">SVN account</label>
+        <label for="group-gnomecvs">Git account</label>
        </div>
        <div>
         <input type="checkbox" name="group-ftpadmin" id="group-ftpadmin">



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