diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-09 09:26:33 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-14 11:36:58 +0100 |
| commit | ae8b6bae175705ec365069926202cbcf82f4a694 (patch) | |
| tree | 28845e53b60de82a66eac030d6bbfd3992c86393 | |
| parent | 7b7aa8c4cca383563c2af3d004fc5414197b0aec (diff) | |
| download | poky-ae8b6bae175705ec365069926202cbcf82f4a694.tar.gz | |
tools/build-docs-container: remove obsolete comments
Leap 15.6 worked fine on my local builds, with Docker or Podman.
Ubuntu 23.04 got removed from the list of distros we test.
Tested-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 2e3d33f47dfba64a81767accb6a47cae842bd18e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | documentation/tools/build-docs-container | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/tools/build-docs-container b/documentation/tools/build-docs-container index 615e83d6cf..26ea1d2e2a 100755 --- a/documentation/tools/build-docs-container +++ b/documentation/tools/build-docs-container | |||
| @@ -112,24 +112,6 @@ main () | |||
| 112 | ;; | 112 | ;; |
| 113 | "leap:15.5"*|\ | 113 | "leap:15.5"*|\ |
| 114 | "leap:15.6"*) | 114 | "leap:15.6"*) |
| 115 | # Seems like issue with permissions package, c.f. | ||
| 116 | # | ||
| 117 | # Updating /etc/sysconfig/security ... | ||
| 118 | # /dev/zero: chown: Permission denied | ||
| 119 | # /dev/null: chown: Permission denied | ||
| 120 | # /dev/full: chown: Permission denied | ||
| 121 | # ERROR: not all operations were successful. | ||
| 122 | # Checking permissions and ownerships - using the permissions files | ||
| 123 | # /etc/permissions | ||
| 124 | # /etc/permissions.easy | ||
| 125 | # /etc/permissions.local | ||
| 126 | # setting / to root:root 0755. (wrong permissions 0555) | ||
| 127 | # setting /dev/zero to root:root 0666. (wrong owner/group 65534:65534) | ||
| 128 | # setting /dev/null to root:root 0666. (wrong owner/group 65534:65534) | ||
| 129 | # setting /dev/full to root:root 0666. (wrong owner/group 65534:65534) | ||
| 130 | # warning: %post(permissions-20240826-150600.10.12.1.x86_64) scriptlet failed, exit status 1 | ||
| 131 | # | ||
| 132 | # "leap:15.6"*) | ||
| 133 | image=opensuse/leap:$version | 115 | image=opensuse/leap:$version |
| 134 | containerfile=Containerfile.zypper | 116 | containerfile=Containerfile.zypper |
| 135 | essential=opensuse_essential.sh | 117 | essential=opensuse_essential.sh |
| @@ -137,8 +119,6 @@ main () | |||
| 137 | docs_pdf=opensuse_docs_pdf.sh | 119 | docs_pdf=opensuse_docs_pdf.sh |
| 138 | pip3=pip3_docs.sh | 120 | pip3=pip3_docs.sh |
| 139 | ;; | 121 | ;; |
| 140 | # Cannot fetch packages anymore | ||
| 141 | # "ubuntu:23.04"*|\ | ||
| 142 | "ubuntu:22.04"*|\ | 122 | "ubuntu:22.04"*|\ |
| 143 | "ubuntu:24.04"*|\ | 123 | "ubuntu:24.04"*|\ |
| 144 | "ubuntu:25.04"*) | 124 | "ubuntu:25.04"*) |
