Hello,

There an error in the makefile that prevent me installing this module automatically when building OpenAtrium.

You should replace the line:
libraries[iCalcreator][download][url] = "git://github.com/iCalcreator/iCalcreator.git"
with:
libraries[iCalcreator][download][url] = "https://github.com/iCalcreator/iCalcreator.git"

Here's the full building log: http://pastebin.com/r7F3vRxc ("CTRL+F error" to scroll to the error)

Comments

Pol’s picture

coredumperror’s picture

Back in #2096775: Change makefile to use http, when a similar issue occurred, I concluded that problems using git:// derive from drush being broken, because git:// is a perfectly valid schema for cloning (try running git clone git://github.com/iCalcreator/iCalcreator.git and it'll work just fine). But I imagine that OpenAtrium may not give you permission to update to a non-broken version of Drush.

I'll go ahead and update the makefile to use https, though, since it shouldn't hurt.

  • coredumperror committed b59acd0 on 7.x-3.x
    Issue #2459813: Makefile now uses https:// instead of git:// to retrieve...
coredumperror’s picture

Status: Active » Fixed
Pol’s picture

Another tips is to use, but it replace it everywhere... it might not be convenient for everything.

git config --global url."https://".insteadOf git://

Status: Fixed » Closed (fixed)

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