This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit 00c65d4c563a2ff4026ce640b705ded90a912a28 Author: Bas Couwenberg <[email protected]> Date: Thu May 18 18:56:15 2017 +0200 Update mapproxy-seed manpage for new options. --- debian/changelog | 1 + debian/man/mapproxy-seed.1.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/debian/changelog b/debian/changelog index 48ed83b..d654a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mapproxy (1.10.0-1) UNRELEASED; urgency=medium * New upstream release. * Add python{,3}-redis to (build) dependencies. * Drop patches applied upstream. + * Update mapproxy-seed manpage for new options. -- Bas Couwenberg <[email protected]> Thu, 18 May 2017 18:36:20 +0200 diff --git a/debian/man/mapproxy-seed.1.xml b/debian/man/mapproxy-seed.1.xml index 8d0a106..6e76c3c 100644 --- a/debian/man/mapproxy-seed.1.xml +++ b/debian/man/mapproxy-seed.1.xml @@ -169,6 +169,43 @@ </varlistentry> <varlistentry> + <term><option>--duration</option></term> + <listitem> + <para> + Stop seeding process after this duration. + This option accepts duration in the following format: + 120s, 15m, 4h, 0.5d + Use this option in combination with <option>--continue</option> to + be able to resume the seeding. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--reseed-file</option></term> + <listitem> + <para> + File created by <command>mapproxy-seed</command> at the start of a + new seeding. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--reseed-interval</option></term> + <listitem> + <para> + Only start seeding if <option>--reseed-file</option> is older then + this duration. + This option accepts duration in the following format: + 120s, 15m, 4h, 0.5d + Use this option in combination with <option>--continue</option> to + be able to resume the seeding. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--use-cache-lock</option></term> <listitem> <para> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapproxy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

