Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow license.php for app repos aswell #22340

Merged
merged 2 commits into from
Feb 17, 2016

Conversation

nickvergessen
Copy link
Contributor

Before

$ php license.php ../apps/activity true
fatal: no such path 'apps/activity/personal.php' in HEAD
License updated: ../apps/activity/personal.php

cc @DeepDiver1975 @MorrisJobke @LukasReschke

@nickvergessen nickvergessen added this to the 9.0-current milestone Feb 12, 2016
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @DeepDiver1975, @LukasReschke and @MorrisJobke to be potential reviewers

@DeepDiver1975
Copy link
Member

I see this which is caused by the git blame

fatal: cannot stat path 'ppinfo/routes.php': Datei oder Verzeichnis nicht gefunden
License updated: ../apps3/mail/appinfo/routes.php

$buildDir = getcwd();
if ($gitRoot) {
chdir($gitRoot);
$file = substr($file, strlen($gitRoot) + 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing the +1 fixes my issue

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, I ran apps/appname, you ran apps/appname/ will make it work for both.

@DeepDiver1975
Copy link
Member

Handling vendor code within the app also seems to have issues

fatal: no such path 'vendor/ezyang/htmlpurifier/plugins/phorum/migrate.bbcode.php' in HEAD
License updated: ../apps3/mail/vendor/ezyang/htmlpurifier/plugins/phorum/migrate.bbcode.php

@nickvergessen
Copy link
Contributor Author

tested with the mail app and works here now locally

@DeepDiver1975
Copy link
Member

👍

1 similar comment
@MorrisJobke
Copy link
Contributor

👍

DeepDiver1975 added a commit that referenced this pull request Feb 17, 2016
…s-aswell

Allow license.php for app repos aswell
@DeepDiver1975 DeepDiver1975 merged commit 9c12485 into master Feb 17, 2016
@DeepDiver1975 DeepDiver1975 deleted the allow-licensephp-for-app-repos-aswell branch February 17, 2016 14:09
@lock
Copy link

lock bot commented Aug 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants