From cef61b94554998dc3d6e5287478fc24e76a214fd Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 6 Jun 2012 14:50:41 +0100 Subject: [PATCH] Canonical repo moved to github.com/celery/django-celery --- Changelog | 6 +++--- FAQ | 4 ++-- README.rst | 10 +++++----- TODO | 2 +- docs/conf.py | 2 +- docs/getting-started/first-steps-with-django.rst | 2 +- docs/introduction.rst | 10 +++++----- setup.py | 2 +- tox.ini | 4 ++-- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Changelog b/Changelog index 297d9beb..d5e0c479 100644 --- a/Changelog +++ b/Changelog @@ -457,7 +457,7 @@ Important Notes This release depends on Celery version 2.1.0. Be sure to read the Celery changelog before you upgrade: -http://ask.github.com/celery/changelog.html#version-2-1-0 +http://celery.github.com/celery/changelog.html#version-2-1-0 News ---- @@ -502,12 +502,12 @@ Fixes * database backend: Now shows warning if polling results with transaction isolation level repeatable-read on MySQL. - See http://github.com/ask/django-celery/issues/issue/6 + See http://github.com/celery/django-celery/issues/issue/6 * database backend: get result does no longer store the default result to database. - See http://github.com/ask/django-celery/issues/issue/6 + See http://github.com/celery/django-celery/issues/issue/6 2.0.2 ===== diff --git a/FAQ b/FAQ index 3aa388cf..1e4b8d55 100644 --- a/FAQ +++ b/FAQ @@ -46,7 +46,7 @@ test suite is failing in that context, then follow the steps below. If the celery tests are failing in another context, please report an issue to our issue tracker at GitHub: - http://github.com/ask/celery/issues/ + http://github.com/celery/celery/issues/ That Django is running tests for all applications in ``INSTALLED_APPS`` by default is a pet peeve for many. You should use a test runner that either @@ -57,7 +57,7 @@ by default is a pet peeve for many. You should use a test runner that either For example the test runner that celery is using: - http://github.com/ask/celery/blob/f90491fe0194aa472b5aecdefe5cc83289e65e69/celery/tests/runners.py + http://github.com/celery/celery/blob/f90491fe0194aa472b5aecdefe5cc83289e65e69/celery/tests/runners.py To use this test runner, add the following to your ``settings.py``: diff --git a/README.rst b/README.rst index a27efdfe..720f12d2 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ :Version: 2.5.5 :Web: http://celeryproject.org/ :Download: http://pypi.python.org/pypi/django-celery/ -:Source: http://github.com/ask/django-celery/ +:Source: http://github.com/celery/django-celery/ :Keywords: celery, task queue, job queue, asynchronous, rabbitmq, amqp, redis, python, django, webhooks, queue, distributed @@ -117,7 +117,7 @@ Using the development version You can clone the git repository by doing the following:: - $ git clone git://github.com/ask/django-celery.git + $ git clone git://github.com/celery/django-celery.git Getting Help ============ @@ -144,18 +144,18 @@ Bug tracker =========== If you have any suggestions, bug reports or annoyances please report them -to our issue tracker at http://github.com/ask/django-celery/issues/ +to our issue tracker at http://github.com/celery/django-celery/issues/ Wiki ==== -http://wiki.github.com/ask/celery/ +http://wiki.github.com/celery/celery/ Contributing ============ Development of ``django-celery`` happens at Github: -http://github.com/ask/django-celery +http://github.com/celery/django-celery You are highly encouraged to participate in the development. If you don't like Github (for some reason) you're welcome diff --git a/TODO b/TODO index 77b12379..335a9cbf 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,2 @@ Please see our Issue Tracker at GitHub: - http://github.com/ask/django-celery/issues + http://github.com/celery/django-celery/issues diff --git a/docs/conf.py b/docs/conf.py index c0161d79..db570c0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,5 +78,5 @@ ### Issuetracker issuetracker = "github" -issuetracker_project = "ask/django-celery" +issuetracker_project = "celery/django-celery" issuetracker_issue_pattern = r'[Ii]ssue #(\d+)' diff --git a/docs/getting-started/first-steps-with-django.rst b/docs/getting-started/first-steps-with-django.rst index c1ae5c0c..9141b029 100644 --- a/docs/getting-started/first-steps-with-django.rst +++ b/docs/getting-started/first-steps-with-django.rst @@ -5,4 +5,4 @@ This document has been moved into the main Celery documentation, you can find it at:; - http://ask.github.com/celery/django/first-steps-with-django.html + http://celery.github.com/celery/django/first-steps-with-django.html diff --git a/docs/introduction.rst b/docs/introduction.rst index 2daf682a..e208ed21 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -7,7 +7,7 @@ :Version: 2.5.5 :Web: http://celeryproject.org/ :Download: http://pypi.python.org/pypi/django-celery/ -:Source: http://github.com/ask/django-celery/ +:Source: http://github.com/celery/django-celery/ :Keywords: celery, task queue, job queue, asynchronous, rabbitmq, amqp, redis, python, django, webhooks, queue, distributed @@ -117,7 +117,7 @@ Using the development version You can clone the git repository by doing the following:: - $ git clone git://github.com/ask/django-celery.git + $ git clone git://github.com/celery/django-celery.git Getting Help ============ @@ -144,18 +144,18 @@ Bug tracker =========== If you have any suggestions, bug reports or annoyances please report them -to our issue tracker at http://github.com/ask/django-celery/issues/ +to our issue tracker at http://github.com/celery/django-celery/issues/ Wiki ==== -http://wiki.github.com/ask/celery/ +http://wiki.github.com/celery/celery/ Contributing ============ Development of ``django-celery`` happens at Github: -http://github.com/ask/django-celery +http://github.com/celery/django-celery You are highly encouraged to participate in the development. If you don't like Github (for some reason) you're welcome diff --git a/setup.py b/setup.py index e71e3488..5de45c0a 100755 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ def extra_args(self): if os.path.exists("README.rst"): long_description = codecs.open("README.rst", "r", "utf-8").read() else: - long_description = "See http://github.com/ask/django-celery" + long_description = "See http://github.com/celery/django-celery" setup( diff --git a/tox.ini b/tox.ini index 2ebc065e..6ad2a331 100644 --- a/tox.ini +++ b/tox.ini @@ -31,8 +31,8 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir} basepython = python2.7 deps = -r{toxinidir}/requirements/default.txt -r{toxinidir}/requirements/test.txt - https://github.com/ask/kombu/zipball/master - https://github.com/ask/celery/zipball/master + https://github.com/celery/kombu/zipball/master + https://github.com/celery/celery/zipball/master https://github.com/django/django/zipball/master commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir} env TOXINIDIR="{toxinidir}" python setup.py citest