Changes between Version 5 and Version 6 of MapServerReleasePackagingHowTo


Ignore:
Timestamp:
Jan 14, 2011, 11:40:59 AM (13 years ago)
Author:
dmorissette
Comment:

updatae to reflect new setup on projects.osgeo.osuosl.org

Legend:

Unmodified
Added
Removed
Modified
  • MapServerReleasePackagingHowTo

    v5 v6  
    6161}}}
    6262
    63 5. Prepare source package on upload.osgeo.org server (this server is used to package the releases, it NFS mounts the download directory):
     635. Prepare source package on projects.osgeo.osuosl.org server (this server is used to package the releases, and then we copy the resulting archive to the downloads server):
    6464
    6565{{{
    66 $ ssh upload.osgeo.org
     66$ ssh projects.osgeo.osuosl.org
    6767$ cd /osgeo/mapserver/
    6868$ ./build_package.sh 5.0.3 https://svn.osgeo.org/mapserver/tags/rel-5-0-3/mapserver
    69 $ mv mapserver-5.0.3.tar.gz /osgeo/download/mapserver/
     69$ scp mapserver-5.0.3.tar.gz <your_id>@download.osgeo.org:/osgeo/download/mapserver/
    7070}}}
    7171
     
    114114== build_package.sh script ==
    115115
    116 Here is what the build_package.sh script looked like as of this writing. The version on upload.osgeo.org is the master:
     116Here is what the build_package.sh script looked like as of this writing. The version on projects.osgeo.osuosl.org is the master:
    117117
    118118{{{
    119119#!/bin/sh
    120 
    121 PATH=/usr/local/bin:$PATH
    122120
    123121cd /osgeo/mapserver