Changes between Version 105 and Version 106 of DownloadSource


Ignore:
Timestamp:
May 7, 2020, 6:38:58 AM (4 years ago)
Author:
Even Rouault
Comment:

DownloadSource: no longer update it with current releases

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v105 v106  
    77All source releases are available for download from:
    88 * http://download.osgeo.org/gdal
     9or
     10 * https://github.com/OSGeo/gdal/releases
     11
     12== Development version and source control ==
     13
     14The GDAL/OGR software lives in the https://github.com/OSGeo/gdal source control system.
     15
     16With the git client software installed, the current development version can be extracted using the command:
     17
     18{{{
     19  git clone https://github.com/OSGeo/gdal
     20}}}
     21
     22To extract the current stable version use the command:
     23
     24{{{
     25  # current stable
     26  git checkout release/X.Y
     27}}}
     28
     29== *OLD* / historic releases ==
     30
     31{{{#!html
     32<h1 style="text-align: center; color: red">This section is only of historical interset and no longer maintained. Consult the above "Packaged Source" paragraph for up-to-date information</h1>
     33}}}
    934
    1035=== 3.0.4 Latest Stable Release - Janary 2020 ===
     
    447472 * http://download.osgeo.org/gdal/old_releases/gdalautotest-1.4.0.tar.gz - test suite
    448473
    449 === Nightly Snapshots ===
    450 
    451 Each night a snapshot is created from the subversion current development version and made available at the following url.  These nightly snapshots may be broken on any given night.  Use at own risk!
    452 
    453  * http://www.gdal.org/daily
    454 
    455 == Development version and source control ==
    456 
    457 The GDAL/OGR software lives in the https://github.com/OSGeo/gdal source control system.
    458 
    459 With the git client software installed, the current development version can be extracted using the command:
    460 
    461 {{{
    462   git clone https://github.com/OSGeo/gdal
    463 }}}
    464 
    465 To extract the current stable version use the command:
    466 
    467 {{{
    468   # current stable
    469   git checkout release/2.3
    470 }}}
    471 
    472 Update access to the github repository is governed by [wiki:rfc3_commiters RFC 3: GDAL Committer Guidelines].