I'm having a consistent error where drush make tells me that it downloaded a module from my feature server but in fact never places that module in the sites/all/modules directory. My makefile is as follows:
core = 6.x
projects[] = drupal
projects[imagecache_defaults][location] = http://features.dnotes.net/fserver
running "drush make -dv build.make drupal > make.log" renders the file attached. If you do it without the -dv, the output just tells you that everything went [ok]... I think there should be some error at least. I've managed to recreate the module and get it to work as ic_sanity, version 6.x-1.0-alpha1, and I'm going ahead with that, but I thought you'd want to know about the error so I'll leave the old module online for a bit. I can't really figure out what my version of drush make is right now, so I've set it to dev... sorry.
| Comment | File | Size | Author |
|---|---|---|---|
| make.log_.txt | 28.34 KB | dnotes |
Comments
Comment #1
dmitrig01 commentedThis is a very interesting issue:
Comment #2
dmitrig01 commentedHm, that wasn't so hard.