Skip to content

Commit

Permalink
Canonical repo moved to github.com/celery/django-celery
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 6, 2012
1 parent c60a396 commit cef61b9
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Changelog
Expand Up @@ -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
----
Expand Down Expand Up @@ -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
=====
Expand Down
4 changes: 2 additions & 2 deletions FAQ
Expand Up @@ -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
Expand All @@ -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``:

Expand Down
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -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

Expand Down Expand Up @@ -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
============
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -78,5 +78,5 @@

### Issuetracker
issuetracker = "github"
issuetracker_project = "ask/django-celery"
issuetracker_project = "celery/django-celery"
issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
2 changes: 1 addition & 1 deletion docs/getting-started/first-steps-with-django.rst
Expand Up @@ -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
10 changes: 5 additions & 5 deletions docs/introduction.rst
Expand Up @@ -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

Expand Down Expand Up @@ -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
============
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -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

0 comments on commit cef61b9

Please sign in to comment.