Closed Bug 559552 Opened 14 years ago Closed 14 years ago

[preview.z] Fix https://hudson.mozilla.org/pypi or change the update script

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: fox2mike)

Details

We changed the names of our hudson jobs, and had to update the pypi link being served by Apache, but it's not all there.  When you go to https://hudson.mozilla.org/pypi, all the links are from the root instead of having a /pypi/ prefix.  Going to https://hudson.mozilla.org/pypi/ (note the trailing slash) is fine.

The zamboni update script must be looking at https://hudson.mozilla.org/pypi because it's not getting a new package we added yesterday.  Since zamboni doesn't have everything it needs, it can't load.

If that /pypi page gets fixed, everything should work itself out.

The other (temporary) fix is to change the zamboni update script to look at https://hudson.mozilla.org/pypi/.

There should be a line that says `pip install -i https://hudson.mozilla.org/pypi ...`.  Putting a trailing slash on that link will use the working pypi page.

Pegging this at ridiculous priority since QA is going to be on my back otherwise.

Thanks!
There's a /usr/local/bin/zamboni-update.sh on pm-app-amo24 which I've updated. Preview should work fine with that. If it doesn't let me know.
Since this is still causing trouble, can someone run the update script and paste any output here? Maybe that will hold some clues.
[root@pm-app-amo24 ~]# /usr/local/bin/zamboni_update.sh 
  Could not find any downloads that satisfy the requirement queryset-transform==0.0.1 (from -r https://hudson.mozilla.org/pypi/pip-manifest.txt (line 20))
No distributions at all found for queryset-transform==0.0.1 (from -r https://hudson.mozilla.org/pypi/pip-manifest.txt (line 20))
Storing complete log in ./pip-log.txt

Want the complete log as well?
Assignee: server-ops → shyam
All is not well yet, but this is fixed as far as IT is concerned.  It's on my end now.  Thanks Shyam.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.