diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-01-12 15:35:37 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-05 14:20:04 +0300 |
commit | 73e41dcc18c07f017a67e3c4bf8fa085d866d565 (patch) | |
tree | 1e7465d606449d87391ec30fae599155b18b1a8f /docs | |
parent | 127fa79a4189828e528fbbe0b5ac9892cf259c4c (diff) | |
download | git-buildpackage-73e41dcc18c07f017a67e3c4bf8fa085d866d565.tar.gz git-buildpackage-73e41dcc18c07f017a67e3c4bf8fa085d866d565.tar.bz2 git-buildpackage-73e41dcc18c07f017a67e3c4bf8fa085d866d565.zip |
Add 'packaging-branch' cmdline option
This is the counterpart of 'debian-branch' (basically identical to that)
to not confuse rpm maintainers.
Also, adds this option to gbp-clone and gbp-pull commands (as an
alternative to the 'debian-branch option), which are usable for RPM in
their current form.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-clone.sgml | 13 | ||||
-rw-r--r-- | docs/manpages/gbp-pull.sgml | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml index 20e61472..49418ac7 100644 --- a/docs/manpages/gbp-clone.sgml +++ b/docs/manpages/gbp-clone.sgml @@ -24,7 +24,10 @@ &man.common.options.synopsis; <arg><option>--all</option></arg> <arg><option>--[no-]pristine-tar</option></arg> - <arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg> + <group> + <arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg> + <arg><option>--packaging-branch=</option><replaceable>branch_name</replaceable></arg> + </group> <arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg> <arg><option>--depth=</option><replaceable>depth</replaceable></arg> <arg choice="plain"><replaceable>remote_uri</replaceable></arg> @@ -62,6 +65,14 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--packaging-branch</option>=<replaceable>branch_name</replaceable> + </term> + <listitem> + <para>The branch the packaging is being maintained on. + Alternative to the <emphasis>--debian-branch</emphasis> option.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--upstream-branch</option>=<replaceable>branch_name</replaceable> </term> <listitem> diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml index 5c7f258f..74ff37ce 100644 --- a/docs/manpages/gbp-pull.sgml +++ b/docs/manpages/gbp-pull.sgml @@ -27,7 +27,10 @@ <arg><option>--redo-pq</option></arg> <arg><option>--[no-]pristine-tar</option></arg> <arg><option>--ignore-branch</option></arg> - <arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg> + <group> + <arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg> + <arg><option>--packaging-branch=</option><replaceable>branch_name</replaceable></arg> + </group> <arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg> <arg><option>--depth=</option><replaceable>depth</replaceable></arg> </cmdsynopsis> @@ -88,6 +91,14 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--packaging-branch</option>=<replaceable>branch_name</replaceable> + </term> + <listitem> + <para>The branch the packaging is being maintained on. + Alternative to the <emphasis>--debian-branch</emphasis> option.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--upstream-branch</option>=<replaceable>branch_name</replaceable> </term> <listitem> |