Page MenuHomePhabricator

Downloading trunk version of ExtensionDistributor gives error
Closed, ResolvedPublic

Description

Author: tom.maaswinkel

Description:
Trying to download the trunk version of the ExtensionDistributor gives the following error:

Tar returned exit code 2:
tar: ExtensionFunctions.php: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors


Version: unspecified
Severity: minor
URL: http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ExtensionDistributor

Details

Reference
bz27246

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:18 PM
bzimport set Reference to bz27246.

I've a feeling that whatever caused Bug #27247 also caused this.

(In reply to comment #1)

I've a feeling that whatever caused Bug #27247 also caused this.

It's not related. The issue is that anything that references ExtensionFunctions.php has ExtensionFunctions.php included in the tarball. Since ExtensionFunctions.php has been deleted, the only thing left that references it is ExtensionDistributor.

r113367, also merged and pushed to site

Only attempt to tar up ExtensionFunctions.php if it exists