adas-generate needs to be updated for Drush 9 and also to simple_sitemap 8.x-3.x
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove-adas-generate-drush-command-3169865-2.patch | 1.22 KB | sonfd |
adas-generate needs to be updated for Drush 9 and also to simple_sitemap 8.x-3.x
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove-adas-generate-drush-command-3169865-2.patch | 1.22 KB | sonfd |
Comments
Comment #2
sonfdI'm seeing that my sitemaps won't generate correctly via cron if this drush command exists. I am not sure, but I don't think this is needed anymore when using the 3.x branch of simple_sitemap. I'm seeing that my domain variant sitemaps are generated when I use their command, `drush simple-sitemap-generate`, but only if I comment out or remove this file.
Attaching a patch that removes this file altogether. It seems to be a leftover from the original 1.x -> 2.x transition. The command references a service that existed in the 1.x branch, but no longer exists in the 2.x branch.
Comment #3
mikran commentedOh I did not even consider that
drush simple-sitemap-generatewould handle the variants too, that's nice.Comment #4
aleevasThank you @sonfd
Your patch works fine.
That's have to merged to dev branch.
Comment #6
hamrant commentedThanks all, commited to 8.x-2.x