-
Having discovered the bash script bin/runtests.sh, running it;
[system python2.7]
```
archtester scrapy # ebuild scrapy-0.14.2.ebuild clean test
-----------------------------------------------------…
-
changed scrapyd data dir to be ".scrapy/scrapyd" instead of ".scrapy/.scrapy/scrapyd"
```
--- a/scrapyd/script.py
+++ b/scrapyd/script.py
@@ -14,7 +14,7 @@ from scrapyd import get_application
from sc…
-
Previously reported by agtilden on Trac
scrapyd only allows one job to be scheduled per URL invocation. This makes scheduling lots of jobs needlessly time consuming.
I propose adding a file upload o…