Page MenuHomePhabricator

Error 404 Not Found when downloading Extension:Collection for REL1_25 and master
Closed, ResolvedPublic

Description

Accessing Special:ExtensionDistributor/Collection and selecting version master or 1.25, gives a download link, which leads a 404 NOT FOUND error.

Choosing a version lower than 1.25 gives a working link, though.

The 1.25 version seems to be (according to the generated download link) commit d898236, which matches the last commit for that branch on gitblit

Event Timeline

Ciencia_Al_Poder raised the priority of this task from to Needs Triage.
Ciencia_Al_Poder updated the task description. (Show Details)
Ciencia_Al_Poder subscribed.
2015-06-16 21:04:12,204 INFO:Starting update for Collection
2015-06-16 21:04:12,204 DEBUG:Cloning Collection
2015-06-16 21:04:14,681 INFO:Creating master for Collection
2015-06-16 21:04:15,071 DEBUG:Running composer install for Collection
2015-06-16 21:04:16,213 ERROR:Updating Collection failed, skipping

...helpful.

[km@km-tp Collection]$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package mediawiki/mediawiki could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Change 218947 had a related patch set uploaded (by Legoktm):
Don't fail to create the tarball if "composer install" fails

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

Legoktm added a project: VPS-project-Extdist.
Legoktm set Security to None.

Change 218947 merged by jenkins-bot:
Don't fail to create the tarball if "composer install" fails

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

Working now. We also switched the server powering extdist.wmflabs.org to a newer one that doesn't suck.