Update release doc (#648)

This commit is contained in:
Clément Oudot 2014-06-29 20:18:39 +00:00
parent 5553f038a5
commit a2bbc0f0e5
1 changed files with 9 additions and 2 deletions

11
RELEASE
View File

@ -23,6 +23,9 @@ Before release
- Update documentation:
$ make documentation
- Translate documentation
$ make fr-doc
For minor release
-----------------
@ -51,10 +54,14 @@ $ make clean && make cpan
- Tarball:
$ make clean && make dist
- RedHat packaging: see rpm/README
- RedHat packaging:
Create the RPM specific tarball:
$ make clean && make rpm-dist
Next steps: see rpm/README
- Debian packaging:
Note: official packages build is now hosted on https://github.com/guimard/LemonLDAP--NG-Debian-packaging
Create the debian specific tarball:
$ make clean && make debian-dist