mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
requestsync: Subscribe 'ubuntu-release' to Feature Freeze exceptions (updated
to current policy; lp: #532740)
This commit is contained in:
parent
1005f7d174
commit
95a8fdecb2
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -31,6 +31,8 @@ ubuntu-dev-tools (0.93) UNRELEASED; urgency=low
|
|||||||
* Depend on python-launchpadlib >= 1.5.4
|
* Depend on python-launchpadlib >= 1.5.4
|
||||||
* Also check package sets for upload permissions.
|
* Also check package sets for upload permissions.
|
||||||
* lp-set-dup: Don't crash when accessing private bugs (lp: #525539)
|
* lp-set-dup: Don't crash when accessing private bugs (lp: #525539)
|
||||||
|
* requestsync: Subscribe 'ubuntu-release' to Feature Freeze exceptions
|
||||||
|
(updated to current policy; lp: #532740)
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
||||||
@ -40,7 +42,7 @@ ubuntu-dev-tools (0.93) UNRELEASED; urgency=low
|
|||||||
* lp-shell: Disable default apport excepthook, as this is intended for
|
* lp-shell: Disable default apport excepthook, as this is intended for
|
||||||
interactive use.
|
interactive use.
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Tue, 23 Feb 2010 00:31:19 +0100
|
-- Michael Bienia <geser@ubuntu.com> Fri, 05 Mar 2010 17:54:20 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.92) lucid; urgency=low
|
ubuntu-dev-tools (0.92) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -219,10 +219,7 @@ if __name__ == '__main__':
|
|||||||
subscribe = 'ubuntu-universe-sponsors'
|
subscribe = 'ubuntu-universe-sponsors'
|
||||||
if ffe:
|
if ffe:
|
||||||
status = 'new'
|
status = 'new'
|
||||||
if ubuntu_component in ('main', 'restricted'):
|
subscribe = 'ubuntu-release'
|
||||||
subscribe = 'ubuntu-release'
|
|
||||||
else:
|
|
||||||
subscribe = 'motu-release'
|
|
||||||
|
|
||||||
srcpkg = not newsource and srcpkg or None
|
srcpkg = not newsource and srcpkg or None
|
||||||
if lpapi:
|
if lpapi:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user