Sorry if this is being posted in the wrong place, unsure whether this is a hostmaster or a provision issue.
When issuing the command
drush -v hostmaster-install
it fails with the following errors
Project information for drupal retrieved. [ok]
Undefined property: DrushMakeProject_Profile::$destination drush_make.project.inc:297 [notice]
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz. [ok]
Undefined index: protocol drush_make.download.inc:377 [notice]
Unable to clone hostmaster from http://git.drupal.org/project/hostmaster.git. [error]
Command dispatch complete [notice]
Could not download platform using drush make. No platform present [error]
Command dispatch complete [notice]
Has anyone else come across this issue? First time installing aegir, so I assume I'm missing something obvious. Working on a Centos 5.5 system with apache.
Comments
Comment #1
dunkoh commentedI ran into this exact error as well.
I was following the manual aegir install directions since I didn't want to mess with the debian repo stuff on this new server.
I'm on ubuntu 8.04
Comment #2
millaraj commentedLooks like my server was having problems downloading hostmaster via http. Changed the makefile to use git://... instead and all appears well.
Comment #3
dunkoh commentedmy issue ended up being that I had to install git-core as just git alone wasn't enough.
Comment #4
anarcat commented