Move post release docs at correct place
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
c5991c4d3c
commit
472457f2a9
2 changed files with 18 additions and 15 deletions
|
@ -132,3 +132,21 @@ Make sure all builds are properly tagged, for more info about the [issue](https:
|
|||
Verification is somewhat difficult as one cannot look at the content via
|
||||
the web server due to permissions. Typically we ask somebody from the
|
||||
Infrastructure team to give the tree a second set of eyes.
|
||||
|
||||
== Post Release
|
||||
|
||||
=== One Week After the Release
|
||||
|
||||
In the first week after the release MirrorManager still uses the files
|
||||
at `fedora/linux/development/<version>` and not at
|
||||
`fedora/linux/releases/<version>`
|
||||
|
||||
Once enough mirrors have picked up the files in the release directory
|
||||
following script (on _mm-backend01_) can be used to change the paths in
|
||||
MirrorManager:
|
||||
|
||||
[source,subs="attributes+"]
|
||||
....
|
||||
sudo -u mirrormanager mm2_move-devel-to-release --version={branched} --category="Fedora Linux"
|
||||
sudo -u mirrormanager mm2_move-devel-to-release --version={branched} --category="Fedora Secondary Arches"
|
||||
....
|
||||
|
|
|
@ -70,21 +70,6 @@ https://admin.fedoraproject.org/mirrormanager/.
|
|||
If the versioning scheme changes, it's possible this will fail. If so,
|
||||
contact the Mirror Wrangler.
|
||||
|
||||
== One Week After a Release
|
||||
|
||||
In the first week after the release MirrorManager still uses the files
|
||||
at `fedora/linux/development/<version>` and not at
|
||||
`fedora/linux/releases/<version>`
|
||||
|
||||
Once enough mirrors have picked up the files in the release directory
|
||||
following script (on _mm-backend01_) can be used to change the paths in
|
||||
MirrorManager:
|
||||
|
||||
....
|
||||
sudo -u mirrormanager mm2_move-devel-to-release --version=26 --category="Fedora Linux"
|
||||
sudo -u mirrormanager mm2_move-devel-to-release --version=26 --category="Fedora Secondary Arches"
|
||||
....
|
||||
|
||||
== Move to Archive
|
||||
|
||||
Once the files of an EOL release have been copied to the archive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue