From Fedora Project Wiki

(Use template)
 
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- page was renamed from ReleaseEngineering/RelEngSOPTemplate
== Description ==
-->
Packages which require an exception to freeze policies must be run through this SOP.
<!-- page was renamed from ReleaseEngineering/SOP/RelEngSOPTemplate
-->
= Topic - SOP =


The following freeze policies are set for the following significant release milestones:


== Description ==
* [[Feature_Freeze_Policy|Feature Freeze]]
<!-- Put a description of the task here.
* [[Alpha_Freeze_Policy  |Alpha Freeze]]
-->
* [[String_Freeze_Policy |String Freeze]]
* [[Beta_Freeze_Policy  |Beta Freeze]]
* [[Final_Freeze_Policy  |Final Freeze]]
 
See [[Important_Release_Milestones|Important Release Milestones]] for a summary of all the freezes, dates, and exception handling.  


== Action ==
== Action ==
<!-- Describe the action and provide examples
The commands to tag a package properly once it has been accepted:
-->
<pre>
$ koji move-pkg --force dist-f{{FedoraVersion}}-updates-candidate dist-f{{FedoraVersion}} <PKGNAME>
$ koji tag-pkg --force f{{FedoraVersion}}-<RELEASE> <PKGNAME>
</pre>
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 reports success or failure. For secondary verification, run these commands:
-->
<pre>
$ koji latest-pkg dist-f{{FedoraVersion}} <PKGNAME>
$ koji latest-pkg dist-f{{FedoraVersion}}-updates-candidate <PKGNAME>
</pre>


== Considerations ==
== Consider Before Running ==
<!-- Create a list of things to keep in mind when performing action.
* Change agrees with stated policies (see links above)
-->
* Approval for change has been granted


<!-- Be sure to remove the Category listed below.
-->
----
[[Category:Template]]
[[Category:Release Engineering SOPs]]
[[Category:Release Engineering SOPs]]

Revision as of 17:46, 8 January 2010

Description

Packages which require an exception to freeze policies must be run through this SOP.

The following freeze policies are set for the following significant release milestones:

See Important Release Milestones for a summary of all the freezes, dates, and exception handling.

Action

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

The koji client reports success or failure. For secondary verification, run these commands:

$ koji latest-pkg dist-f{{FedoraVersion}} <PKGNAME>
$ koji latest-pkg dist-f{{FedoraVersion}}-updates-candidate <PKGNAME>

Consider Before Running

  • Change agrees with stated policies (see links above)
  • Approval for change has been granted