Community

Packaging a distribution on Drupal.org: URL must be in the whitelist available problem (although is already listed)

Hello everyone,

I am working on a new version of an Installation Profile for Patterns (http://drupal.org/project/patterns_profile) and I am having some troubles while trying to verify the drush drupal-org.make file. I followed the steps provided in http://drupal.org/node/642116 and check the examples in http://drupal.org/node/1432374, but when I run the drush verify-makefile command I get the following error:

The library 'spyc' cannot be downloaded from                         [error]
https://github.com/mustangostang/spyc.git, the URL must be in the
whitelist available at http://drupal.org/packaging-whitelist.
The
drupal.org validation check failed -- see                        [error]
http://drupal.org/node/1432190 for more information.

I have been checking the Packaging Whitelist URLs list (http://drupal.org/packaging-whitelist?page=1) and that spyc url is already included (http://drupal.org/node/1905154).
My current version of the make file looks as follows (there are some sections with comments that will be removed in the final version, but they have been added temporarily to run drush make locally, e.g.: projects[drupal][version]):

; This file was auto-generated by drush make
api = 2
core = 7.x

;This is just to try the make file locally and it will be removed in the final version
;projects[drupal][version] = 7

; Modules

projects[libraries][subdir] = "contrib"
projects[libraries][version] = "1.0"

projects[macro][subdir] = "contrib"
projects[macro][version] = "1.0-alpha2"

;Using temporarily the dev version. This will refer to 7.x-2.0 in 2.x branch and 7.x-1.0-rc2 (+ official patch) in 1.x branch
projects[patterns][subdir] = "contrib"
projects[patterns][version] = "2.x-dev"

projects[token][subdir] = "contrib"
projects[token][version] = "1.4"

; Libraries

; Check license. Create an optional task in the profile if it is not acceptable in the whitelist
;libraries[codemirror][download][type] = "git"
;libraries[codemirror][download][url] = "http://marijnhaverbeke.nl/git/codemirror"
;libraries[codemirror][directory_name] = "codemirror"
;libraries[codemirror][type] = "library"

; Already included in the whitelist, but getting the whitelist error while running drush verify make-file
libraries[spyc][download][type] = "git"
libraries[spyc][download][url] = "https://github.com/mustangostang/spyc.git"
libraries[spyc][directory_name] = "spyc"
libraries[spyc][type] = "library"

Does anyone have any idea what could be the reason of getting this error?. I apologize in advance if this is not the proper forum for this kind of issues (I could not find any specific one about installation profiles or drush make files).

Thank you very much,

David

Comments

Being addressed by #1949904:

nobody click here