At DrupalCon, cloning D8 is taking about 10 mins. So building the project is timing out. Instead, the idea is to clone Drupal locally, and then just copy it in place with the script. This git repo can be used by all three blueprints, and just switch between branches, depending on the blueprint.
Comments
Comment #1
ergonlogicNote: there's the potential to use the Drupal 8.x blueprint to help in the Core sprint here at DrupalCon on Friday.
Comment #2
kostajh commentedProbably most/many people using Drupal-up will already have Drupal cloned locally with their own feature branches, patch files, etc, so I think it would be better to have something like this:
--drupal-source=/path/to/drupal/repodrupal-sourceis a valid Drupal repo and if so, the install.sh script can use that during the build process to mount it as a shared folder in the docroot for the VMdrupal-sourceis not valid, then we could clone Drupal locallyAnother advantage to having a
drupal-sourceoption is that it's easier to use a D8 initiative sandbox for building up a VM, you should just adjust thedrupal-sourcepath to where you have the initiative sandbox checked out and you're ready to go.Edit: If we went this route, we would also need to take #1741276: Add option for --docroot to mount as a NFS shared folder into consideration