[Python-modules-commits] r14852 - in trunk/celery/debian (10 files)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Sat Nov 6 03:04:04 UTC 2010


    Date: Saturday, November 6, 2010 @ 03:03:44
  Author: statik-guest
Revision: 14852

Manpages.

Added:
  trunk/celery/debian/camqadm.1
  trunk/celery/debian/celerybeat.1
  trunk/celery/debian/celeryctl.1
  trunk/celery/debian/celeryd-multi.1
  trunk/celery/debian/celeryd.1
  trunk/celery/debian/celeryev.1
  trunk/celery/debian/help2man.include
  trunk/celery/debian/python-celery.manpages
Modified:
  trunk/celery/debian/control
  trunk/celery/debian/rules

Added: trunk/celery/debian/camqadm.1
===================================================================
--- trunk/celery/debian/camqadm.1	                        (rev 0)
+++ trunk/celery/debian/camqadm.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,19 @@
+.TH CAMQADM "1" "November 2010" "camqadm 2.1.2" "User Commands"
+.SH NAME
+camqadm \- manual page for camqadm 2.1.2
+.SH SYNOPSIS
+.B camqadm
+[\fIoptions\fR]
+.SH DESCRIPTION
+A simple shell for administering queues via AMQP.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.SH AUTHORS
+.B Celery
+was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/celerybeat.1
===================================================================
--- trunk/celery/debian/celerybeat.1	                        (rev 0)
+++ trunk/celery/debian/celerybeat.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,38 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH CELERYBEAT "1" "November 2010" "celerybeat 2.1.2" "User Commands"
+.SH NAME
+celerybeat \- manual page for celerybeat 2.1.2
+.SH SYNOPSIS
+.B celerybeat
+[\fIoptions\fR]
+.SH OPTIONS
+.TP
+\fB\-s\fR SCHEDULE, \fB\-\-schedule\fR=\fISCHEDULE\fR
+Path to the schedule database. The extension '.db'
+will be appended to the filename. Default: celerybeatschedule
+.TP
+\fB\-\-max\-interval\fR=\fIMAX_INTERVAL\fR
+Max. seconds to sleep between schedule iterations.
+.TP
+\fB\-S\fR SCHEDULER_CLS, \fB\-\-scheduler\fR=\fISCHEDULER_CLS\fR
+Scheduler class. Default is
+celery.beat.PersistentScheduler
+.TP
+\fB\-f\fR LOGFILE, \fB\-\-logfile\fR=\fILOGFILE\fR
+Path to log file.
+.TP
+\fB\-l\fR LOGLEVEL, \fB\-\-loglevel\fR=\fILOGLEVEL\fR
+Loglevel. One of DEBUG/INFO/WARNING/ERROR/CRITICAL.
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.SH AUTHORS
+.B Celery
+was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/celeryctl.1
===================================================================
--- trunk/celery/debian/celeryctl.1	                        (rev 0)
+++ trunk/celery/debian/celeryctl.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,32 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH CELERYCTL "1" "November 2010" "celeryctl 2.1.2" "User Commands"
+.SH NAME
+celeryctl \- manual page for celeryctl 2.1.2
+.SH SYNOPSIS
+.B celeryctl
+\fI<command> \fR[\fIoptions\fR]
+.SH OPTIONS
+.HP
+\fB\-q\fR, \fB\-\-quiet\fR
+.TP
+\fB\-\-conf\fR=\fICONF\fR
+Celery config module name (default: celeryconfig)
+.TP
+\fB\-\-loader\fR=\fILOADER\fR
+Celery loaders module name (default: default)
+.TP
+\fB\-C\fR, \fB\-\-no\-color\fR
+Don't colorize output.
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.SH AUTHORS
+.B Celery
+was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/celeryd-multi.1
===================================================================
--- trunk/celery/debian/celeryd-multi.1	                        (rev 0)
+++ trunk/celery/debian/celeryd-multi.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,35 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH CELERYD-MULTI "1" "November 2010" "celeryd-multi 2.1.2" "User Commands"
+.SH NAME
+celeryd-multi \- manual page for celeryd-multi 2.1.2
+.SH DESCRIPTION
+celeryd\-multi v2.1.2
+usage: celeryd\-multi start <node1 node2 nodeN|range> [celeryd options]
+.IP
+celeryd\-multi stop <n1 n2 nN|range> [\-SIG (default: \fB\-TERM\fR)]
+celeryd\-multi restart <n1 n2 nN|range> [\-SIG] [celeryd options]
+celeryd\-multi kill <n1 n2 nN|range>
+.IP
+celeryd\-multi show <n1 n2 nN|range> [celeryd options]
+celeryd\-multi get hostname <n1 n2 nN|range> [\-qv] [celeryd options]
+celeryd\-multi names <n1 n2 nN|range>
+celeryd\-multi expand template <n1 n2 nN|range>
+celeryd\-multi help
+.PP
+additional options (must appear after command name):
+.TP
+* \fB\-\-quiet\fR:
+Don't show as much output.
+.TP
+* \fB\-\-verbose\fR:
+Show more output.
+.TP
+* \fB\-\-no\-color\fR:
+Don't display colors.
+.SH AUTHORS
+.B Celery
+was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/celeryd.1
===================================================================
--- trunk/celery/debian/celeryd.1	                        (rev 0)
+++ trunk/celery/debian/celeryd.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,85 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH CELERYD "1" "November 2010" "celeryd 2.1.2" "User Commands"
+.SH NAME
+celeryd \- manual page for celeryd 2.1.2
+.SH SYNOPSIS
+.B celeryd
+[\fIoptions\fR]
+.SH OPTIONS
+.TP
+\fB\-c\fR CONCURRENCY, \fB\-\-concurrency\fR=\fICONCURRENCY\fR
+Number of child processes processing the queue.
+.TP
+\fB\-\-purge\fR, \fB\-\-discard\fR
+Discard all waiting tasks before the server isstarted.
+WARNING: There is no undo operation and the tasks will
+be deleted.
+.TP
+\fB\-f\fR LOGFILE, \fB\-\-logfile\fR=\fILOGFILE\fR
+Path to log file.
+.TP
+\fB\-l\fR LOGLEVEL, \fB\-\-loglevel\fR=\fILOGLEVEL\fR
+Choose between DEBUG/INFO/WARNING/ERROR/CRITICAL
+.TP
+\fB\-n\fR HOSTNAME, \fB\-\-hostname\fR=\fIHOSTNAME\fR
+Set custom host name. E.g. 'foo.example.com'.
+.TP
+\fB\-B\fR, \fB\-\-beat\fR
+Also run the celerybeat periodic task scheduler. NOTE:
+Only one instance of celerybeat must berunning at any
+one time.
+.TP
+\fB\-s\fR SCHEDULE, \fB\-\-schedule\fR=\fISCHEDULE\fR
+Path to the schedule database if running with the \fB\-B\fR
+option. The extension '.db' will be appended to the
+filename. Default: celerybeat\-schedule
+.TP
+\fB\-\-scheduler\fR=\fISCHEDULER_CLS\fR
+Scheduler class. Default is
+celery.beat.PersistentScheduler
+.TP
+\fB\-S\fR DB, \fB\-\-statedb\fR=\fIDB\fR
+Path to the state database. The extension '.db' will
+be appended to the filename. Default: None
+.TP
+\fB\-E\fR, \fB\-\-events\fR
+Send events so the worker can be monitored by
+celeryev, celerymon and other monitors..
+.TP
+\fB\-\-time\-limit\fR=\fITASK_TIME_LIMIT\fR
+Enables a hard time limit (in seconds) for tasks.
+.TP
+\fB\-\-soft\-time\-limit\fR=\fITASK_SOFT_TIME_LIMIT\fR
+Enables a soft time limit (in seconds) for tasks.
+.TP
+\fB\-\-maxtasksperchild\fR=\fIMAX_TASKS_PER_CHILD\fR
+Maximum number of tasks a pool worker can
+executebefore it's terminated and replaced by a new
+worker.
+.TP
+\fB\-Q\fR QUEUES, \fB\-\-queues\fR=\fIQUEUES\fR
+Comma separated list of queues to consume from. By
+default all configured queues are used. Example: \fB\-Q\fR
+video,image
+.TP
+\fB\-I\fR INCLUDE, \fB\-\-include\fR=\fIINCLUDE\fR
+Comma separated list of additional modules to import.
+Example: \fB\-I\fR foo.tasks,bar.tasks
+.TP
+\fB\-\-pidfile\fR=\fIPIDFILE\fR
+Optional file used to store the workers pid. The
+worker will not start if this file already exists and
+the pid is still alive.
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.SH AUTHORS
+.B Celery
+was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/celeryev.1
===================================================================
--- trunk/celery/debian/celeryev.1	                        (rev 0)
+++ trunk/celery/debian/celeryev.1	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,46 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH DEFAULT.PY:53: "1" "November 2010" "default.py:53: NotConfigured: No celeryconfig.py module found! Please make sure it exists and is available to Python." "User Commands"
+.SH NAME
+default.py:53: \- manual page for default.py:53: NotConfigured: No celeryconfig.py module found! Please make sure it exists and is available to Python.
+.SH SYNOPSIS
+.B celeryev
+[\fIoptions\fR]
+.SH DESCRIPTION
+/usr/lib/python2.6/dist\-packages/celery/loaders/default.py:53: NotConfigured: No celeryconfig.py module found! Please make sure it exists and is available to Python.
+.IP
+NotConfigured)
+.SH OPTIONS
+.TP
+\fB\-d\fR, \fB\-\-dump\fR
+Dump events to stdout.
+.TP
+\fB\-c\fR CAMERA, \fB\-\-camera\fR=\fICAMERA\fR
+Camera class to take event snapshots with.
+.TP
+\fB\-F\fR FREQUENCY, \fB\-\-frequency\fR=\fIFREQUENCY\fR, \fB\-\-freq\fR=\fIFREQUENCY\fR
+Recording: Snapshot frequency.
+.TP
+\fB\-r\fR MAXRATE, \fB\-\-maxrate\fR=\fIMAXRATE\fR
+Recording: Shutter rate limit (e.g. 10/m)
+.TP
+\fB\-l\fR LOGLEVEL, \fB\-\-loglevel\fR=\fILOGLEVEL\fR
+Loglevel. Default is WARNING.
+.TP
+\fB\-f\fR LOGFILE, \fB\-\-logfile\fR=\fILOGFILE\fR
+Log file. Default is <stderr>
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.IP
+NotConfigured)
+.PP
+Usage: celeryev [options]
+.PP
+celeryev: error: no such option: \fB\-\-version\fR
+.SH AUTHORS
+ .B Celery
+ was primarily written by Ask Solem Hoel.
+.SH "SEE ALSO"
+ Full documentation for the
+ .B celery
+ suite is stored at http://celeryq.org/docs/

Modified: trunk/celery/debian/control
===================================================================
--- trunk/celery/debian/control	2010-11-06 01:24:25 UTC (rev 14851)
+++ trunk/celery/debian/control	2010-11-06 03:03:44 UTC (rev 14852)
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: an async task queue/job queue based on message passing.
+Description: an async task queue/job queue based on message passing
  Celery is an open source asynchronous task queue/job queue based on
  distributed message passing. It is focused on real-time operation,
  but supports scheduling as well.

Added: trunk/celery/debian/help2man.include
===================================================================
--- trunk/celery/debian/help2man.include	                        (rev 0)
+++ trunk/celery/debian/help2man.include	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,7 @@
+[authors]
+.B Celery
+was primarily written by Ask Solem Hoel.
+[see also]
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/

Added: trunk/celery/debian/python-celery.manpages
===================================================================
--- trunk/celery/debian/python-celery.manpages	                        (rev 0)
+++ trunk/celery/debian/python-celery.manpages	2010-11-06 03:03:44 UTC (rev 14852)
@@ -0,0 +1,6 @@
+debian/celerybeat.1
+debian/celeryctl.1
+debian/celeryd.1
+debian/celeryd-multi.1
+debian/celeryev.1
+debian/camqadm.1

Modified: trunk/celery/debian/rules
===================================================================
--- trunk/celery/debian/rules	2010-11-06 01:24:25 UTC (rev 14851)
+++ trunk/celery/debian/rules	2010-11-06 03:03:44 UTC (rev 14852)
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --with python2
+
+refresh-manpages:
+	help2man --no-info --include=help2man.include ''/usr/bin/celerybeat'' > debian/celerybeat.1




More information about the Python-modules-commits mailing list