[Python-modules-commits] r6784 - in packages/ipython/trunk/debian (5 files)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Wed Oct 29 10:34:13 UTC 2008


    Date: Wednesday, October 29, 2008 @ 10:34:12
  Author: speijnik-guest
Revision: 6784

Added manpages for ipcontroller and ipengine. Removed svn:executable property from debian/patches/04_remove_shebang.patch (was needed for dpatch, not needed anymore).

Added:
  packages/ipython/trunk/debian/ipcontroller.1
  packages/ipython/trunk/debian/ipengine.1
Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/manpages
  packages/ipython/trunk/debian/patches/04_remove_shebang.patch	(properties)

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-10-29 10:19:21 UTC (rev 6783)
+++ packages/ipython/trunk/debian/changelog	2008-10-29 10:34:12 UTC (rev 6784)
@@ -10,7 +10,7 @@
   * Added myself to Uploaders.
   * Moved from dpatch to quilt.
   * Added dependency on python-foolscap.
-  * Wrote manpage for ipcluster.
+  * Wrote manpage for ipcluster, ipengine and ipcontroller.
   * UNRELEASED - WORK IN PROGRESS.
   
   [ Serafeim Zanikolas ]

Added: packages/ipython/trunk/debian/ipcontroller.1
===================================================================
--- packages/ipython/trunk/debian/ipcontroller.1	                        (rev 0)
+++ packages/ipython/trunk/debian/ipcontroller.1	2008-10-29 10:34:12 UTC (rev 6784)
@@ -0,0 +1,86 @@
+.TH IPCONTROLLER 1 "October 29, 2008" "" ""
+.SH NAME
+\fBipcontroller \- IPython parallel computing controller control tool
+.SH SYNOPSIS
+.nf
+.fam C
+\fBipengine\fP [\fIoptions\fP]
+.fam T
+.fi
+.SH DESCRIPTION
+ipcontroller is a control tool for IPython's parallel computing functions.
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+show this help message and exit
+.TP
+.B
+\-\-client\-ip=CLIENT_IP
+the IP address or hostname the controller will listen on for
+client connections
+.TP
+.B
+\-\-client\-port=CLIENT_PORT
+the port the controller will listen on for client connections
+.TP
+.B
+\-\-client\-location=CLIENT_LOCATION
+hostname or ip for clients to connect to
+.TP
+.B
+\-x
+turn off all client security
+.TP
+.B
+\-\-client\-cert\-file=CLIENT_CERT_FILE
+file to store the client SSL certificate
+.TP
+.B
+\-\-task\-furl\-file=TASK_FURL_FILE
+file to store the FURL for task clients to connect with
+.TP
+.B
+\-\-multiengine\-furl\-file=MULTIENGINE_FURL_FILE
+file to store the FURL for multiengine clients to connect with
+.TP
+.B
+\-\-engine\-ip=ENGINE_IP
+the IP address or hostname the controller will listen on for engine connections
+.TP
+.B
+\-\-engine\-port=ENGINE_PORT
+the port the controller will listen on for engine connections
+.TP
+.B
+\-\-engine\-location=ENGINE_LOCATION
+the IP address or hostname for engine to connect to
+.TP
+.B
+\-y
+turn off all engine security
+.TP
+.B
+\-\-engine\-cert\-file=ENGINE_CERT_FILE
+file to store the engine SSL certificate
+.TP
+.B
+\-\-engine\-furl\-file=ENGINE_FURL_FILE
+file to store the FURL for engines to connect with
+.TP
+.B
+\-l LOGFILE, \-\-logfile=LOGFILE
+log file name (default is stdout)
+.TP
+.B
+\-\-ipythondir=IPYTHONDIR
+look for config files and profiles in this directory
+.SH SEE ALSO
+.BR ipython(1), ipcluster(1), ipengine(1)
+.br
+.SH AUTHOR
+\fBipcontroller\fP is a tool that ships with IPython, created by
+the IPython Development Team.
+.PP
+This manual page was written by Stephan Peijnik <debian at sp.or.at>,
+for the Debian project (but may be used by others).

Added: packages/ipython/trunk/debian/ipengine.1
===================================================================
--- packages/ipython/trunk/debian/ipengine.1	                        (rev 0)
+++ packages/ipython/trunk/debian/ipengine.1	2008-10-29 10:34:12 UTC (rev 6784)
@@ -0,0 +1,41 @@
+.TH IPENGINE 1 "October 28, 2008" "" ""
+.SH NAME
+\fBipengine \- IPython parallel computing engine control tool
+.SH SYNOPSIS
+.nf
+.fam C
+\fBipengine\fP [\fIoptions\fP]
+.fam T
+.fi
+.SH DESCRIPTION
+ipengine is a control tool for IPython's parallel computing functions.
+.SH OPTIONS
+.TP
+.B
+\-h, \-\-help
+show this help message and exit
+.TP
+.B
+\-\-furl\-file=FURL_FILE
+The filename containing the FURL of the controller
+.TP
+.B
+\-\-mpi=MPI
+How to enable MPI (mpi4py, pytrilions, or empty string to disable)
+.TP
+.B
+\-l LOGFILE, \-\-logfile=LOGFILE
+log file name (defaults to stdout)
+.TP
+.B
+\-\-ipythondir=IPYTHONDIR
+look for config files and profiles in this directory
+.SH SEE ALSO
+.BR ipython(1), ipcluster(1), ipcontroller(1)
+.br
+.SH AUTHOR
+\fBipengine\fP is a tool that ships with IPython, created by
+the IPython Development Team.
+.PP
+This manual page was written by Stephan Peijnik <debian at sp.or.at>,
+for the Debian project (but may be used by others).

Modified: packages/ipython/trunk/debian/manpages
===================================================================
--- packages/ipython/trunk/debian/manpages	2008-10-29 10:19:21 UTC (rev 6783)
+++ packages/ipython/trunk/debian/manpages	2008-10-29 10:34:12 UTC (rev 6784)
@@ -1,2 +1,4 @@
 debian/irunner.1
-debian/ipcluster.1
\ No newline at end of file
+debian/ipcluster.1
+debian/ipengine.1
+debian/ipcontroller.1
\ No newline at end of file


Property changes on: packages/ipython/trunk/debian/patches/04_remove_shebang.patch
___________________________________________________________________
Name: svn:executable
   - *




More information about the Python-modules-commits mailing list