From Fedora Project Wiki

(Created page with ' == Description == '''FIXME''' == Action == 1. Respond to the ticket and take ownership. 2. Rsync images from the tree QA claims is LNG to alt. Do this from a system that moun...')
 
No edit summary
 
Line 1: Line 1:
{{admon/important|This page is deprecated| All Fedora Release Engineering Documentation has moved [https://docs.pagure.org/releng/ here] with source hosted along side the code in the [https://pagure.io/releng releng pagure repository]}}


== Description ==
== Description ==

Latest revision as of 17:57, 3 November 2015

Important.png
This page is deprecated
All Fedora Release Engineering Documentation has moved here with source hosted along side the code in the releng pagure repository

Description

FIXME

Action

1. Respond to the ticket and take ownership.

2. Rsync images from the tree QA claims is LNG to alt. Do this from a system that mounts /mnt/koji such as releng1. EG syncing the images from 20100315 as LNG:

$ rsync -avHh --progress --stats --exclude Packages  \
     --exclude repodata --exclude repoview --exclude debug \
     --exclude drpms --exclude source \
     /mnt/koji/mash/branched-20100315/13/ \
     secondary1:/srv/pub/alt/stage/branched-20100315/

3. Update the lng symlink

$ ssh secondary1 ln -sfT branched-20100315 /srv/pub/alt/stage/branched-lng

4. Update the ticket when complete and close it.

Verification

FIXME


Consider Before Running

FIXME