← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/testfix-phone-overlay-translations into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/testfix-phone-overlay-translations into lp:launchpad.

Commit message:
Fix doctests to handle translation redirection for PPAs.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/testfix-phone-overlay-translations/+merge/263938

Fix doctests to handle translation redirection for PPAs.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/testfix-phone-overlay-translations into lp:launchpad.
=== modified file 'lib/lp/soyuz/doc/distroseriesqueue-translations.txt'
--- lib/lp/soyuz/doc/distroseriesqueue-translations.txt	2015-04-20 09:48:57 +0000
+++ lib/lp/soyuz/doc/distroseriesqueue-translations.txt	2015-07-06 17:01:56 +0000
@@ -347,7 +347,7 @@
     DEBUG Publishing custom pmount,
     pmount_0.9.7-2ubuntu2_amd64_translations.tar.gz to ubuntu/dapper
     DEBUG Skipping translations since its purpose is not in
-    MAIN_ARCHIVE_PURPOSES.
+    MAIN_ARCHIVE_PURPOSES and the archive is not whitelisted.
 
 # And this time, we see that there are no entries imported in the queue.
     >>> translation_import_queue.getAllEntries(target=ubuntu).count()
@@ -376,7 +376,7 @@
     DEBUG Publishing custom pmount,
     pmount_0.9.7-2ubuntu2_amd64_translations.tar.gz to ubuntu/dapper
     DEBUG Skipping translations since its purpose is not in
-    MAIN_ARCHIVE_PURPOSES.
+    MAIN_ARCHIVE_PURPOSES and the archive is not whitelisted.
 
 # And this time, we see that there are no entries imported in the queue.
     >>> translation_import_queue.getAllEntries(target=ubuntu).count()


Follow ups