From Fedora Project Wiki

(Fix template)
(Finish policy)
Line 1: Line 1:
== Description ==
== Description ==
<!-- Put a description of the task here. -->
Release Engineering has a [[ReleaseEngineering/DevelFreezePolicy | development freeze policy]].  Packages which require an exception to the development freeeze must be run through this SOP.


== Action ==
== Action ==
<!-- Describe the action and provide examples -->
The commands to tag a package properly once it has been accepted:
koji move-pkg --force dist-f{{FedoraVersion}}-updates-candidate dist-f{{FedoraVersion}} <PKGNAME>
koji tag-pkg --force f{{FedoraVersion}}-<RELEASE> <PKGNAME>
Where <PKGNAME> is the package name, and <RELEASE> is the first release in which the package should land (e.g. beta, preview, final).


== Verification ==
== Verification ==
<!-- Provide a method to verify the action was successful -->
The {{command|koji}} client does report success or failure. To verify, however, run these commands:
koji latest-pkg dist-f{{FedoraVersion}} <PKGNAME>
koji latest-pkg dist-f{{FedoraVersion}}-updates-candidate <PKGNAME>


== Considerations ==
== Considerations ==
<!-- Create a list of things to keep in mind when performing action. -->
Refer to the [[ReleaseEngineering/DevelFreezePolicy | development freeze policy]] for additional considerations.  In particular, the freeze exception must be approved.


<!-- Be sure to remove the Category:Template link below. Keep the RelEng SOP category link. -->


[[Category:Template]]
[[Category:Release Engineering SOPs]]
[[Category:Release Engineering SOPs]]

Revision as of 19:14, 10 June 2009

Description

Release Engineering has a development freeze policy. Packages which require an exception to the development freeeze must be run through this SOP.

Action

The commands to tag a package properly once it has been accepted:

koji move-pkg --force dist-f40-updates-candidate dist-f40 <PKGNAME>
koji tag-pkg --force f40-<RELEASE> <PKGNAME>

Where <PKGNAME> is the package name, and <RELEASE> is the first release in which the package should land (e.g. beta, preview, final).

Verification

The koji client does report success or failure. To verify, however, run these commands:

koji latest-pkg dist-f40 <PKGNAME>
koji latest-pkg dist-f40-updates-candidate <PKGNAME>

Considerations

Refer to the development freeze policy for additional considerations. In particular, the freeze exception must be approved.