On Fri, Mar 27, 2015 at 7:47 PM, Marvin Humphrey <mar...@rectangular.com>
wrote:

> I've contemplated writing a quickie Incubator-specific Python version which
> fetches report_due_*.txt over http:
>
>
> http://svn.apache.org/repos/asf/incubator/public/trunk/content/report_due_1.txt
>
> I think those report_due_*.txt files are all the script needs.
>
> A more ambitious project would be a modularized version with unit tests
> which
> handles all uses cases of the original.  Dunno if other users would be down
> with that, though.
>

Incubator specific version sounds great.  Using only web-accessible zero
security files is an awesome idea.

Unit tests are awesome things to have and would be much easier if you fetch
the schedule from a URL (just need a few static URL's for testing!).

Reply via email to