requestsync: tell the user when you are waiting for input from them after

giving the sponsorship warning, rather than appearing to hang.
This commit is contained in:
James Westby 2008-11-07 16:58:22 +00:00
parent 636ec682c3
commit 082ba0b322
2 changed files with 8 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,10 +1,15 @@
ubuntu-dev-tools (0.47) UNRELEASED; urgency=low
[ Kees Cook ]
* dch-repeat: drop "feisty" from the list of known releases.
* mk-sbuild-lv:
- only use --no-install-recommends on gutsy and later.
- catch errors produced by "finish.sh".
[ James Westby ]
* requestsync: tell the user when you are waiting for input from them after
giving the sponsorship warning, rather than appearing to hang.
-- Kees Cook <kees@ubuntu.com> Tue, 28 Oct 2008 10:40:53 -0700
ubuntu-dev-tools (0.46) intrepid; urgency=low

View File

@ -73,8 +73,9 @@ def checkNeedsSponsorship(component):
"the '%s'\nteam, who shall be subscribed to this bug report." % sponsor
print "This must be done before it can be processed by a member of " \
"the Ubuntu Archive team."
print "Should the above be incorrect, please press Ctrl-C now to " \
"stop this script now\nand check the cookie file at:", launchpad_cookiefile
print "If the above is correct please press Enter, otherwise please " \
"press Ctrl-C to stop this script now\nand check the cookie file " \
"at:", launchpad_cookiefile
raw_input_exit_on_ctrlc() # Abort if necessary.
return True # Sponsorship required.