Paramétrage de aegir-hostmaster (1.1-2) ...
installing the Aegir frontend (Drupal with the hostmaster profile), please wait...
Project information for drupal retrieved.                            [ok]
drupal downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz.
Unable to clone hostmaster from                                      [error]
http://git.drupal.org/project/hostmaster.git.
Could not download platform using drush make. No platform present    [error]
Aegir 6.x-1.1 automated install script

http://git.drupal.org/project/hostmaster.git gives a 404, but
http://git.drupalcode.org/project/hostmaster.git works.

Not sure if this is a temporary bug from drupal.org however. Did not see any announcements.

Comments

bgm’s picture

Status: Active » Closed (cannot reproduce)

It seems to be a bug caused by the hosting provider. I do not have any issues on other hosts.
Sorry for the noise.

(the issues is still not fixed, but this is not a provision bug. I'll document it here when we find the fix)

defconjuan’s picture

anything?

update: i updated the aegir.make file in the provision folder to use "drupalcode" instead of "drupal" then things worked fine.

Anonymous’s picture

Removed, didn't read well before posting question

bgm’s picture

It was caused by a weird homemade backup script that was using git and which was setting environment variables incorrectly. I found it by typing "set | grep GIT" (to look at git environment variables) and unsetting the variables set ("unset GIT_EXAMPLE").