mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-18 20:31:29 +00:00
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:
parent
636ec682c3
commit
082ba0b322
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,10 +1,15 @@
|
|||||||
ubuntu-dev-tools (0.47) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.47) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Kees Cook ]
|
||||||
* dch-repeat: drop "feisty" from the list of known releases.
|
* dch-repeat: drop "feisty" from the list of known releases.
|
||||||
* mk-sbuild-lv:
|
* mk-sbuild-lv:
|
||||||
- only use --no-install-recommends on gutsy and later.
|
- only use --no-install-recommends on gutsy and later.
|
||||||
- catch errors produced by "finish.sh".
|
- 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
|
-- Kees Cook <kees@ubuntu.com> Tue, 28 Oct 2008 10:40:53 -0700
|
||||||
|
|
||||||
ubuntu-dev-tools (0.46) intrepid; urgency=low
|
ubuntu-dev-tools (0.46) intrepid; urgency=low
|
||||||
|
@ -73,8 +73,9 @@ def checkNeedsSponsorship(component):
|
|||||||
"the '%s'\nteam, who shall be subscribed to this bug report." % sponsor
|
"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 " \
|
print "This must be done before it can be processed by a member of " \
|
||||||
"the Ubuntu Archive team."
|
"the Ubuntu Archive team."
|
||||||
print "Should the above be incorrect, please press Ctrl-C now to " \
|
print "If the above is correct please press Enter, otherwise please " \
|
||||||
"stop this script now\nand check the cookie file at:", launchpad_cookiefile
|
"press Ctrl-C to stop this script now\nand check the cookie file " \
|
||||||
|
"at:", launchpad_cookiefile
|
||||||
raw_input_exit_on_ctrlc() # Abort if necessary.
|
raw_input_exit_on_ctrlc() # Abort if necessary.
|
||||||
return True # Sponsorship required.
|
return True # Sponsorship required.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user