Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
No edit summary |
m (→Idea List) |
||
Line 11: | Line 11: | ||
* Written in Python | * Written in Python | ||
* Written in such a way as it's portable, e.g. ''./validate.py addon.xpi'' | * Written in such a way as it's portable, e.g. ''./validate.py addon.xpi'' | ||
** Some checks (checksums, etc.) would be nice to be able to adjust via the web, but if we provide a portable distribution those won't be included. | |||
* Supports offline processing via gearman so we don't hold up server threads waiting on processing and we don't hit memory/time limits. | * Supports offline processing via gearman so we don't hold up server threads waiting on processing and we don't hit memory/time limits. | ||
** Progress should be checked via ajax | ** Progress should be checked via ajax |