Opened 19 months ago
Closed 18 months ago
#2429 closed enhancement (fixed)
Base Lubuntu ISO image needs to be stored in somewhere
Reported by: | sanak | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OSGeoLive | Keywords: | |
Cc: | osgeolive@… |
Description
Currently, OSGeoLive 16.0 alpha image's base seems to be Lubuntu 22.04.1,
https://github.com/OSGeo/OSGeoLive/blob/master/bin/build_chroot.sh#L136
ISO_RELEASE="22.04.1"
but the Lubuntu ISO image (lubuntu-22.04.1-desktop-amd64.iso
) is not downloadable from Lubuntu download site, because the site seems to drop previous patch version when new patch version (22.04.2) is released.
https://discourse.lubuntu.me/t/how-to-download-older-release-like-22-04-1-iso-image/4209/2
I think that it's better to store Lubuntu base ISO image and hash to somewhere in http://download.osgeo.org/livedvd/ to be able to build ISO image, even if new patch version is released.
Change History (5)
comment:1 by , 19 months ago
comment:3 by , 19 months ago
I am also trying to upgrade to latest version in the following PR branch, so just for your information.
https://github.com/OSGeo/OSGeoLive/pull/375
comment:5 by , 18 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Those files should be somewhere in the Ubuntu archive, I will have a look.
I will also try to upgrade to latest version for the nightly builds, thanks.