Skip to content

Commit

Permalink
Merge pull request #826 from geographika/download-fixes
Browse files Browse the repository at this point in the history
Update image sizes and fix download links
  • Loading branch information
cvvergara authored Apr 29, 2024
2 parents b9ea74b + db9e00c commit af1b4f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ endif()
project(OSGeoLiveDoc LANGUAGES NONE)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

set(iso_size "4.1" CACHE STRING "for osgeolive-X.X.iso")
set(iso_mini_size "4.0" CACHE STRING "for osgeolive-mini-X.X.iso")

set(iso_size "4.4" CACHE STRING "for osgeolive-X.X.iso")
set(vm_7z_size "7.0" CACHE STRING "for osgeo-vm-X.X.7z")
set(req_hd_size "20" CACHE STRING "required hard disk space")
set(req_hd_size "22" CACHE STRING "required hard disk space")


#---------------------------------------------
Expand Down
6 changes: 2 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import sys, os

iso_size = @iso_size@
iso_mini_size = @iso_mini_size@
vm_7z_size = @vm_7z_size@
req_hd_size = @req_hd_size@

Expand Down Expand Up @@ -242,10 +241,10 @@
rst_epilog="""
.. |osgeolive-project| replace:: %(projectname)s
.. |osgeolive-version| replace:: %(projectname)s %(projectversion)s
.. |osgeolive-version-only| replace:: %(projectversion)s
.. |sourceforge-download| replace:: https://sourceforge.net/projects/osgeo-live/files/%(projectversion)s/
.. |osgeo-download| replace:: https://download.osgeo.org/livedvd/releases/%(projectversion)s/
.. |osgeolive-hdspace| replace:: %(required_hd_space)02d GB
.. |osgeolive-iso-size| replace:: %(iso_size).1f GB
.. |osgeolive-iso-mini-size| replace:: %(iso_mini_size).1f GB
.. |osgeolive-vm-7z-size| replace:: %(vm_7z_size).1f GB
.. |osgeolive-appmenupath-geoserver| replace:: :menuselection:`Geospatial --> Web Services --> GeoServer --> Start GeoServer`
.. |osgeolive-appmenupath-udig| replace:: :menuselection:`Geospatial --> Desktop GIS --> uDig`
Expand Down Expand Up @@ -306,6 +305,5 @@
'projectversion': version,
'required_hd_space': req_hd_size,
'iso_size': iso_size,
'iso_mini_size': iso_mini_size,
'vm_7z_size': vm_7z_size
}
4 changes: 2 additions & 2 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Download

The latest stable release is |osgeolive-version| and can be downloaded from:

https://sourceforge.net/projects/osgeo-live/files/|osgeolive-version-only|/
|sourceforge-download|

https://download.osgeo.org/livedvd/releases/|osgeolive-version-only|/ (.vmdk)
|osgeo-download| (.vmdk)


Picking the right image for you:
Expand Down

0 comments on commit af1b4f1

Please sign in to comment.