From d9a7eefb07dd8dbcc90e9b49d2a945c292311855 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Wed, 6 May 2015 09:48:09 +0000 Subject: [PATCH] Fixed setup.py --- TODO.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 76429a93..37cfbe83 100644 --- a/TODO.md +++ b/TODO.md @@ -375,10 +375,14 @@ try: import uwsgi to know its running uwsgi # make exceptions fot check origin shit # rename virtual_maps to virtual_alias_maps and remove virtual_alias_domains ? +# virtdomains file is not ideal, prevent fake/error on domains there! and make sure this file is required! + # Message last_retry auto_now doesn't work! -# LOCK beat lockfile +# LOCK beat lockfile, all tasks (monitors, billing (or unique number will fuck the transaction?)) + +# don't block on beat, and --report periodic tasks # Deprecate restart/start/stop services (do touch wsgi.py and fuck celery) diff --git a/setup.py b/setup.py index 7e7cdf9e..4b7c64d6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( include_package_data = True, scripts=[ 'orchestra/bin/orchestra-admin', - 'orchestra//bin/orchestra-beat', + 'orchestra/bin/orchestra-beat', ], packages = packages, classifiers = [