Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ranguard opened this issue Jun 30, 2011 · 2 comments
Open

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

ranguard opened this issue Jun 30, 2011 · 2 comments
Labels

Comments

@ranguard
Copy link
Member

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
Copy link
Contributor

abh commented Jun 30, 2011

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
Copy link
Contributor

rspier commented Aug 12, 2020

Is this still a concern?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants