Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

PLAT-176 update core #178

Merged
merged 11 commits into from
Apr 21, 2016
Merged

PLAT-176 update core #178

merged 11 commits into from
Apr 21, 2016

Conversation

Saphyel
Copy link
Contributor

@Saphyel Saphyel commented Apr 20, 2016

Fixes https://jira.comicrelief.com/browse/PLAT-176

Changes proposed in this pull request

  • Update core
  • Install vendors
  • Update travisito

@bimsonz
Copy link
Contributor

bimsonz commented Apr 20, 2016

@Saphyel Looks good to me, let me try it locally and ill update here!

@@ -89,6 +89,7 @@
command="${drush.bin} make -y ${app.profile.dir}drupal-org.make.yml --no-gitprojectinfo --no-gitinfofile --no-core --contrib-destination=${app.profile.dir}"/>
</target>
<target name="install" description="Install CR with standard configuration.">
<exec logoutput="true" passthru="true" command="composer install --prefer-dist"/>
Copy link
Contributor

@bimsonz bimsonz Apr 20, 2016

Choose a reason for hiding this comment

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

Im not sure we want this inside the install... i think this is best suited within <target name="build:prepare" depends="grunt:dependencies, test:install:composer" description="Build (or rebuild) the project.">

Maybe create a separate job for composer install and have this build:prepare depend on that

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't agree to use there, because you don't usually use that command, and if we update core and someone is not aware or on holidays he probably will spend ages debugging why is not working, and execute composer doesn't take more than 2secs...

@bimsonz
Copy link
Contributor

bimsonz commented Apr 20, 2016

@Saphyel Left a line note for you to action please dude, will merge after that is done.

@bimsonz
Copy link
Contributor

bimsonz commented Apr 20, 2016

@Saphyel thanks for making the composer change and adding that patch... is this ready for merge ?

@bimsonz bimsonz self-assigned this Apr 21, 2016
@bimsonz bimsonz merged commit dc4c977 into develop Apr 21, 2016
@bimsonz bimsonz deleted the feature/PLAT-176_update_core branch April 21, 2016 10:01
@pvhee pvhee mentioned this pull request Jan 5, 2017
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

2 participants