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
1=== modified file 'debian/changelog'
2--- debian/changelog 2020-04-16 00:39:29 +0000
3+++ debian/changelog 2020-04-16 14:09:42 +0000
4@@ -1,3 +1,11 @@
5+debian-installer (20101020ubuntu613) focal; urgency=medium
6+
7+ * Fix compatibility with virt-install LP:#1872941
8+ - Revert legacy-images to images subdir.
9+ - Change prefix from installer- to legacy-installer-.
10+
11+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 16 Apr 2020 14:49:56 +0100
12+
13 debian-installer (20101020ubuntu612) focal; urgency=medium
14
15 * Move master kernels to 5.4.0-24.
16
17=== modified file 'debian/rules'
18--- debian/rules 2020-04-14 08:18:48 +0000
19+++ debian/rules 2020-04-16 14:09:42 +0000
20@@ -14,9 +14,9 @@
21 BOOTMENU_BEEP=y
22 endif
23
24-ARCHIVEDIR=debian/tmp/installer-$(ARCH)
25+ARCHIVEDIR=debian/tmp/legacy-installer-$(ARCH)
26 DESTDIR=$(ARCHIVEDIR)/$(VERSION)
27-IMAGEDIR=$(DESTDIR)/legacy-images
28+IMAGEDIR=$(DESTDIR)/images
29 TARNAME=debian-installer-images_$(VERSION)_$(ARCH).tar.gz
30
31 export NO_PNG_PKG_MANGLE=1

Subscribers

People subscribed via source and target branches