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 -r1.17 -r1.18 --- openacs-4/packages/acs-core-docs/www/releasing-package.html 8 Nov 2017 09:42:12 -0000 1.17 +++ openacs-4/packages/acs-core-docs/www/releasing-package.html 3 Sep 2024 15:37:32 -0000 1.18 @@ -1,17 +1,5 @@ -
In this example, we are packaging and releasing myfirstpackage
as version 1.0.0, which is compatible with OpenACS 5.0.x.
Update the version number, release date, and package maturity of your package in the APM.
-Make sure all changes are committed.
-Tag the updated work.:
-cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/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.
-In this example, we are packaging and releasing myfirstpackage
as version 1.0.0, which is compatible with OpenACS 5.0.x.
Update the version number, release date, and package maturity of your package in the APM.
Make sure all changes are committed.
Tag the updated work.:
cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/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.