launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30544
[Merge] ~ines-almeida/launchpad:fix-301-redirection-unit-test into launchpad:master
Ines Almeida has proposed merging ~ines-almeida/launchpad:fix-301-redirection-unit-test into launchpad:master.
Commit message:
Fix 301 URL redirection unit test for PPA archives
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/452734
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:fix-301-redirection-unit-test into launchpad:master.
diff --git a/lib/lp/soyuz/stories/ppa/xx-ppa-files.rst b/lib/lp/soyuz/stories/ppa/xx-ppa-files.rst
index 6e8a79f..9387617 100644
--- a/lib/lp/soyuz/stories/ppa/xx-ppa-files.rst
+++ b/lib/lp/soyuz/stories/ppa/xx-ppa-files.rst
@@ -472,7 +472,7 @@ redirect to the files for the default named PPA.
... )
... )
... ) # noqa
- HTTP/1.1 301 Moved Permanently
+ HTTP/1.1 303 See Other
...
Location: http://localhost/~no-priv/+archive/ubuntu/ppa/+files/test-pkg_1.0.dsc
...
@@ -492,7 +492,7 @@ The same redirection happens for +archive/+build/blah urls:
... )
... )
... )
- HTTP/1.1 301 Moved Permanently
+ HTTP/1.1 303 See Other
...
Location: http://.../~no-priv/+archive/ubuntu/ppa/+build/1/+files/...
...