Merge lp:~laney/ubuntu-archive-tools/mozjs68 into lp:ubuntu-archive-tools

Proposed by Iain Lane
Status: Merged
Merged at revision: 1292
Proposed branch: lp:~laney/ubuntu-archive-tools/mozjs68
Merge into: lp:ubuntu-archive-tools
Diff against target: 13 lines (+3/-0)
1 file modified
update-i386-whitelist (+3/-0)
To merge this branch: bzr merge lp:~laney/ubuntu-archive-tools/mozjs68
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+380562@code.launchpad.net

Commit message

update-i386-whitelist: Add mozjs68 for gjs (was mozjs60 before)

Description of the change

After merging this, please run the script and commit the result

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'update-i386-whitelist'
2--- update-i386-whitelist 2020-03-09 16:07:31 +0000
3+++ update-i386-whitelist 2020-03-11 15:51:42 +0000
4@@ -101,6 +101,9 @@
5 newSet.update(['libxcrypt'])
6 # bootstrap new llvm
7 newSet.update(['llvm-toolchain-10'])
8+ # gjs build-depends on mozjs68, which is a new source package transitioning
9+ # from mozjs60 that is currently in the whitelist and will be removed
10+ newSet.update(['mozjs68'])
11 # we get the wrong answer from germinate about a source package's
12 # whitelisting when the package provides both Arch: any and Arch: all
13 # binaries but we actually only want the Arch: all ones. Rather than

Subscribers

People subscribed via source and target branches