[DDC-1869] [GH-371] set permissions as expected by composer.phar update Created: 11/Jun/12 Updated: 22/Jun/12 Resolved: 22/Jun/12 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Guilherme Blanco |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of robocoder: Url: https://github.com/doctrine/doctrine2/pull/371 Message: I'm guessing the executable permissions were removed from these files recently. composer.json copies the following scripts (i.e., "bin": ["bin/doctrine", "bin/doctrine.php"], ) to the vendor/bin folder. When running composer.phar update, and doctrine/orm is to be updated, composer fails because these two scripts have been chmod'd to be executable. |
| Comments |
| Comment by Benjamin Eberlei [ 15/Jun/12 ] |
|
A related Github Pull-Request [GH-371] was closed |
| Comment by Guilherme Blanco [ 22/Jun/12 ] |
|
PR was merged. |