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-f41-updates-candidate dist-f41 <PKGNAME> koji tag-pkg --force f41-<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-f41 <PKGNAME> koji latest-pkg dist-f41-updates-candidate <PKGNAME>
Considerations
Refer to the development freeze policy for additional considerations. In particular, the freeze exception must be approved.