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

helper to clean up stale /tmp/jruby-12345/XZY.jar files #3381

Closed
mkristian opened this issue Oct 10, 2015 · 1 comment
Closed

helper to clean up stale /tmp/jruby-12345/XZY.jar files #3381

mkristian opened this issue Oct 10, 2015 · 1 comment

Comments

@mkristian
Copy link
Member

nice to offer a cleanup methods like JRuby.clean_stale_temp_files - follow up on #3352. at least for unix/linux OS

mkristian added a commit that referenced this issue Oct 12, 2015
when the jruby process gets killed hard it can leave a few jars in the
system temp directory. this helper method is used to identify stale jars and
delete them.

fixes #3381

Sponsored by Lookout Inc.
mkristian added a commit that referenced this issue Oct 12, 2015
when the jruby process gets killed hard it can leave a few jars in the
system temp directory. this helper method is used to identify stale jars and
delete them.

fixes #3381

Sponsored by Lookout Inc.
mkristian added a commit that referenced this issue Oct 12, 2015
when the jruby process gets killed hard it can leave a few jars in the
system temp directory. this helper method is used to identify stale jars and
delete them.

fixes #3381

Sponsored by Lookout Inc.
@headius
Copy link
Member

headius commented Oct 12, 2015

Or perhaps as a gem of JRuby utilities?

@enebo enebo added this to the JRuby 1.7.23 milestone Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants