perlorg / perlweb

Various perl.org websites
http://noc.perl.org/
Other
70 stars 98 forks source link

How to access tmp/rss/cpan-stats.json from TT #16

Open ranguard opened 13 years ago

ranguard commented 13 years ago

The RSS files go into /tmp/rss - which works because XML::RSS can take an absolute path (using combust.config.work_path).

But you can't do this for TT INCLUDE's because ABSOLUTE paths are not allowed.

So should that file be being written to somewhere else? - or should tmp/ be in the list of TT INCLUDE_PATH directories?

Cheers

abh commented 13 years ago

They should go into the "work_path" configuration (defaults to ./tmp – not /tmp).

And yeah, we could add that to TT's include_path. I can do that.

rspier commented 4 years ago

Is this still a concern?