Project

General

Profile

Actions

Bug #68821

closed

gitignore path for composer dependencies incorrect

Added by Philipp Wrann almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
composer
Target version:
Start date:
2015-08-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In one project i added typo3 as git submodule, when i update typo3 i run composer install. The packages are loaded to typo3/contrib/vendor, the path in .gitignore defines typo3/vendor

So my repository is allways "dirty".

Maybe add typo3/contrib/vendor also to gitignore.

TYPO3 Version is 7.4

Actions #1

Updated by Helmut Hummel almost 9 years ago

  • Status changed from New to Rejected

The composer.json clearly defines the vendor directory to be typo3/vendor not typo3/contrib/vendor (any more)
That is why .gitignore specifies typo3/vendor to be ignored.

Without having further information, I cannot tell what is going wrong on your side deps being installed in typo3/contrib/vendor). Please ask on Slack or on a mailing list for possible reasons.

From our side there is nothing to do here as gitignore reflects our needs.

Actions #2

Updated by Philipp Wrann almost 9 years ago

I didnt check sorry, typo3/vendor is now used, typo3/contrib/vendor is just an artifact, i had to delete it manually.

Actions #3

Updated by Helmut Hummel almost 9 years ago

Philipp Wrann wrote:

I didnt check sorry, typo3/vendor is now used, typo3/contrib/vendor is just an artifact, i had to delete it manually.

Thanks for getting back to us! Case closed.

Actions

Also available in: Atom PDF