From 6a512144ca1dce05877d3bd4f3e76062793ed64b Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Fri, 7 Sep 2007 12:02:52 +0200 Subject: [PATCH] add note from dholbach --- revuput | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/revuput b/revuput index f30bcc4..57f5646 100755 --- a/revuput +++ b/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] [] []