Merge ~paelzer/ubuntu/+source/ipxe:merge-ipxe-groovy-36a4c85-5 into ubuntu/+source/ipxe:debian/sid
Proposed by
Christian Ehrhardt
Status: | Merged | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | Christian Ehrhardt | ||||||||||||||||
Approved revision: | 1c10dbf0f174c2d1b64bbbcf753617f124c076ca | ||||||||||||||||
Merge reported by: | Christian Ehrhardt | ||||||||||||||||
Merged at revision: | 1c10dbf0f174c2d1b64bbbcf753617f124c076ca | ||||||||||||||||
Proposed branch: | ~paelzer/ubuntu/+source/ipxe:merge-ipxe-groovy-36a4c85-5 | ||||||||||||||||
Merge into: | ubuntu/+source/ipxe:debian/sid | ||||||||||||||||
Diff against target: |
1711 lines (+1299/-148) 13 files modified
debian/changelog (+443/-0) debian/control (+15/-2) debian/copyright (+560/-136) debian/grub-ipxe.install (+3/-0) debian/grub-ipxe.postinst (+1/-1) debian/grub-ipxe.postrm (+3/-3) debian/ipxe.install (+0/-3) debian/patches/0005-strip-802.1Q-VLAN-0-priority-tags.patch (+121/-0) debian/patches/handle-dhcp-nack.patch (+43/-0) debian/patches/series (+2/-0) debian/rules (+27/-1) debian/tree/ipxe/etc/grub.d/20_ipxe (+15/-2) debian/util/check-rom-sizes (+66/-0) |
||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andreas Hasenack | Approve | ||
Canonical Server | Pending | ||
git-ubuntu developers | Pending | ||
Review via email: mp+386372@code.qastaging.launchpad.net |
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
PPA: https:/ /launchpad. net/~ci- train-ppa- service/ +archive/ ubuntu/ 4116/+packages
FYI I've had some debug enabled to ensure the non EFI roms kept https enabled: i386-pcbios/ *.tmp.map src/bin- x86_64- efi/*drv* .map || /bin/true i386-pcbios/ 808610d3. rom.tmp. map: 0x0000000000027b10 __feature_https i386-pcbios/ 808610d3. rom.tmp. map:00027b10 g O .textdata»00000004 .hidden __feature_https i386-pcbios/ 82540em. rom.tmp. map: 0x0000000000027b10 __feature_https i386-pcbios/ 82540em. rom.tmp. map:00027b10 g O .textdata»·00000004 .hidden __feature_https i386-pcbios/ eepro100. rom.tmp. map: 0x00000000000277fc __feature_https i386-pcbios/ eepro100. rom.tmp. map:000277fc g O .textdata»00000004 .hidden __feature_https i386-pcbios/ ipxe.lkrn. tmp.map: 0x00000000000bdfe0 __feature_https i386-pcbios/ ipxe.lkrn. tmp.map: 000bdfe0 g O .textdata» ···00000004 .hidden __feature_https i386-pcbios/ ipxe.pxe. tmp.map: 0x00000000000be100 __feature_https i386-pcbios/ ipxe.pxe. tmp.map: 000be100 g O .textdata»00000004 .hidden __feature_https i386-pcbios/ ns8390. rom.tmp. map: 0x0000000000027330 __feature_https i386-pcbios/ ns8390. rom.tmp. map:00027330 g O .textdata» ··00000004 .hidden __feature_https i386-pcbios/ pcnet32. rom.tmp. map: 0x0000000000027490 __feature_https i386-pcbios/ pcnet32. rom.tmp. map:00027490 g O .textdata»·00000004 .hidden __feature_https i386-pcbios/ rtl8139. rom.tmp. map: 0x0000000000027c50 __feature_https i386-pcbios/ rtl8139. rom.tmp. map:00027c50 g O .textdata»·00000004 .hidden __feature_https i386-pcbios/ undionly. kkpxe.tmp. map: 0x0000000000027190 __feature_https i386-pcbios/ undionly. kkpxe.tmp. map:00027190 g O .textdata» ··00000004 .hidden __feature_https i386-pcbios/ undionly. kpxe.tmp. map: 0x0000000000027190 __feature_https i386-pcbios/ undionly. kpxe.tmp. map:00027190 g O .textdata» ···00000004 .hidden __feature_https i386-pcbios/ virtio- net.rom. tmp.map: 0x0000000000027bd0 __feature_https i386-pcbios/ virtio- net.rom. tmp.map: 00027bd0 g O .textdata» ··00000004 .hidden __feature_https i386-pcbios/ vmxnet3. rom.tmp. map: 0x0000000000026f10 __feature_https i386-pcbios/ vmxnet3. rom.tmp. map:00026f10 g O .textdata»·00000004 .hidden __feature_https dh_auto_ build
70398 grep -H __feature_https src/bin-
70399 src/bin-
70400 src/bin-
70401 src/bin-
70402 src/bin-
70403 src/bin-
70404 src/bin-
70405 src/bin-
70406 src/bin-
70407 src/bin-
70408 src/bin-
70409 src/bin-
70410 src/bin-
70411 src/bin-
70412 src/bin-
70413 src/bin-
70414 src/bin-
70415 src/bin-
70416 src/bin-
70417 src/bin-
70418 src/bin-
70419 src/bin-
70420 src/bin-
70421 src/bin-
70422 src/bin-
70423 dh override_
That is exactly as intended in the bug.
The rest is a merge that is somewhat complex due to us being ahead for 2 years and thereby gathering a bunch of Delta. A lot can be dropped now - it just is a long squashing session from split to logical.
To help understan...