Revision 18 as of 2009-11-15 12:14:03

Clear message
Edit Info Other
Login
Infrastructure/

PrepareRelease

About 10 to 14 days before estimated Fedora release

When final fedora-release got built and published

When Fedora release is finished

branching

First bunch

Something like 0 to 14 days before release branch cvs:

for j in free nonfree; do for i in /cvs/${j}/rpms/*/devel/*.spec,v ; do packagename=$(basename $(dirname $(dirname ${i}))); if [[ -e /cvs/${j}/rpms/"${packagename}"/dead.package ]]; then echo "${packagename} seems to be a dead.package, but contains a spec file" >&2; else echo /usr/local/bin/mkbranchwrapper-${j} ${packagename} F-12; fi ;read -t 2 -s -n 1 ; done; done &> log

There would be a work-around when populating the release repo
for the first time. Copy "development" to F11 updates, run
WhatsNew.py for that repo, then move the packages to F11 release.

Second part

When new release is out and rawhide is rolling towards the next release again: