requestsync: Add hint about how to create a valid cookie file (Firefox)

This commit is contained in:
Daniel Hahler 2008-04-16 02:30:01 +02:00
parent 3f7c03a0e8
commit a736d68653
2 changed files with 6 additions and 3 deletions

8
debian/changelog vendored
View File

@ -3,9 +3,11 @@ ubuntu-dev-tools (0.31) hardy; urgency=low
* requestsync:
- Use debian_bundle.changelog.Version for version comparison in
debian_changelog.
- Fix --lp for Firefox 3: it now tries ~/.lpcookie.txt,
~/.mozilla/*/*/cookies.sqlite and ~/.mozilla/*/*/cookies.txt to find
a Launchpad cookie file
- Fix --lp for Firefox 3 (LP: 208808):
It now tries ~/.lpcookie.txt, ~/.mozilla/*/*/cookies.sqlite and
~/.mozilla/*/*/cookies.txt to find a Launchpad cookie file.
Also added a hint that you can create a valid file, by logging into
Launchpad with Firefox.
- Added confirm loops, which displays the message to be send/posted and
either allows to edit (or forces to, in case of Ubuntu changes).
(LP: #194613, #194615)

View File

@ -249,6 +249,7 @@ def post_bug(source_package, subscribe, status, bugtitle, bugtext):
if launchpad_cookiefile == None:
print >> sys.stderr, 'Could not find cookie file for Launchpad (looked in %s)' % ", ".join(try_globs)
print >> sys.stderr, 'You should be able to create a valid file by logging into Launchpad with Firefox'
return False
if source_package: