Closed (fixed)
Project:
Hosting site Git
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 14:12 UTC
Updated:
8 Mar 2013 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
jon pughThere are two issues I created as feature requests that will help on this:
#1561536: Pull from platform or site directory and #1561540: Pull git submodules if there are any.
I don't use submodules and won't be using hosting_site_git.module, so unfortunately I won't have much time to commit to these patches, but I am happy to have some collaborators!
Comment #2
helmo commentedI've started working on this.
My initial hope was the hosting_site_git could get rid of the it's drush.inc (hosting_site_git.drush.inc)
But that's not realistic. I had to add a pre hook for the reset option and a post hook for verify.
And we also still have the checkout and clone commands.
Comment #3
jon pughNow that #1561536 is done...
I think you can remove your drush.inc if you use the hook_post_hosting_TASK_TYPE_task() to add a verify task after the pull code task is completed...
I have to think more about what else you might need...
Comment #4
helmo commentedThanks, I'll look into it.
Comment #5
helmo commentedCommitted to 6.x-2.x
Comment #6
helmo commented