Comments

geerlingguy’s picture

Status: Active » Reviewed & tested by the community

License is LGPL v3, code is ~6MB, looks fine to me.

geerlingguy’s picture

Status: Reviewed & tested by the community » Fixed

Added to whitelist: http://drupal.org/node/1597488

Status: Fixed » Closed (fixed)

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

kreynen’s picture

Status: Closed (fixed) » Active

Getting 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.

geerlingguy’s picture

Status: Active » Fixed

I updated the regex to match the proper download pattern - please try again and let me know if it's not working.

kreynen’s picture

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.
kreynen’s picture

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.
Mark Theunissen’s picture

There is a delay. I believe the json output of the whitelist is cached on Drupal.org. Give it at least 10 mins, preferably 30.

Status: Fixed » Closed (fixed)

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