Merge lp:~paride/auto-upgrade-testing-specifications/set-debian-frontend into lp:auto-upgrade-testing-specifications
- set-debian-frontend
- Merge into auto-upgrade-testing-speci...
Status: | Merged |
---|---|
Approved by: | Brian Murray |
Approved revision: | 64 |
Merged at revision: | 64 |
Proposed branch: | lp:~paride/auto-upgrade-testing-specifications/set-debian-frontend |
Merge into: | lp:auto-upgrade-testing-specifications |
Diff against target: |
363 lines (+28/-28) 28 files modified
profiles/ubuntu-bionic-focal-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-impish-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-impish-kubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-impish-lubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-impish-ubuntu-mate-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-impish-xubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-jammy-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-jammy-kubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-jammy-lubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-jammy-ubuntu-mate-amd64_qemu.yaml (+1/-1) profiles/ubuntu-focal-jammy-xubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-hirsute-impish-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-hirsute-impish-kubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-hirsute-impish-lubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-hirsute-impish-ubuntu-mate-amd64_qemu.yaml (+1/-1) profiles/ubuntu-hirsute-impish-xubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-impish-jammy-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-impish-jammy-kubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-impish-jammy-lubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-impish-jammy-ubuntu-mate-amd64_qemu.yaml (+1/-1) profiles/ubuntu-impish-jammy-xubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-jammy-kinetic-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-jammy-kinetic-kubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-jammy-kinetic-lubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-jammy-kinetic-ubuntu-mate-amd64_qemu.yaml (+1/-1) profiles/ubuntu-jammy-kinetic-xubuntu-amd64_qemu.yaml (+1/-1) profiles/ubuntu-xenial-bionic-desktop-amd64_qemu.yaml (+1/-1) profiles/ubuntu-xenial-bionic-desktop-i386_qemu.yaml (+1/-1) |
To merge this branch: | bzr merge lp:~paride/auto-upgrade-testing-specifications/set-debian-frontend |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Review via email:
|
Commit message
Set DEBIAN_FRONTEND when installing the metapackages
The specific reason why we're adding this now is a debconf message with
"error" priority which is printed at install time by a package (encfs)
which is brought in as indirect dependency of several flavor metapackages.
Note that normally the installation is done from ISO images, and therefore
the message is handled by the installer. In other words DEBIAN_FRONTEND is
set in a testbed setup stage users are normally not exposed to.
Description of the change

Brian Murray (brian-murray) wrote : | # |

Paride Legovini (paride) wrote : | # |
I meant: we don't want the upgrade process to stop _even outside automation_, so we don't need to set DEBIAN_
I can see that's confusing, I can reword it tomorrow.

Paride Legovini (paride) wrote : | # |
@Brian I amended the commit message. I'm not mentioning the upgrade process anymore as that part of the commit message was imprecise: the Debian frontend is handled by auto-upgrade-
do-release-upgrade -f <frontend>
and apparently auto-upgrade-
- 63. By Paride Legovini
-
Set DEBIAN_FRONTEND when installing the metapackages
The specific reason why we're adding this now is a debconf message with
"error" priority which is printed at install time by a package (encfs)
which is brought in as indirect dependency of several flavor metapackages.Note that normally the installation is done from ISO images, and therefore
the message is handled by the installer. In other words DEBIAN_FRONTEND is
set in a testbed setup stage users are normally not exposed to. - 64. By Paride Legovini
-
Make unifor use of `apt-get -y` across the profiles

Paride Legovini (paride) wrote : | # |
Added another minor change: always call apt-get with a single `-y` flag.

Brian Murray (brian-murray) : | # |
Preview Diff
1 | === modified file 'profiles/ubuntu-bionic-focal-desktop-amd64_qemu.yaml' | |||
2 | --- profiles/ubuntu-bionic-focal-desktop-amd64_qemu.yaml 2019-12-23 06:49:47 +0000 | |||
3 | +++ profiles/ubuntu-bionic-focal-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
4 | @@ -6,7 +6,7 @@ | |||
5 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
6 | 7 | image_name: bionic_focal_ubuntu_desktop_amd64.img | 7 | image_name: bionic_focal_ubuntu_desktop_amd64.img |
7 | 8 | build_args: | 8 | build_args: |
9 | 9 | - "--post-command 'sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-desktop^' --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' --timeout 14400" |
10 | 10 | releases: | 10 | releases: |
11 | 11 | - "bionic" | 11 | - "bionic" |
12 | 12 | - "focal" | 12 | - "focal" |
13 | 13 | 13 | ||
14 | === modified file 'profiles/ubuntu-focal-impish-desktop-amd64_qemu.yaml' | |||
15 | --- profiles/ubuntu-focal-impish-desktop-amd64_qemu.yaml 2022-06-28 13:39:50 +0000 | |||
16 | +++ profiles/ubuntu-focal-impish-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
17 | @@ -6,7 +6,7 @@ | |||
18 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
19 | 7 | image_name: focal_impish_ubuntu_desktop_amd64.img | 7 | image_name: focal_impish_ubuntu_desktop_amd64.img |
20 | 8 | build_args: | 8 | build_args: |
22 | 9 | - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400" |
23 | 10 | releases: | 10 | releases: |
24 | 11 | - "focal" | 11 | - "focal" |
25 | 12 | - "impish" | 12 | - "impish" |
26 | 13 | 13 | ||
27 | === modified file 'profiles/ubuntu-focal-impish-kubuntu-amd64_qemu.yaml' | |||
28 | --- profiles/ubuntu-focal-impish-kubuntu-amd64_qemu.yaml 2022-06-28 13:39:50 +0000 | |||
29 | +++ profiles/ubuntu-focal-impish-kubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
30 | @@ -6,7 +6,7 @@ | |||
31 | 6 | flavor: kubuntu | 6 | flavor: kubuntu |
32 | 7 | image_name: focal_impish_kubuntu_desktop_amd64.img | 7 | image_name: focal_impish_kubuntu_desktop_amd64.img |
33 | 8 | build_args: | 8 | build_args: |
35 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install kubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop' -v --timeout 14400" |
36 | 10 | releases: | 10 | releases: |
37 | 11 | - "focal" | 11 | - "focal" |
38 | 12 | - "impish" | 12 | - "impish" |
39 | 13 | 13 | ||
40 | === modified file 'profiles/ubuntu-focal-impish-lubuntu-amd64_qemu.yaml' | |||
41 | --- profiles/ubuntu-focal-impish-lubuntu-amd64_qemu.yaml 2022-06-28 13:39:50 +0000 | |||
42 | +++ profiles/ubuntu-focal-impish-lubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
43 | @@ -6,7 +6,7 @@ | |||
44 | 6 | flavor: lubuntu | 6 | flavor: lubuntu |
45 | 7 | image_name: focal_impish_lubuntu_desktop_amd64.img | 7 | image_name: focal_impish_lubuntu_desktop_amd64.img |
46 | 8 | build_args: | 8 | build_args: |
48 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ^lubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ^lubuntu-desktop' -v --timeout 14400" |
49 | 10 | releases: | 10 | releases: |
50 | 11 | - "focal" | 11 | - "focal" |
51 | 12 | - "impish" | 12 | - "impish" |
52 | 13 | 13 | ||
53 | === modified file 'profiles/ubuntu-focal-impish-ubuntu-mate-amd64_qemu.yaml' | |||
54 | --- profiles/ubuntu-focal-impish-ubuntu-mate-amd64_qemu.yaml 2022-06-28 13:39:50 +0000 | |||
55 | +++ profiles/ubuntu-focal-impish-ubuntu-mate-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
56 | @@ -6,7 +6,7 @@ | |||
57 | 6 | flavor: ubuntu-mate | 6 | flavor: ubuntu-mate |
58 | 7 | image_name: focal_impish_ubuntu_mate_desktop_amd64.img | 7 | image_name: focal_impish_ubuntu_mate_desktop_amd64.img |
59 | 8 | build_args: | 8 | build_args: |
61 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ubuntu-mate-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop' -v --timeout 14400" |
62 | 10 | releases: | 10 | releases: |
63 | 11 | - "focal" | 11 | - "focal" |
64 | 12 | - "impish" | 12 | - "impish" |
65 | 13 | 13 | ||
66 | === modified file 'profiles/ubuntu-focal-impish-xubuntu-amd64_qemu.yaml' | |||
67 | --- profiles/ubuntu-focal-impish-xubuntu-amd64_qemu.yaml 2022-06-28 13:39:50 +0000 | |||
68 | +++ profiles/ubuntu-focal-impish-xubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
69 | @@ -6,7 +6,7 @@ | |||
70 | 6 | flavor: xubuntu | 6 | flavor: xubuntu |
71 | 7 | image_name: focal_impish_xubuntu_desktop_amd64.img | 7 | image_name: focal_impish_xubuntu_desktop_amd64.img |
72 | 8 | build_args: | 8 | build_args: |
74 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ^xubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ^xubuntu-desktop' -v --timeout 14400" |
75 | 10 | releases: | 10 | releases: |
76 | 11 | - "focal" | 11 | - "focal" |
77 | 12 | - "impish" | 12 | - "impish" |
78 | 13 | 13 | ||
79 | === modified file 'profiles/ubuntu-focal-jammy-desktop-amd64_qemu.yaml' | |||
80 | --- profiles/ubuntu-focal-jammy-desktop-amd64_qemu.yaml 2021-10-26 21:01:13 +0000 | |||
81 | +++ profiles/ubuntu-focal-jammy-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
82 | @@ -6,7 +6,7 @@ | |||
83 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
84 | 7 | image_name: focal_jammy_ubuntu_desktop_amd64.img | 7 | image_name: focal_jammy_ubuntu_desktop_amd64.img |
85 | 8 | build_args: | 8 | build_args: |
87 | 9 | - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400" |
88 | 10 | releases: | 10 | releases: |
89 | 11 | - "focal" | 11 | - "focal" |
90 | 12 | - "jammy" | 12 | - "jammy" |
91 | 13 | 13 | ||
92 | === modified file 'profiles/ubuntu-focal-jammy-kubuntu-amd64_qemu.yaml' | |||
93 | --- profiles/ubuntu-focal-jammy-kubuntu-amd64_qemu.yaml 2022-02-22 19:40:54 +0000 | |||
94 | +++ profiles/ubuntu-focal-jammy-kubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
95 | @@ -6,7 +6,7 @@ | |||
96 | 6 | flavor: kubuntu | 6 | flavor: kubuntu |
97 | 7 | image_name: focal_jammy_kubuntu_desktop_amd64.img | 7 | image_name: focal_jammy_kubuntu_desktop_amd64.img |
98 | 8 | build_args: | 8 | build_args: |
100 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install kubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop' -v --timeout 14400" |
101 | 10 | releases: | 10 | releases: |
102 | 11 | - "focal" | 11 | - "focal" |
103 | 12 | - "jammy" | 12 | - "jammy" |
104 | 13 | 13 | ||
105 | === modified file 'profiles/ubuntu-focal-jammy-lubuntu-amd64_qemu.yaml' | |||
106 | --- profiles/ubuntu-focal-jammy-lubuntu-amd64_qemu.yaml 2021-10-26 21:01:13 +0000 | |||
107 | +++ profiles/ubuntu-focal-jammy-lubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
108 | @@ -6,7 +6,7 @@ | |||
109 | 6 | flavor: lubuntu | 6 | flavor: lubuntu |
110 | 7 | image_name: focal_jammy_lubuntu_desktop_amd64.img | 7 | image_name: focal_jammy_lubuntu_desktop_amd64.img |
111 | 8 | build_args: | 8 | build_args: |
113 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ^lubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ^lubuntu-desktop' -v --timeout 14400" |
114 | 10 | releases: | 10 | releases: |
115 | 11 | - "focal" | 11 | - "focal" |
116 | 12 | - "jammy" | 12 | - "jammy" |
117 | 13 | 13 | ||
118 | === modified file 'profiles/ubuntu-focal-jammy-ubuntu-mate-amd64_qemu.yaml' | |||
119 | --- profiles/ubuntu-focal-jammy-ubuntu-mate-amd64_qemu.yaml 2021-10-26 21:01:13 +0000 | |||
120 | +++ profiles/ubuntu-focal-jammy-ubuntu-mate-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
121 | @@ -6,7 +6,7 @@ | |||
122 | 6 | flavor: ubuntu-mate | 6 | flavor: ubuntu-mate |
123 | 7 | image_name: focal_jammy_ubuntu_mate_desktop_amd64.img | 7 | image_name: focal_jammy_ubuntu_mate_desktop_amd64.img |
124 | 8 | build_args: | 8 | build_args: |
126 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ubuntu-mate-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop' -v --timeout 14400" |
127 | 10 | releases: | 10 | releases: |
128 | 11 | - "focal" | 11 | - "focal" |
129 | 12 | - "jammy" | 12 | - "jammy" |
130 | 13 | 13 | ||
131 | === modified file 'profiles/ubuntu-focal-jammy-xubuntu-amd64_qemu.yaml' | |||
132 | --- profiles/ubuntu-focal-jammy-xubuntu-amd64_qemu.yaml 2021-10-26 21:01:13 +0000 | |||
133 | +++ profiles/ubuntu-focal-jammy-xubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
134 | @@ -6,7 +6,7 @@ | |||
135 | 6 | flavor: xubuntu | 6 | flavor: xubuntu |
136 | 7 | image_name: focal_jammy_xubuntu_desktop_amd64.img | 7 | image_name: focal_jammy_xubuntu_desktop_amd64.img |
137 | 8 | build_args: | 8 | build_args: |
139 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ^xubuntu-desktop' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ^xubuntu-desktop' -v --timeout 14400" |
140 | 10 | releases: | 10 | releases: |
141 | 11 | - "focal" | 11 | - "focal" |
142 | 12 | - "jammy" | 12 | - "jammy" |
143 | 13 | 13 | ||
144 | === modified file 'profiles/ubuntu-hirsute-impish-desktop-amd64_qemu.yaml' | |||
145 | --- profiles/ubuntu-hirsute-impish-desktop-amd64_qemu.yaml 2021-09-16 23:03:11 +0000 | |||
146 | +++ profiles/ubuntu-hirsute-impish-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
147 | @@ -6,7 +6,7 @@ | |||
148 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
149 | 7 | image_name: hirsute_impish_ubuntu_desktop_amd64.img | 7 | image_name: hirsute_impish_ubuntu_desktop_amd64.img |
150 | 8 | build_args: | 8 | build_args: |
152 | 9 | - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400" |
153 | 10 | releases: | 10 | releases: |
154 | 11 | - "hirsute" | 11 | - "hirsute" |
155 | 12 | - "impish" | 12 | - "impish" |
156 | 13 | 13 | ||
157 | === modified file 'profiles/ubuntu-hirsute-impish-kubuntu-amd64_qemu.yaml' | |||
158 | --- profiles/ubuntu-hirsute-impish-kubuntu-amd64_qemu.yaml 2021-09-16 23:03:11 +0000 | |||
159 | +++ profiles/ubuntu-hirsute-impish-kubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
160 | @@ -6,7 +6,7 @@ | |||
161 | 6 | flavor: kubuntu | 6 | flavor: kubuntu |
162 | 7 | image_name: hirsute_impish_kubuntu_desktop_amd64.img | 7 | image_name: hirsute_impish_kubuntu_desktop_amd64.img |
163 | 8 | build_args: | 8 | build_args: |
165 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install kubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop^' -v --timeout 14400" |
166 | 10 | releases: | 10 | releases: |
167 | 11 | - "hirsute" | 11 | - "hirsute" |
168 | 12 | - "impish" | 12 | - "impish" |
169 | 13 | 13 | ||
170 | === modified file 'profiles/ubuntu-hirsute-impish-lubuntu-amd64_qemu.yaml' | |||
171 | --- profiles/ubuntu-hirsute-impish-lubuntu-amd64_qemu.yaml 2021-09-16 23:03:11 +0000 | |||
172 | +++ profiles/ubuntu-hirsute-impish-lubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
173 | @@ -6,7 +6,7 @@ | |||
174 | 6 | flavor: lubuntu | 6 | flavor: lubuntu |
175 | 7 | image_name: hirsute_impish_lubuntu_desktop_amd64.img | 7 | image_name: hirsute_impish_lubuntu_desktop_amd64.img |
176 | 8 | build_args: | 8 | build_args: |
178 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install lubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install lubuntu-desktop^' -v --timeout 14400" |
179 | 10 | releases: | 10 | releases: |
180 | 11 | - "hirsute" | 11 | - "hirsute" |
181 | 12 | - "impish" | 12 | - "impish" |
182 | 13 | 13 | ||
183 | === modified file 'profiles/ubuntu-hirsute-impish-ubuntu-mate-amd64_qemu.yaml' | |||
184 | --- profiles/ubuntu-hirsute-impish-ubuntu-mate-amd64_qemu.yaml 2021-09-16 23:03:11 +0000 | |||
185 | +++ profiles/ubuntu-hirsute-impish-ubuntu-mate-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
186 | @@ -6,7 +6,7 @@ | |||
187 | 6 | flavor: ubuntu-mate | 6 | flavor: ubuntu-mate |
188 | 7 | image_name: hirsute_impish_ubuntu_mate_desktop_amd64.img | 7 | image_name: hirsute_impish_ubuntu_mate_desktop_amd64.img |
189 | 8 | build_args: | 8 | build_args: |
191 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" |
192 | 10 | releases: | 10 | releases: |
193 | 11 | - "hirsute" | 11 | - "hirsute" |
194 | 12 | - "impish" | 12 | - "impish" |
195 | 13 | 13 | ||
196 | === modified file 'profiles/ubuntu-hirsute-impish-xubuntu-amd64_qemu.yaml' | |||
197 | --- profiles/ubuntu-hirsute-impish-xubuntu-amd64_qemu.yaml 2021-09-16 23:03:11 +0000 | |||
198 | +++ profiles/ubuntu-hirsute-impish-xubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
199 | @@ -6,7 +6,7 @@ | |||
200 | 6 | flavor: xubuntu | 6 | flavor: xubuntu |
201 | 7 | image_name: hirsute_impish_xubuntu_desktop_amd64.img | 7 | image_name: hirsute_impish_xubuntu_desktop_amd64.img |
202 | 8 | build_args: | 8 | build_args: |
204 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install xubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xubuntu-desktop^' -v --timeout 14400" |
205 | 10 | releases: | 10 | releases: |
206 | 11 | - "hirsute" | 11 | - "hirsute" |
207 | 12 | - "impish" | 12 | - "impish" |
208 | 13 | 13 | ||
209 | === modified file 'profiles/ubuntu-impish-jammy-desktop-amd64_qemu.yaml' | |||
210 | --- profiles/ubuntu-impish-jammy-desktop-amd64_qemu.yaml 2021-10-26 16:32:07 +0000 | |||
211 | +++ profiles/ubuntu-impish-jammy-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
212 | @@ -6,7 +6,7 @@ | |||
213 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
214 | 7 | image_name: impish_jammy_ubuntu_desktop_amd64.img | 7 | image_name: impish_jammy_ubuntu_desktop_amd64.img |
215 | 8 | build_args: | 8 | build_args: |
217 | 9 | - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400" |
218 | 10 | releases: | 10 | releases: |
219 | 11 | - "impish" | 11 | - "impish" |
220 | 12 | - "jammy" | 12 | - "jammy" |
221 | 13 | 13 | ||
222 | === modified file 'profiles/ubuntu-impish-jammy-kubuntu-amd64_qemu.yaml' | |||
223 | --- profiles/ubuntu-impish-jammy-kubuntu-amd64_qemu.yaml 2022-02-22 19:40:54 +0000 | |||
224 | +++ profiles/ubuntu-impish-jammy-kubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
225 | @@ -6,7 +6,7 @@ | |||
226 | 6 | flavor: kubuntu | 6 | flavor: kubuntu |
227 | 7 | image_name: impish_jammy_kubuntu_desktop_amd64.img | 7 | image_name: impish_jammy_kubuntu_desktop_amd64.img |
228 | 8 | build_args: | 8 | build_args: |
230 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install kubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop^' -v --timeout 14400" |
231 | 10 | releases: | 10 | releases: |
232 | 11 | - "impish" | 11 | - "impish" |
233 | 12 | - "jammy" | 12 | - "jammy" |
234 | 13 | 13 | ||
235 | === modified file 'profiles/ubuntu-impish-jammy-lubuntu-amd64_qemu.yaml' | |||
236 | --- profiles/ubuntu-impish-jammy-lubuntu-amd64_qemu.yaml 2021-10-26 16:32:07 +0000 | |||
237 | +++ profiles/ubuntu-impish-jammy-lubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
238 | @@ -6,7 +6,7 @@ | |||
239 | 6 | flavor: lubuntu | 6 | flavor: lubuntu |
240 | 7 | image_name: impish_jammy_lubuntu_desktop_amd64.img | 7 | image_name: impish_jammy_lubuntu_desktop_amd64.img |
241 | 8 | build_args: | 8 | build_args: |
243 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install lubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install lubuntu-desktop^' -v --timeout 14400" |
244 | 10 | releases: | 10 | releases: |
245 | 11 | - "impish" | 11 | - "impish" |
246 | 12 | - "jammy" | 12 | - "jammy" |
247 | 13 | 13 | ||
248 | === modified file 'profiles/ubuntu-impish-jammy-ubuntu-mate-amd64_qemu.yaml' | |||
249 | --- profiles/ubuntu-impish-jammy-ubuntu-mate-amd64_qemu.yaml 2021-10-26 16:32:07 +0000 | |||
250 | +++ profiles/ubuntu-impish-jammy-ubuntu-mate-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
251 | @@ -6,7 +6,7 @@ | |||
252 | 6 | flavor: ubuntu-mate | 6 | flavor: ubuntu-mate |
253 | 7 | image_name: impish_jammy_ubuntu_mate_desktop_amd64.img | 7 | image_name: impish_jammy_ubuntu_mate_desktop_amd64.img |
254 | 8 | build_args: | 8 | build_args: |
256 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" |
257 | 10 | releases: | 10 | releases: |
258 | 11 | - "impish" | 11 | - "impish" |
259 | 12 | - "jammy" | 12 | - "jammy" |
260 | 13 | 13 | ||
261 | === modified file 'profiles/ubuntu-impish-jammy-xubuntu-amd64_qemu.yaml' | |||
262 | --- profiles/ubuntu-impish-jammy-xubuntu-amd64_qemu.yaml 2021-10-26 16:32:07 +0000 | |||
263 | +++ profiles/ubuntu-impish-jammy-xubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
264 | @@ -6,7 +6,7 @@ | |||
265 | 6 | flavor: xubuntu | 6 | flavor: xubuntu |
266 | 7 | image_name: impish_jammy_xubuntu_desktop_amd64.img | 7 | image_name: impish_jammy_xubuntu_desktop_amd64.img |
267 | 8 | build_args: | 8 | build_args: |
269 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install xubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xubuntu-desktop^' -v --timeout 14400" |
270 | 10 | releases: | 10 | releases: |
271 | 11 | - "impish" | 11 | - "impish" |
272 | 12 | - "jammy" | 12 | - "jammy" |
273 | 13 | 13 | ||
274 | === modified file 'profiles/ubuntu-jammy-kinetic-desktop-amd64_qemu.yaml' | |||
275 | --- profiles/ubuntu-jammy-kinetic-desktop-amd64_qemu.yaml 2022-05-11 23:09:27 +0000 | |||
276 | +++ profiles/ubuntu-jammy-kinetic-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
277 | @@ -6,7 +6,7 @@ | |||
278 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
279 | 7 | image_name: jammy_kinetic_ubuntu_desktop_amd64.img | 7 | image_name: jammy_kinetic_ubuntu_desktop_amd64.img |
280 | 8 | build_args: | 8 | build_args: |
282 | 9 | - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400" |
283 | 10 | releases: | 10 | releases: |
284 | 11 | - "jammy" | 11 | - "jammy" |
285 | 12 | - "kinetic" | 12 | - "kinetic" |
286 | 13 | 13 | ||
287 | === modified file 'profiles/ubuntu-jammy-kinetic-kubuntu-amd64_qemu.yaml' | |||
288 | --- profiles/ubuntu-jammy-kinetic-kubuntu-amd64_qemu.yaml 2022-05-11 23:09:27 +0000 | |||
289 | +++ profiles/ubuntu-jammy-kinetic-kubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
290 | @@ -6,7 +6,7 @@ | |||
291 | 6 | flavor: kubuntu | 6 | flavor: kubuntu |
292 | 7 | image_name: jammy_kinetic_kubuntu_desktop_amd64.img | 7 | image_name: jammy_kinetic_kubuntu_desktop_amd64.img |
293 | 8 | build_args: | 8 | build_args: |
295 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install kubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop^' -v --timeout 14400" |
296 | 10 | releases: | 10 | releases: |
297 | 11 | - "jammy" | 11 | - "jammy" |
298 | 12 | - "kinetic" | 12 | - "kinetic" |
299 | 13 | 13 | ||
300 | === modified file 'profiles/ubuntu-jammy-kinetic-lubuntu-amd64_qemu.yaml' | |||
301 | --- profiles/ubuntu-jammy-kinetic-lubuntu-amd64_qemu.yaml 2022-05-11 23:09:27 +0000 | |||
302 | +++ profiles/ubuntu-jammy-kinetic-lubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
303 | @@ -6,7 +6,7 @@ | |||
304 | 6 | flavor: lubuntu | 6 | flavor: lubuntu |
305 | 7 | image_name: jammy_kinetic_lubuntu_desktop_amd64.img | 7 | image_name: jammy_kinetic_lubuntu_desktop_amd64.img |
306 | 8 | build_args: | 8 | build_args: |
308 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install lubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install lubuntu-desktop^' -v --timeout 14400" |
309 | 10 | releases: | 10 | releases: |
310 | 11 | - "jammy" | 11 | - "jammy" |
311 | 12 | - "kinetic" | 12 | - "kinetic" |
312 | 13 | 13 | ||
313 | === modified file 'profiles/ubuntu-jammy-kinetic-ubuntu-mate-amd64_qemu.yaml' | |||
314 | --- profiles/ubuntu-jammy-kinetic-ubuntu-mate-amd64_qemu.yaml 2022-05-11 23:09:27 +0000 | |||
315 | +++ profiles/ubuntu-jammy-kinetic-ubuntu-mate-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
316 | @@ -6,7 +6,7 @@ | |||
317 | 6 | flavor: ubuntu-mate | 6 | flavor: ubuntu-mate |
318 | 7 | image_name: jammy_kinetic_ubuntu_mate_desktop_amd64.img | 7 | image_name: jammy_kinetic_ubuntu_mate_desktop_amd64.img |
319 | 8 | build_args: | 8 | build_args: |
321 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400" |
322 | 10 | releases: | 10 | releases: |
323 | 11 | - "jammy" | 11 | - "jammy" |
324 | 12 | - "kinetic" | 12 | - "kinetic" |
325 | 13 | 13 | ||
326 | === modified file 'profiles/ubuntu-jammy-kinetic-xubuntu-amd64_qemu.yaml' | |||
327 | --- profiles/ubuntu-jammy-kinetic-xubuntu-amd64_qemu.yaml 2022-05-11 23:09:27 +0000 | |||
328 | +++ profiles/ubuntu-jammy-kinetic-xubuntu-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
329 | @@ -6,7 +6,7 @@ | |||
330 | 6 | flavor: xubuntu | 6 | flavor: xubuntu |
331 | 7 | image_name: jammy_kinetic_xubuntu_desktop_amd64.img | 7 | image_name: jammy_kinetic_xubuntu_desktop_amd64.img |
332 | 8 | build_args: | 8 | build_args: |
334 | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y install xubuntu-desktop^' -v --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xubuntu-desktop^' -v --timeout 14400" |
335 | 10 | releases: | 10 | releases: |
336 | 11 | - "jammy" | 11 | - "jammy" |
337 | 12 | - "kinetic" | 12 | - "kinetic" |
338 | 13 | 13 | ||
339 | === modified file 'profiles/ubuntu-xenial-bionic-desktop-amd64_qemu.yaml' | |||
340 | --- profiles/ubuntu-xenial-bionic-desktop-amd64_qemu.yaml 2017-11-07 09:15:19 +0000 | |||
341 | +++ profiles/ubuntu-xenial-bionic-desktop-amd64_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
342 | @@ -6,7 +6,7 @@ | |||
343 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
344 | 7 | image_name: xenial_bionic_ubuntu_desktop_amd64.img | 7 | image_name: xenial_bionic_ubuntu_desktop_amd64.img |
345 | 8 | build_args: | 8 | build_args: |
347 | 9 | - "--post-command 'sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-desktop^' --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' --timeout 14400" |
348 | 10 | releases: | 10 | releases: |
349 | 11 | - "xenial" | 11 | - "xenial" |
350 | 12 | - "bionic" | 12 | - "bionic" |
351 | 13 | 13 | ||
352 | === modified file 'profiles/ubuntu-xenial-bionic-desktop-i386_qemu.yaml' | |||
353 | --- profiles/ubuntu-xenial-bionic-desktop-i386_qemu.yaml 2017-11-07 09:15:19 +0000 | |||
354 | +++ profiles/ubuntu-xenial-bionic-desktop-i386_qemu.yaml 2022-06-29 13:25:57 +0000 | |||
355 | @@ -6,7 +6,7 @@ | |||
356 | 6 | flavor: ubuntu | 6 | flavor: ubuntu |
357 | 7 | image_name: xenial_bionic_ubuntu_desktop_i386.img | 7 | image_name: xenial_bionic_ubuntu_desktop_i386.img |
358 | 8 | build_args: | 8 | build_args: |
360 | 9 | - "--post-command 'sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-desktop^' --timeout 14400" | 9 | - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' --timeout 14400" |
361 | 10 | releases: | 10 | releases: |
362 | 11 | - "xenial" | 11 | - "xenial" |
363 | 12 | - "bionic" | 12 | - "bionic" |
I'm confused by your latest sentence in the commit message:
"We're not setting DEBIAN_ FRONTEND= noninteractive during the upgrade
process, which ideally we don't want to be blocked by debconf."
If we did not want the upgrade process blocked wouldn't we set the frontend to 'noninteractive'. We do want the upgrade to stop if there are debconf prompts so that is why it isn't set. Or am I misunderstanding?