Hi,

In troubleshooting an installation problem, I was going to try the dev release (like a good drupaler) but none of the dev files can be downloaded.

Thanks.

Comments

hefox’s picture

Status: Active » Postponed

it may be a make file issue (conflicting), but drush make locally is working and all the -dev files are missing, including ones that are just the repo.

Can checkout the repo and run drush make yourself, but hopefully tomorrow they'll regenerate. I asked around but wasn't able to find anyone that knew if there is a way to regenerate.

mpotter’s picture

Status: Postponed » Fixed

Error was:

ERROR: The project download-level attribute 'version' on project 'token' is not allowed.
ERROR: The project download-level attribute 'branch' must be defined when the 'revision' attribute is specified on project 'token'.
ERROR: The drupal.org validation check failed -- see http://drupal.org/node/1432190 for more information.
ERROR: Build for openatrium-7.x-2.x-dev-no-core failed.

Caused by using
projects[token][download][version] = 7.x-1.x
instead of
projects[token][download][branch] = 7.x-1.x

Fixed in a729326, so hopefully the dev files will be available in a few hours when drupal.org updates.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mpotter’s picture

Status: Closed (fixed) » Fixed

Don't close it until people can have a chance to see it.

mpotter’s picture

Status: Fixed » Closed (fixed)

Oops, wrong issue.