Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
How many sides does a rectangle have?

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

Second part

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

Fixme

Needs to be added to the proper places