Changes between Version 12 and Version 13 of GSoc2013Tests
- Timestamp:
- 09/11/13 07:20:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoc2013Tests
v12 v13 4 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: 5 5 {{{ 6 s vnsomeuser@download.osgeo.org # log in into server6 ssh someuser@download.osgeo.org # log in into server 7 7 8 8 # if gdal-ecw package has non-open source license go there. 9 9 10 cd osgeo/download/osgeo4w/testing_license/release/gdal/gdal-ecw10 cd /osgeo/download/osgeo4w/testing_license/release/gdal/gdal-ecw 11 11 12 12 touch gdal-ecw-1.9.1-0.txt # you need to create a .txt license file. … … 20 20 {{{ 21 21 # go to main directory of osgeo4w, there is a script called rengen.sh 22 ./re ngen.sh # it will run perl script genini22 ./regen.sh # it will run perl script genini 23 23 24 24 # Now you can see the setup.ini file with license entry for each restrictive package