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
Line 7: Line 7:
$ 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 18:
== 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]]

Revision as of 20:24, 3 September 2010

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