Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to clone git.drupal.org/project/hostmaster.git #2

Open
d1b1 opened this issue Sep 20, 2011 · 1 comment
Open

unable to clone git.drupal.org/project/hostmaster.git #2

d1b1 opened this issue Sep 20, 2011 · 1 comment

Comments

@d1b1
Copy link

d1b1 commented Sep 20, 2011

The git clone seems to hang. When we attempt to run this script, the .sh file hangs when it hits the git clone command. When I add --verbose to the 'drush hostmaster-install' command the git clone command in the drush make show the error. Any ideas?

thanks,

Update: It appears the git repo needs some garbage collection. I think the owner needs to do this, as it will/may require a push. When I pull out the specific code for the git request, the call hangs the .sh file because git is starts a long fetch process.

Work Around: I worked around this issue by editing the aegir.make file to use a different repo for the hostmaster module. When I rerun the script to install aegir, I just tell the script to [n] when prompted to overwrite the /var/aegir/.drush/provision folder.

core = 6.x
api = 2

projects[drupal][type] = "core"

;; New Call
projects[hostmaster][type] = "profile"
projects[hostmaster][download][type] = "git"
projects[hostmaster][download][url] = "git://github.com/omega8cc/hostmaster.git"

;; Old Call
;;projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git"
;;projects[hostmaster][download][tag] = "6.x-1.3"

@doka
Copy link
Owner

doka commented Sep 21, 2011

I experienced also download issues from drupal.org during the last weekend. If such tings happen, try some manual downloads from drupal.org, to test the connectivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants