-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Helpers v2.1 : download composer globally in /opt/yunohost/composer #1870
base: dev
Are you sure you want to change the base?
Conversation
37f7d32
to
c1bc824
Compare
…merge_with_existing, making cleanup before installation the default behaviour.
Why not but maybe let's use Also I'm a bit perplexed because I do think some app call composer from some intermediate tool such as roundcube ? (https://github.com/YunoHost-Apps/roundcube_ynh/blob/master/scripts/upgrade#L190) soooo @_@
+1 but i need to adapt the autopatch script to handle this properly |
That would be fine with me.
their update.sh contains this:
So I could change this helper to put composer/composer.phar in the PATH. |
@@ -261,16 +261,19 @@ ynh_setup_source() { | |||
fi | |||
|
|||
# Apply patches | |||
if [ -d "$YNH_APP_BASEDIR/sources/patches/" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(done in dev
but this change is on the .v1 helper, not 2.1)
replace --full_replace with --no_clean(disappeared?)ynh_in_ci(included in helpers 2.1)ynh_setup_source: change the path to the patchesynh_setup_source: patch failure is now fatal in CI.