Page MenuHomePhabricator

404 of FlaggedRevs-REL1_41-447bfbc.tar.gz
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

Redirected to a nginx error page which says "404 Not Found"

What should have happened instead?:

The download should be started

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Looks like we determine file name by doing git rev-parse --short=7 HEAD if 7 characters is not unique it does the shortest unique string.

On the mediawiki side we just always use exactly 7 characters.

So there is a small possibility they might not match

Change #1034212 had a related patch set uploaded (by Brian Wolff; author: Brian Wolff):

[labs/tools/extdist@master] Ensure file name uses 7 character rev even if ambigious

https://gerrit.wikimedia.org/r/1034212

Oh, maybe this is a dupe of T340882 and there is an alternate patch there

Change #1034212 merged by jenkins-bot:

[labs/tools/extdist@master] Ensure file name uses 7 character rev even if ambigious

https://gerrit.wikimedia.org/r/1034212

Bawolff claimed this task.