Waiting for network during drush make is annoying.
1) Check if make file has cache = no. If present then exit
2) Hash the make file
3) Look for [hash].tar.gz in /maketars folder
4) If not present run drush make with --tar option to build file
5) Untar file to destination folder.
Comments
Comment #1
MichaelCole commentedComment #2
mike stewart commentedSean you & I talked about things you might be able to do to help. This seems like a really nice, interesting feature. If you think you can take this on, please go for it.
If you were thinking of being able to help in other ways, please unassign yourself -- in which case maybe someone else can pick it up? (or eventually we'll get back to it).
In any case, I think you should probably work from the dev branch (7.x-2.x). (from within the /home/quickstart/quickstart folder, run a
git pull --rebaseto get the latest code. Then I think you should be able togit checkout 7.x-2.x)Comment #3
Sean Buscay commentedHi Guys. I'll take a look.