# HG changeset patch # User Bradley M. Kuhn # Date 1404342227 14400 # Node ID 010e9532801af3fa71a466dd82b0c4af86d51e96 # Parent 9dd726706178c22e6db3f75a355995e1ca4a3b99 Change bitbucket and hosting URL diff -r 9dd726706178 -r 010e9532801a README.rst --- 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 `_ and ask any questions. -- Open an issue at `issue tracker `_ +- Open an issue at `issue tracker `_ - Join #rhodecode on FreeNode (irc.freenode.net) or use http://webchat.freenode.net/?channels=rhodecode for web access to irc. diff -r 9dd726706178 -r 010e9532801a development.ini --- 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 diff -r 9dd726706178 -r 010e9532801a docs/contributing.rst --- 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:: diff -r 9dd726706178 -r 010e9532801a docs/setup.rst --- 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 diff -r 9dd726706178 -r 010e9532801a docs/usage/troubleshooting.rst --- 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 diff -r 9dd726706178 -r 010e9532801a production.ini --- 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 diff -r 9dd726706178 -r 010e9532801a rhodecode/bin/template.ini.mako --- 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) -#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues +#bugtracker = https://bitbucket.org/conservancy/kallithea/issues <%text>## issue tracking mapping for commits messages <%text>## comment out issue_pat, issue_server, issue_prefix to enable diff -r 9dd726706178 -r 010e9532801a rhodecode/config/deployment.ini_tmpl --- 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 diff -r 9dd726706178 -r 010e9532801a rhodecode/config/routing.py --- 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,