Merge lp:~xnox/debian-cd/legacy-installer-arch-images into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Steve Langasek
Proposed branch: lp:~xnox/debian-cd/legacy-installer-arch-images
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 68 lines (+6/-6)
5 files modified
tools/boot/focal/boot-amd64 (+1/-1)
tools/boot/focal/boot-arm64 (+1/-1)
tools/boot/focal/boot-ppc64el (+2/-2)
tools/boot/focal/boot-s390x (+1/-1)
tools/find-newest-installer (+1/-1)
To merge this branch: bzr merge lp:~xnox/debian-cd/legacy-installer-arch-images
Reviewer Review Type Date Requested Status
Dimitri John Ledkov (community) Needs Fixing
Canonical Server Pending
Ubuntu CD Image Team Pending
Review via email: mp+382428@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 :

Please reject, doesn't work.

review: Needs Fixing

Unmerged revisions

2055. By Dimitri John Ledkov

Switch from installer-arch/current/legacy-images/ to legacy-installer-arch/current/images for focal

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/boot/focal/boot-amd64'
2--- tools/boot/focal/boot-amd64 2020-04-15 15:11:20 +0000
3+++ tools/boot/focal/boot-amd64 2020-04-16 13:58:01 +0000
4@@ -107,7 +107,7 @@
5 dir=$(dirname $image)
6 mkdir -p $dir
7 if [ ! "$DI_WWW_HOME" ];then
8- cp "$DI_PATH/current/legacy-images/$image" "$image"
9+ cp "$DI_PATH/current/images/$image" "$image"
10 else
11 wget "$DI_WWW_HOME/$image" -O "$image"
12 fi
13
14=== modified file 'tools/boot/focal/boot-arm64'
15--- tools/boot/focal/boot-arm64 2020-04-15 12:15:16 +0000
16+++ tools/boot/focal/boot-arm64 2020-04-16 13:58:01 +0000
17@@ -84,7 +84,7 @@
18 dir=$(dirname $image)
19 mkdir -p $dir
20 if [ ! "$DI_WWW_HOME" ];then
21- cp "$DI_PATH/current/legacy-images/$image" "$image"
22+ cp "$DI_PATH/current/images/$image" "$image"
23 else
24 wget "$DI_WWW_HOME/$image" -O "$image"
25 fi
26
27=== modified file 'tools/boot/focal/boot-ppc64el'
28--- tools/boot/focal/boot-ppc64el 2020-04-15 09:08:10 +0000
29+++ tools/boot/focal/boot-ppc64el 2020-04-16 13:58:01 +0000
30@@ -84,10 +84,10 @@
31 done
32
33 (cd $CDDIR/..;
34- cp -a "$DI_PATH/current/legacy-images/MANIFEST.udebs" .
35+ cp -a "$DI_PATH/current/images/MANIFEST.udebs" .
36 list_kernel_abis $BOOT_IMAGES | check_kernel_sync)
37
38-DI_DIR="$DI_PATH/current/legacy-images"
39+DI_DIR="$DI_PATH/current/images"
40 if [ "$CDIMAGE_INSTALL_BASE" = 1 ]; then
41 for kp in $KERNEL_PREFIXES; do
42 cp -lf "$DI_DIR/${!kp}cdrom/vmlinux" "$CDDIR/install/${!kp}vmlinux"
43
44=== modified file 'tools/boot/focal/boot-s390x'
45--- tools/boot/focal/boot-s390x 2020-04-15 09:08:10 +0000
46+++ tools/boot/focal/boot-s390x 2020-04-16 13:58:01 +0000
47@@ -42,7 +42,7 @@
48
49 imagedir="boot$N/boot"
50 mkdir -p $imagedir
51-DI_DIR="$DI_PATH/current/legacy-images"
52+DI_DIR="$DI_PATH/current/images"
53
54 cp -lf "$DI_DIR/generic/ubuntu.exec" $imagedir
55 sed -e 's/boot from CD-ROM or FTP-Server/default kernel/' \
56
57=== modified file 'tools/find-newest-installer'
58--- tools/find-newest-installer 2007-10-24 12:27:34 +0000
59+++ tools/find-newest-installer 2020-04-16 13:58:01 +0000
60@@ -22,7 +22,7 @@
61 fi
62
63 for try_suite in $try_suites; do
64- for try_type in installer daily-installer; do
65+ for try_type in installer daily-installer legacy-installer; do
66 dir="$MIRROR/dists/$try_suite/main/$try_type-$ARCH"
67 if [ ! -h "$dir/current" ] || \
68 ! version="$(readlink "$dir/current")"; then

Subscribers

People subscribed via source and target branches