mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
* requestsync:
Add "done" as last email command to stop parsing the email body for further email commands (lp: #372555)
This commit is contained in:
parent
638950f184
commit
e6c5a0fe26
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -5,6 +5,9 @@ ubuntu-dev-tools (0.75) UNRELEASED; urgency=low
|
|||||||
- Use the LP API for retrying or rescoring builds.
|
- Use the LP API for retrying or rescoring builds.
|
||||||
* requestsync:
|
* requestsync:
|
||||||
- Fix check for sponsorship when a new package should get synced.
|
- Fix check for sponsorship when a new package should get synced.
|
||||||
|
- Add "done" as last email command when emailing the sync request
|
||||||
|
to stop parsing of the email body for further email commands
|
||||||
|
(lp: #372555)
|
||||||
|
|
||||||
[ Jonathan Davies ]
|
[ Jonathan Davies ]
|
||||||
* update-maintainer:
|
* update-maintainer:
|
||||||
@ -51,7 +54,7 @@ ubuntu-dev-tools (0.75) UNRELEASED; urgency=low
|
|||||||
* requestsync: We need to use the output from madison, not just throw it
|
* requestsync: We need to use the output from madison, not just throw it
|
||||||
away.
|
away.
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Sat, 27 Jun 2009 11:56:08 +0200
|
-- Michael Bienia <geser@ubuntu.com> Thu, 02 Jul 2009 19:55:55 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.74) karmic; urgency=low
|
ubuntu-dev-tools (0.74) karmic; urgency=low
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ def mail_bug(source_package, subscribe, status, bugtitle, bugtext, keyid = None)
|
|||||||
mailbody += ' affects ubuntu/%s\n' % source_package
|
mailbody += ' affects ubuntu/%s\n' % source_package
|
||||||
else:
|
else:
|
||||||
mailbody += ' affects ubuntu\n'
|
mailbody += ' affects ubuntu\n'
|
||||||
mailbody = mailbody + ' status %s\n importance wishlist\n subscribe %s\n\n%s' % (status, subscribe, bugtext)
|
mailbody = mailbody + ' status %s\n importance wishlist\n subscribe %s\n done\n\n%s' % (status, subscribe, bugtext)
|
||||||
|
|
||||||
# prepare sign_command
|
# prepare sign_command
|
||||||
sign_command = 'gpg'
|
sign_command = 'gpg'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user