Changeset 21683 for trunk/tools


Ignore:
Timestamp:
Sep 30, 2011, 8:55:15 PM (14 years ago)
Author:
dmik
Message:

HowToDistribute.txt: A word about re-releasing RPMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/HowToDistribute.txt

    r21682 r21683  
    4141   where "X.Y.Z-N" is the version number (including the RPM release number, see
    4242   below) that you just released.
     43
     448. Tag the release by issuing:
     45
     46       svn copy http://svn.netlabs.org/repos/odin32/trunk \
     47                http://svn.netlabs.org/repos/odin32/tags/X.Y.Z
     48
     499. If you later discover that the RPM packages are broken, the sequence of
     50   actions is as follows:
     51
     52   - Fix the RPM issues.
     53   - Re-release RPMs according to the "Creating RPM Packages" section (this
     54     will increase the RPM release number).
     55   - Commit the changes to the .spec file using the following commit message:
     56     "Spec for release X.Y.Z-N."
     57
     58   Note that the RPM re-release step doesn't involve rebuilding or ZIP
     59   re-generation.
    4360
    4461
Note: See TracChangeset for help on using the changeset viewer.