I've been told...
With Drupal 7.
"Unable to download colorbox from https://github.com/jackmoore/colorbox/zipball/v1.3.16."
But the makefile says to download http://www.jacklmoore.com/colorbox/colorbox.zip which points to colorbox-1.3.30.zip.
Will investigate.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 1901374_colorbox-library-https_openoutreach_drupal-org.make_.patch | 921 bytes | j0nathan |
| #4 | 1901374_colorbox-library_openoutreach_drupal-org.make_.patch | 919 bytes | j0nathan |
Comments
Comment #1
j0nathan commentedThe URL http://colorpowered.com/colorbox/colorbox.zip from the Drupal module file colorbox/colorbox.make.example redirects to http://www.jacklmoore.com/colorbox. So this is not a valid URL to download the library.
I don't know where https://github.com/jackmoore/colorbox/zipball/v1.3.16 comes from.
The URL http://www.jacklmoore.com/colorbox/colorbox.zip works, so I put it back in our makefile.
http://drupalcode.org/project/kplatforms.git/commit/5deeb48
Comment #2
j0nathan commentedAlso related: #1891470: Colorbox plugin (library) not recognized
Comment #3
j0nathan commentedI think I've found a path for the original issue.
When creating a platform with kplatforms.sh:
From the makefile openoutreach/drupal-org.make :
Comment #4
j0nathan commentedHere is a patch for "openoutreach/drupal-org.make".
Comment #5
j0nathan commentedThis is the commit regarding openoutreach:
http://drupalcode.org/project/kplatforms.git/commit/a3fec57
In kplatforms we now use git to download the library:
http://drupalcode.org/project/kplatforms.git/commit/36530e3
Comment #6
nedjoMaybe that was a transient download error? It's packaging fine on drupal.org using the previous download URL.
Comment #7
j0nathan commentedRelated to #1910892: Unable to download colorbox library: changing URL
Comment #9
j0nathan commentedFollowing #1991874: Stalling at "git clone git://github.com/jackmoore/colorbox.git", here is a new patch with https:// instead of git://.
Comment #10
j0nathan commentedhttp://drupalcode.org/project/kplatforms.git/commit/9d744b8