Changes between Version 12 and Version 13 of GSoc2013Tests


Ignore:
Timestamp:
Sep 11, 2013, 7:20:50 AM (11 years ago)
Author:
jef
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2013Tests

    v12 v13  
    44       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        {{{
    6             svn someuser@download.osgeo.org   # log in into server
     6            ssh someuser@download.osgeo.org   # log in into server
    77
    88            # if gdal-ecw package has non-open source license go there.
    99
    10             cd osgeo/download/osgeo4w/testing_license/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.
     
    2020        {{{
    2121           # go to main directory of osgeo4w, there is a script called rengen.sh
    22            ./rengen.sh   # it will run perl script genini
     22           ./regen.sh   # it will run perl script genini
    2323         
    2424           # Now you can see the setup.ini file with license entry for each restrictive package