Changes between Version 9 and Version 10 of GSoc2013Tests
- Timestamp:
- 09/03/13 15:41:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoc2013Tests
v9 v10 2 2 [[BR]] 3 3 ''' 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: 5 5 {{{ 6 6 svn someuser@download.osgeo.org # log in into server … … 8 8 # if gdal-ecw package has non-open source license go there. 9 9 10 cd osgeo/download/osgeo4w/ 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. … … 17 17 18 18 ''' 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: 20 20 {{{ 21 21 # go to main directory of osgeo4w, there is a script called rengen.sh