changeset 4179:010e9532801a kallithea-2.2.5-rebrand

Change bitbucket and hosting URL
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:47 -0400
parents 9dd726706178
children 08af8038e1cc
files README.rst development.ini docs/contributing.rst docs/setup.rst docs/usage/troubleshooting.rst production.ini rhodecode/bin/template.ini.mako rhodecode/config/deployment.ini_tmpl rhodecode/config/routing.py
diffstat 9 files changed, 13 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Wed May 21 13:35:27 2014 -0400
+++ b/README.rst	Wed Jul 02 19:03:47 2014 -0400
@@ -50,19 +50,15 @@
 Source code
 -----------
 
-The latest sources can be obtained from official RhodeCode instance
-https://secure.rhodecode.org
+The latest sources can be obtained from https://kallithea-scm.org/repos/kallithea
 
 
 MIRRORS:
 
 Issue tracker and sources at bitbucket_
 
-http://bitbucket.org/marcinkuzminski/rhodecode
+https://bitbucket.org/conservancy/kallithea
 
-Sources at github_
-
-https://github.com/marcinkuzminski/rhodecode
 
 
 RhodeCode Features
@@ -143,7 +139,7 @@
 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
   any questions.
 
-- Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
+- Open an issue at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_
 
 - Join #rhodecode on FreeNode (irc.freenode.net)
   or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
--- a/development.ini	Wed May 21 13:35:27 2014 -0400
+++ b/development.ini	Wed Jul 02 19:03:47 2014 -0400
@@ -237,7 +237,7 @@
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
--- a/docs/contributing.rst	Wed May 21 13:35:27 2014 -0400
+++ b/docs/contributing.rst	Wed Jul 02 19:03:47 2014 -0400
@@ -9,7 +9,7 @@
 
 Could I request that you make your source contributions by first forking the
 RhodeCode repository on bitbucket_
-https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to
+https://bitbucket.org/conservancy/kallithea and then make your changes to
 your forked repository. Please post all fixes into **dev** bookmark since your
 change might be already fixed there and i try to merge all fixes from dev into
 stable, and not the other way. Finally, when you are finished with your changes,
@@ -18,7 +18,7 @@
 To run RhodeCode in a development version you always need to install the latest
 required libs. Simply clone rhodecode and switch to beta branch::
 
-    hg clone -u dev https://secure.rhodecode.org/rhodecode
+    hg clone https://kallithea-scm.org/repos/kallithea
 
 after downloading/pulling RhodeCode make sure you run::
 
--- a/docs/setup.rst	Wed May 21 13:35:27 2014 -0400
+++ b/docs/setup.rst	Wed Jul 02 19:03:47 2014 -0400
@@ -732,7 +732,7 @@
 
 Some example init.d scripts can be found in init.d directory::
 
-  https://secure.rhodecode.org/rhodecode/files/beta/init.d
+  https://kallithea-scm.org/repos/kallithea/files/tip/init.d/
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _python: http://www.python.org/
@@ -742,5 +742,5 @@
 .. _python-ldap: http://www.python-ldap.org/
 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
-.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
+.. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
 .. _google group rhodecode: http://groups.google.com/group/rhodecode
--- a/docs/usage/troubleshooting.rst	Wed May 21 13:35:27 2014 -0400
+++ b/docs/usage/troubleshooting.rst	Wed Jul 02 19:03:47 2014 -0400
@@ -78,5 +78,5 @@
 .. _python-ldap: http://www.python-ldap.org/
 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
-.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
+.. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
 .. _google group rhodecode: http://groups.google.com/group/rhodecode
--- a/production.ini	Wed May 21 13:35:27 2014 -0400
+++ b/production.ini	Wed Jul 02 19:03:47 2014 -0400
@@ -237,7 +237,7 @@
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
--- a/rhodecode/bin/template.ini.mako	Wed May 21 13:35:27 2014 -0400
+++ b/rhodecode/bin/template.ini.mako	Wed Jul 02 19:03:47 2014 -0400
@@ -241,7 +241,7 @@
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 <%text>## issue tracker for RhodeCode (leave blank to disable, absent for default)</%text>
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 <%text>## issue tracking mapping for commits messages</%text>
 <%text>## comment out issue_pat, issue_server, issue_prefix to enable</%text>
--- a/rhodecode/config/deployment.ini_tmpl	Wed May 21 13:35:27 2014 -0400
+++ b/rhodecode/config/deployment.ini_tmpl	Wed Jul 02 19:03:47 2014 -0400
@@ -237,7 +237,7 @@
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
-#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+#bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable
--- a/rhodecode/config/routing.py	Wed May 21 13:35:27 2014 -0400
+++ b/rhodecode/config/routing.py	Wed Jul 02 19:03:47 2014 -0400
@@ -109,7 +109,7 @@
                  "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
                  _static=True)
     rmap.connect('rhodecode_official', "https://rhodecode.com", _static=True)
-    rmap.connect('rc_issue_tracker', 'https://rhodecode.com/help/', _static=True)
+    rmap.connect('rc_issue_tracker', 'https://bitbucket.org/conservancy/kallithea/issues', _static=True)
 
     #ADMIN REPOSITORY ROUTES
     with rmap.submapper(path_prefix=ADMIN_PREFIX,