mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* revuput: added a tool to upload packages to PPA and file sponsoring bugs
automatically. * doc/revuput.1.docbook, debian/control, debian/rules: build manpage for it from DocBook. * setup.py: install it.
This commit is contained in:
parent
f8526ce80c
commit
ca011207c7
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
ubuntu-dev-tools (0.4) UNRELEASED; urgency=low
|
||||
|
||||
* revuput: added a tool to upload packages to PPA and file sponsoring bugs
|
||||
automatically.
|
||||
* doc/revuput.1.docbook, debian/control, debian/rules: build manpage for it
|
||||
from DocBook.
|
||||
* setup.py: install it.
|
||||
|
||||
-- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 07 Sep 2007 14:14:57 +0200
|
||||
|
||||
ubuntu-dev-tools (0.3) gutsy; urgency=low
|
||||
|
||||
* debian/copyright: added Canonical copyright.
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -5,6 +5,7 @@ Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
|
||||
XS-Vcs-Bzr: https://launchpad.net/ubuntu-dev-tools/
|
||||
XS-Vcs-Browser: http://codebrowse.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk/changes
|
||||
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>= 2.4)
|
||||
Build-Depends-Indep: docbook2x
|
||||
XS-Python-Version: all
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -6,3 +6,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_ubuntu-dev-tools = doc/*.1
|
||||
|
||||
build/ubuntu-dev-tools::
|
||||
docbook2x-man doc/revuput.1.docbook; mv revuput.1 doc
|
||||
|
||||
clean::
|
||||
rm -f doc/revuput.1
|
||||
|
145
doc/revuput.1.docbook
Normal file
145
doc/revuput.1.docbook
Normal file
@ -0,0 +1,145 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Daniel</firstname>
|
||||
<surname>Holbach</surname>
|
||||
<email>daniel.holbach@ubuntu.com</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2007</year>
|
||||
<holder>Daniel Holbach</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2007-09-07</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>revuput</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>revuput</refname>
|
||||
<refpurpose>A tool for uploading packages for sponsorship</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>revuput</command>
|
||||
<arg choice="opt">
|
||||
<option>-n</option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><dput location></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><debuild arguments></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>PREREQUISITES</title>
|
||||
<para>
|
||||
To use this tool, you will need to set up your PPA in Launchpad and
|
||||
therefore carefully follow the instructions in the <ulink type="http"
|
||||
url="https://help.launchpad.net/PPAQuickStart">PPA documentation</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
Also you need to copy your Launchpad cookie to
|
||||
<filename>~/.lpcookie</filename>. Firefox uses
|
||||
<filename>~/.mozilla/firefox/<random>cookies.txt</filename>,
|
||||
Epiphany uses
|
||||
<filename>~/.gnome2/epiphany/mozilla/epiphany/cookies.txt</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OVERVIEW</title>
|
||||
<para>
|
||||
This tool aims to help with <ulink type="http"
|
||||
url="https://wiki.ubuntu.com/SponsorshipProcess">the sponsoring
|
||||
process</ulink> and is written by the MOTU team.
|
||||
</para>
|
||||
<para>
|
||||
This tool will 1) build a source package of the current source tree
|
||||
you're in, 2) upload the package to <<productname>dput</productname>
|
||||
location> (using 'default' if not specified), 3) follow up on the bug
|
||||
report (if specified in <filename>debian/changelog</filename> as per the
|
||||
<ulink type="http"
|
||||
url="https://wiki.ubuntu.com/ClosingBugsFromChangelog">changelog
|
||||
spec</ulink>), 4) set the right status and subscribe the right people to
|
||||
the bug report.
|
||||
</para>
|
||||
<para>
|
||||
If you use the <arg choice="opt"><option>-n</option></arg> option, it
|
||||
will also 1) file a bug and add 2) a (LP: #.....) header to the source
|
||||
package.
|
||||
</para>
|
||||
<para>
|
||||
<ulink type="http" url="https://wiki.ubuntu.com/SponsorshipProcess">The
|
||||
sponsoring process</ulink> was complicated enough and package uploads
|
||||
were done to either <productname>Malone</productname>,
|
||||
<productname>REVU</productname> or personal web servers. This tool aims
|
||||
to unify processes and make use of existing infrastructure such as
|
||||
<productname>Launchpad Bugs (Malone)</productname> and
|
||||
<productname>Launchpad PPA</productname>.
|
||||
In September 2007, Daniel Holbach started working on this tool.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
This tool has lists of known strings for a given package that
|
||||
it searches for in bug reports (even in the attachments uploaded),
|
||||
thus helping to find duplicates, related bugs and other information,
|
||||
but mainly making bug triagers job a lot easier.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
These are all the options available so far:
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>revuput options:</title>
|
||||
<varlistentry>
|
||||
<term><option>-n</option></term>
|
||||
<listitem><para>files a new bug report and adds it's number to
|
||||
<filename>debian/changelog</filename>
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option><dput location></option></term>
|
||||
<listitem><para>specifies the location you upload the source package
|
||||
to according to the alias you specified in either
|
||||
<filename>/etc/dput.cf</filename> or
|
||||
<filename>~/.dput.cf</filename></para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option><debuild arguments></option></term>
|
||||
<listitem><para>will be passed to <productname>debuild</productname>
|
||||
during source package creation
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by the MOTU team for the
|
||||
<productname>revutool</productname> bug tracking system.
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 3 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems (like Ubuntu), the complete text of the
|
||||
GNU General Public License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL-3</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
21
setup.py
21
setup.py
@ -16,15 +16,16 @@ if os.path.exists(changelog):
|
||||
setup(name='ubuntu-dev-tools',
|
||||
version=version,
|
||||
scripts=['404main',
|
||||
'check-symbols',
|
||||
'get-branches',
|
||||
'pbuilder-dist',
|
||||
'update-maintainer',
|
||||
'dch-repeat',
|
||||
'mk-sbuild-lv',
|
||||
'pull-debian-debdiff',
|
||||
'what-patch',
|
||||
'suspicious-source',
|
||||
],
|
||||
'check-symbols',
|
||||
'get-branches',
|
||||
'pbuilder-dist',
|
||||
'update-maintainer',
|
||||
'dch-repeat',
|
||||
'mk-sbuild-lv',
|
||||
'pull-debian-debdiff',
|
||||
'what-patch',
|
||||
'suspicious-source',
|
||||
'revuput'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user