ERROR: The library 'dompdf' cannot be downloaded from http://dompdf.googlecode.com/files/dompdf-0.5.2.zip, the URL must be in the whitelist available at http://drupal.org/packaging-whitelist.
Just tried to force a build using the alpha1 tag. Both civicrm and dompdf are failing...
The drupal-org.make file for project CiviCRM Starter Kit failed verification for Git tag 7.x-1.0-alpha1.
http://drupal.org/node/642116 -- to learn more about correcting these errors.
The library 'civicrm' cannot be downloaded from [error]
http://downloads.civicrm.org/civicrm-4.2.beta2-starterkit.tgz, the
URL must be in the whitelist available at
http://drupal.org/packaging-whitelist.
The library 'dompdf' cannot be downloaded from [error]
http://dompdf.googlecode.com/files/dompdf_0-6-0_beta3.tar.gz, 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.
Once these errors are fixed, commit the changes to your drupal-org.make, move the release tag for your project (check the Git manual to learn how to move tags if necessary), and submit the release node again.
Not sure if you are still making changes or there is a delay. dompdf appears to be validating now, but civicrm still fails.
The drupal-org.make file for project CiviCRM Starter Kit failed verification for Git tag 7.x-1.0-alpha1.
http://drupal.org/node/642116 -- to learn more about correcting these errors.
The library 'civicrm' cannot be downloaded from [error]
http://downloads.civicrm.org/civicrm-4.2.beta2-starterkit.tgz, 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.
Once these errors are fixed, commit the changes to your drupal-org.make, move the release tag for your project (check the Git manual to learn how to move tags if necessary), and submit the release node again.
Comments
Comment #1
geerlingguy commentedLicense is LGPL v3, code is ~6MB, looks fine to me.
Comment #2
geerlingguy commentedAdded to whitelist: http://drupal.org/node/1597488
Comment #4
kreynen commentedGetting a whitelisting error trying to include dompdf...
http://drupal.org/node/1599428
ERROR: The library 'dompdf' cannot be downloaded from http://dompdf.googlecode.com/files/dompdf-0.5.2.zip, the URL must be in the whitelist available at http://drupal.org/packaging-whitelist.Looking at the pattern in http://drupal.org/node/1597488
^http://dompdf\.googlecode\.com/files/dompdf/.+$
^http://dompdf\.googlecode\.com/svn/.+$
The URL in the .make was http://dompdf.googlecode.com/files/dompdf-0.5.2.zip. I've updated it to http://dompdf.googlecode.com/files/dompdf_0-6-0_beta3.tar.gz, but the location is the same.
Seems like these match the allowed pattern.
Comment #5
geerlingguy commentedI updated the regex to match the proper download pattern - please try again and let me know if it's not working.
Comment #6
kreynen commentedJust tried to force a build using the alpha1 tag. Both civicrm and dompdf are failing...
Comment #7
kreynen commentedNot sure if you are still making changes or there is a delay. dompdf appears to be validating now, but civicrm still fails.
Comment #8
Mark Theunissen commentedThere is a delay. I believe the json output of the whitelist is cached on Drupal.org. Give it at least 10 mins, preferably 30.