add note from dholbach

This commit is contained in:
Reinhard Tartler 2007-09-07 12:02:52 +02:00
parent 61a0bbca1b
commit 6a512144ca

17
revuput
View File

@ -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>]