clicking on link to project with a blacklisted name gives error

Asked by Robert Collins

Visit https://launchpad.net/

in the search box type 'oops' and search. should take you to https://edge.launchpad.net/+search?field.text=oops

where the first hit under 'exact matches' is
Oops (Proprietary)
This project is about associating log information with an event. Later, when an event becomes interesting (an
...

Click on 'Oops', taking you to https://edge.launchpad.net/oops

If you type this in directly, you get a 404, if you follow the instructions above clicking through the search page, you get a different error page, and it claims an OOPS is filed, which is undesirable.

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
[LEGACY] Canonical WebOps Edit question
Last query:
Last reply:

This question was originally filed as bug #589011.

Revision history for this message
Curtis Hovey (sinzui) said :
#1

This is a bug because the blacklist names rules changes without someone first renaming Eliott's oops project. The fix is to rename the project to not conflict. I am treating this as a question so that I can ask an admin to rename the project.

I discovered this ealier this year when I was fixing licenses. I should have asked the project to be renamed a few months ago.

Revision history for this message
Curtis Hovey (sinzui) said :
#2

The 'oops' project must be renamed to 'opps-report'. We cannot use the UI since the name is taken by the app. We need to use SQL to fix this.

UPDATE Product SET name = 'oops-report' WHERE name = 'oops';

Revision history for this message
Robert Collins (lifeless) said :
#3

Lets look into this a tiny little bit more; we're chatting on IRC at the moment.

Revision history for this message
Steve McInerney (spm) said :
#4

Can you help with this problem?

Provide an answer of your own, or ask Robert Collins for more information if necessary.

To post a message you must log in.