Merge lp:~xnox/debian-installer/legacy-installer-arch-images into lp:~ubuntu-core-dev/debian-installer/ubuntu

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Dimitri John Ledkov
Proposed branch: lp:~xnox/debian-installer/legacy-installer-arch-images
Merge into: lp:~ubuntu-core-dev/debian-installer/ubuntu
Diff against target: 31 lines (+10/-2)
2 files modified
debian/changelog (+8/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~xnox/debian-installer/legacy-installer-arch-images
Reviewer Review Type Date Requested Status
Canonical Server Pending
Ubuntu Core Development Team Pending
Review via email: mp+382429@code.launchpad.net

Commit message

Description of the change

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

<cpaelzer> xnox: sounds good
<cpaelzer> xnox: will make it clear that it is legacy
<cpaelzer> but keeping the old sub-layout

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

MIHAJLOV: I like that idea, because it gives users the chance to help themselves, no need to change virt-install.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

This does fails publication.

Unmerged revisions

2374. By Dimitri John Ledkov

releasing package debian-installer version 20101020ubuntu613

2373. By Dimitri John Ledkov

* Fix compatibility with virt-install LP:#1872941
  - Revert legacy-images to images subdir.
  - Change prefix from installer- to legacy-installer-.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2020-04-16 00:39:29 +0000
+++ debian/changelog 2020-04-16 14:09:42 +0000
@@ -1,3 +1,11 @@
1debian-installer (20101020ubuntu613) focal; urgency=medium
2
3 * Fix compatibility with virt-install LP:#1872941
4 - Revert legacy-images to images subdir.
5 - Change prefix from installer- to legacy-installer-.
6
7 -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 16 Apr 2020 14:49:56 +0100
8
1debian-installer (20101020ubuntu612) focal; urgency=medium9debian-installer (20101020ubuntu612) focal; urgency=medium
210
3 * Move master kernels to 5.4.0-24.11 * Move master kernels to 5.4.0-24.
412
=== modified file 'debian/rules'
--- debian/rules 2020-04-14 08:18:48 +0000
+++ debian/rules 2020-04-16 14:09:42 +0000
@@ -14,9 +14,9 @@
14BOOTMENU_BEEP=y14BOOTMENU_BEEP=y
15endif15endif
1616
17ARCHIVEDIR=debian/tmp/installer-$(ARCH)17ARCHIVEDIR=debian/tmp/legacy-installer-$(ARCH)
18DESTDIR=$(ARCHIVEDIR)/$(VERSION)18DESTDIR=$(ARCHIVEDIR)/$(VERSION)
19IMAGEDIR=$(DESTDIR)/legacy-images19IMAGEDIR=$(DESTDIR)/images
20TARNAME=debian-installer-images_$(VERSION)_$(ARCH).tar.gz20TARNAME=debian-installer-images_$(VERSION)_$(ARCH).tar.gz
2121
22export NO_PNG_PKG_MANGLE=122export NO_PNG_PKG_MANGLE=1

Subscribers

People subscribed via source and target branches