Closed (cannot reproduce)
Project:
Provision
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 21:56 UTC
Updated:
29 May 2011 at 21:30 UTC
Jump to comment: Most recent
Comments
Comment #1
bgm commentedIt 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)
Comment #2
defconjuan commentedanything?
update: i updated the aegir.make file in the provision folder to use "drupalcode" instead of "drupal" then things worked fine.
Comment #3
Anonymous (not verified) commentedRemoved, didn't read well before posting question
Comment #4
bgm commentedIt 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").