[damned-lies] Update references from svn to git
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [damned-lies] Update references from svn to git
- Date: Thu, 16 Apr 2009 14:18:06 -0400 (EDT)
commit b3f40560d1468fe905a248545eafd0cb4dcb7ab8
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Apr 16 20:16:34 2009 +0200
Update references from svn to git
---
settings_sample.py | 4 ++--
templates/base.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/settings_sample.py b/settings_sample.py
index 9579bdc..fa81bea 100644
--- a/settings_sample.py
+++ b/settings_sample.py
@@ -76,8 +76,8 @@ SCRATCHDIR = ""
POTDIR = os.path.join(SCRATCHDIR, "POT")
# The regex is used to determine if the module is in the standard VCS of the project
-VCS_HOME_REGEX = "svn\.gnome\.org"
-VCS_HOME_WARNING = gettext_noop(u"This module is not part of the GNOME SVN repository. Please check the module's web page to see where to send translations.")
+VCS_HOME_REGEX = "git\.gnome\.org"
+VCS_HOME_WARNING = gettext_noop(u"This module is not part of the GNOME git repository. Please check the module's web page to see where to send translations.")
# By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings
UPLOAD_DIR = 'upload'
diff --git a/templates/base.html b/templates/base.html
index 141c681..bab69cc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -93,7 +93,7 @@
<div id="footer">
Copyright © 2006-2008 <a href="http://www.gnome.org/">{% trans "The GNOME Project" %}</a>.
<br />
-{% trans "Maintained in the <a href='http://svn.gnome.org/viewvc/damned-lies/'>damned-lies</a> module on <a href='http://svn.gnome.org/'>svn.gnome.org</a>" %}
+{% trans "Maintained in the <a href='http://git.gnome.org/cgit/damned-lies/'>damned-lies</a> module on <a href='http://git.gnome.org/'>git.gnome.org</a>" %}
<br />
{% trans "Hosted by" %} <a href="http://www.canonical.com/">Canonical</a>.
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]