developmentseed / developmentseed/FeatureServer

When a project has spaces (%20) in its repository url, there are no new releases found.

Aperta
#16 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
PHP
Stelle
46
Fork
14
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

This is because `drush_shell_exec()` parses the arguments through sprintf. So when `sprintf` encounters %20 in the command string, it looks for the 20th argument which is obviously not there ;-).

Also see the drush api documenation on http://drupalcontrib.org/api/drupal/contributions--drush--includes--exec.inc/function/drush_shell_exec/7 which documents the parameter `$cmd`.

I submitted a pull-request which solves this: https://github.com/developmentseed/FeatureServer/pull/15.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.