From Fedora Project Wiki

Revision as of 17:51, 28 June 2011 by Jlaska (talk | contribs) (Initial draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page describes the process for tagging, building and deploying a new version of autoqa. This page assumes a basic understanding of rpm spec file syntax and commands such as git, mock and yum.

Update autoqa.spec

Once the decision has been made to release a new version of autoqa, the first step is to update the rpm spec file to

  1. Checkout autoqa using
  2. Increment Version
  3. Update %changelog
  4. Commit changes git commit autoqa.spec

Tag

Upload tarball

Like many projects, the appropriate method to release a new version is by tarball. Upload a new tarball using the following command.

 make upload 

Build

Deploy