Remove depreciation warning during cron job.
Review Request #6300 — Created Sept. 4, 2014 and submitted
Change crontab entry to use clearsessions in favour of cleanup as
cleanup has been depreciated.
Running
./reviewboard/manage.py cleanupcauses warning messages
to be outputted, but running./reviewboard/manage.py clearsessions
does not.
- Change Summary:
-
Fix formatting of the 'testing done' field.
- Testing Done:
-
~ Running
./reviewboard/manage.py cleanupcauses warning messages to be outputted, but running./reviewboard/manage.pyclearsessions does not.~ Running
./reviewboard/manage.py cleanupcauses warning messages+ to be outputted, but running ./reviewboard/manage.py clearsessions+ does not.
-
This looks pretty good. Can you take the bug number out of the description field and put it in the "Bugs" field on the right hand side?
Tool: PEP8 Style Checker Ignored Files: reviewboard/cmdline/conf/cron.conf.in Tool: Pyflakes Ignored Files: reviewboard/cmdline/conf/cron.conf.in