(file) Return to release-procedures.txt CVS log (file) (dir) Up to [OMI] / omi / doc

File: [OMI] / omi / doc / release-procedures.txt (download)
Revision: 1.1, Mon Apr 20 17:19:51 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1


To release a new version:

    (*) Edit ./VERSION and change version to new version. For example:

            1.0.3

    (*) First, be sure the regression tests run:

    $ ./regress

        If they pass, the last thing you will see is this:

            ##===================##
            ##                   ##
            ## ALL TESTS PASSED! ##
            ##                   ##
            ##===================##

    (*) Generate the distribution package:

            $ ./configure
            $ make dist
            Created omi-1.0.3.tar.gz

    (*) Test the distribution (copies the distribution to a temporary 
        directory, unpacks it, builds it, and runs the regression tests).

            $ make testdist
            .
            .
            .
            ##===================##
            ##                   ##
            ## ALL TESTS PASSED! ##
            ##                   ##
            ##===================##


ViewCVS 0.9.2