renovate/lib
Hutson Betts 63dae3d901 fix(yarn): remove call to tmp cleanup function (#140)
Remove the direct call to `tmp`'s manual cleanup function
as `tmp` adds a listener on process exit to call cleanup
on all created directories (that weren't created with the
`keep` option set to `true`).

This is considered a fix because under some conditions the cleanup
will fail on Windows, and because the cleanup is called manually
in the middle of a renovate cycle, any sporadic failure will fail
the entire renovate process.

Instead, defer the temporary directory cleanup until after renovate
has completed, where a failure won't de-rail the entire cycle.

(I have not been able to track down why `tmp` fails sometimes on
Windows with my various project setups.)
2017-03-24 12:38:19 +01:00
..
api Set remove_source_branch in gitlab MRs (#131) 2017-03-13 10:21:28 +01:00
config Update config definition descriptions (#129) 2017-03-13 10:07:57 +01:00
helpers fix(yarn): remove call to tmp cleanup function (#140) 2017-03-24 12:38:19 +01:00
workers Fix yarn.lock detection (#128) 2017-03-13 06:33:28 +01:00
index.js Refactor for more worker tests (#104) 2017-02-14 22:04:57 +01:00
logger.js Rename app to lib 2017-01-15 13:13:08 +01:00
renovate.js Use async await (#78) 2017-01-31 12:19:06 +01:00
worker.js Refactor for more worker tests (#104) 2017-02-14 22:04:57 +01:00