From Fedora Project Wiki

(Created page with '== Description == Translators ask for an image to verify all builds with translations are done. This image can just be a hardlink to the latest nightly desktop live images, sinc...')
 
No edit summary
 
(One intermediate revision by one other user not shown)
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 ==
Translators ask for an image to verify all builds with translations are done.  This image can just be a hardlink to the latest nightly desktop live images, since the translators can update those to updates-testing and newer builds.
Translators ask for an image to verify all builds with translations are done.  This image can just be a hardlink to the latest nightly desktop live images, since the translators can update those to updates-testing and newer builds.
Line 7: Line 9:
$ cd /srv/pub/alt/stage/
$ cd /srv/pub/alt/stage/
$ mkdir f??-translation/
$ mkdir f??-translation/
$ cp -a ../../nightly-composes/desktop/* .
$ cp -al ../../nightly-composes/desktop/* .
</pre>
</pre>


Line 18: Line 20:
== Verification ==
== Verification ==
# Verify by clicking the url and making sure the files show up
# Verify by clicking the url and making sure the files show up
== Consider Before Running ==
# Make sure image can actually boot
# Make sure image can actually boot
# Make sure using image composed after deadline
# Make sure using image composed after deadline
== Consider Before Running ==
* '''FIXME'''--anything to add here?


[[Category:Release Engineering SOPs]]
[[Category:Release Engineering SOPs]]

Latest revision as of 17:52, 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

Translators ask for an image to verify all builds with translations are done. This image can just be a hardlink to the latest nightly desktop live images, since the translators can update those to updates-testing and newer builds.

Action

1. Log into secondary1.fedoraproject.org:

$ cd /srv/pub/alt/stage/
$ mkdir f??-translation/
$ cp -al ../../nightly-composes/desktop/* .

2. Update the release engineering ticket with the url:

http://alt.fedoraproject.org/pub/alt/stage/f??-translation
http://serverbeach1.fedoraproject.org/pub/alt/stage/f-??-translation

Verification

  1. Verify by clicking the url and making sure the files show up

Consider Before Running

  1. Make sure image can actually boot
  2. Make sure using image composed after deadline