Index: openacs-4/packages/acs-core-docs/www/releasing-package.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/releasing-package.html,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/releasing-package.html 4 Mar 2004 14:13:05 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/releasing-package.html 11 Mar 2004 09:17:57 -0000 1.2 @@ -1,4 +1,4 @@ -How to package and release an OpenACS Package

How to package and release an OpenACS Package

In this example, we are packaging and releasing myfirstpackage as version 1.0.0, which is compatible with OpenACS 5.0.x.

  1. Update the version number of your packages in the APM.

  2. Make sure all changes are committed.

  3. Tag the updated work.:

    cd /var/lib/aolserver/service0/packages/myfirstpackage
    +How to package and release an OpenACS Package

    How to package and release an OpenACS Package

    In this example, we are packaging and releasing myfirstpackage as version 1.0.0, which is compatible with OpenACS 5.0.x.

    1. Update the version number of your package in the APM.

    2. Make sure all changes are committed.

    3. Tag the updated work.:

      cd /var/lib/aolserver/service0/packages/myfirstpackage
       cvs tag myfirstpackages-1-0-0-final
       cvs tag -F openacs-5-0-compat
       

    Done. The package will be added to the repository automatically. If the correct version does not show up within 24 hours, ask for help on the OpenACS.org development forum.

    View comments on this page at openacs.org