mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-30 08:04:03 +00:00
add note from dholbach
This commit is contained in:
parent
61a0bbca1b
commit
6a512144ca
17
revuput
17
revuput
@ -5,10 +5,19 @@
|
||||
# GPL 3
|
||||
#
|
||||
#
|
||||
# Notes:
|
||||
# Notes:
|
||||
# - needs dput, python-launchpad-bugs (>= 0.2.9)
|
||||
# - needs http://launchpad.net/bugs/137767 to get fixed
|
||||
#
|
||||
#
|
||||
# 11:57:27 < dholbach> but what it does is: build a source package of
|
||||
# the current source tree you're in, upload it to PPA
|
||||
# and follow up on a bug report, subscribe the right
|
||||
# sponsors, set the right status - if you pass "-n"
|
||||
# it will file a bug report, add a (LP: #....) to
|
||||
# the changelog also
|
||||
# 11:57:37 < dholbach> I thought it'd help with our sponsoring process
|
||||
#
|
||||
|
||||
import re
|
||||
import os
|
||||
@ -22,12 +31,6 @@ except:
|
||||
"You need python-launchpad-bugs (>= 0.2.9) installed to use revuput."
|
||||
sys.exit(1)
|
||||
|
||||
#try:
|
||||
# import apt
|
||||
#except:
|
||||
# print >> sys.stderr, "You need python-apt installed to use revuput."
|
||||
# sys.exit(1)
|
||||
|
||||
|
||||
USAGE = \
|
||||
"""Usage: revuput [-n] [<location>] [<debuild options>]
|
||||
|
Loading…
x
Reference in New Issue
Block a user