Changes between Version 9 and Version 10 of GSoc2013Tests


Ignore:
Timestamp:
Sep 3, 2013, 3:41:50 PM (11 years ago)
Author:
steve
Comment:

Change to testing_license directory

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2013Tests

    v9 v10  
    22[[BR]]
    33    ''' Add a file with License Terms '''
    4        Each package directory has many files like setup.hint file (which normally contains the short and long description for the package and other important things), the package tar file. First in order to add a license file for an especific package, you need to create a .txt license file in its directory package on [http://download.osgeo.org/osgeo4w] server, for example:
     4       Each package directory has many files like setup.hint file (which normally contains the short and long description for the package and other important things), the package tar file. First in order to add a license file for an especific package, you need to create a .txt license file in its directory package on [http://download.osgeo.org/osgeo4w/testing_license] server, for example:
    55        {{{
    66            svn someuser@download.osgeo.org   # log in into server
     
    88            # if gdal-ecw package has non-open source license go there.
    99
    10             cd osgeo/download/osgeo4w/release/gdal/gdal-ecw
     10            cd osgeo/download/osgeo4w/testing_license/release/gdal/gdal-ecw
    1111
    1212            touch gdal-ecw-1.9.1-0.txt        # you need to create a .txt license file.
     
    1717
    1818    ''' Generate the Setup.ini file '''
    19       The OSGeo4w Setup.exe downloads the [http://download.osgeo.org/osgeo4w/setup.ini setup.ini] file with a list of all packages each time when it is run.  This   file should be recreated on the server by running the script invoking `regen.sh` on the web each time packages are uploaded. You need to recreate the `setup.ini` in order to update it with all entries for each non-open source packages, thus:
     19      The OSGeo4w Setup.exe downloads the [http://download.osgeo.org/osgeo4w/testing_license/setup.ini setup.ini] file with a list of all packages each time when it is run.  This   file should be recreated on the server by running the script invoking `regen.sh` on the web each time packages are uploaded. You need to recreate the `setup.ini` in order to update it with all entries for each non-open source packages, thus:
    2020        {{{
    2121           # go to main directory of osgeo4w, there is a script called rengen.sh