Merge lp:~apw/ubuntu-archive-tools/copy-proposed-kernels-routing-updates into lp:ubuntu-archive-tools

Proposed by Andy Whitcroft
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1218
Merged at revision: 1218
Proposed branch: lp:~apw/ubuntu-archive-tools/copy-proposed-kernels-routing-updates
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
copy-proposed-kernel (+1/-1)
To merge this branch: bzr merge lp:~apw/ubuntu-archive-tools/copy-proposed-kernels-routing-updates
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+367747@code.launchpad.net

Commit message

Fix signing opt-out for trusty/linux-aws meta package.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Yeah, missed that completely last time as well. Now it's good - and it works too!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'copy-proposed-kernel'
2--- copy-proposed-kernel 2019-05-09 10:18:07 +0000
3+++ copy-proposed-kernel 2019-05-22 09:35:15 +0000
4@@ -297,7 +297,7 @@
5 args.esm = True
6 if args.esm:
7 if (args.series == 'precise' and args.source in ('linux', 'linux-meta') or
8- args.series == 'trusty' and args.source in ('linux-aws', 'linux-aws-meta')):
9+ args.series == 'trusty' and args.source in ('linux-aws', 'linux-meta-aws')):
10 args.to_signing = False
11 else:
12 args.to_signing = True

Subscribers

People subscribed via source and target branches