mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
requestsync: Add hint about how to create a valid cookie file (Firefox)
This commit is contained in:
parent
3f7c03a0e8
commit
a736d68653
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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)
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user