I just noticed that travis is building from drupal-org-dev.make, which I have recently fixed so that it references git head rather than specific revisions. The drupal-org.make file is what Drupal uses to build its dev releases and this still references the specific revisions.

- drupal-org-dev.make is for developers to use so that they can get a build containing the very latest HEAD code.
- drupal-org.make is what drupal.org does its builds from.

The travis build script should be updated to build form drupal-org.make.

Comments

dsnopek’s picture

Actually, it's building from 'build-panopoly-dev.make' which I think uses 'drupal-org.make' because it's doing the Drush make's profile support.

You can see the code Travis is running in the repo:

http://drupalcode.org/project/panopoly.git/blob/refs/heads/7.x-1.x:/.tra...

mrfelton’s picture

Component: Code » Admin
Status: Active » Closed (works as designed)

The way this is setup now is as it should be:

drush make --yes profiles/panopoly/drupal-org-core.make --prepare-install
drush make --yes profiles/panopoly/drupal-org.make --no-core --contrib-destination=profiles/panopoly