From de41b8de912b2408b986ace07b2894c4eee8ec7f Mon Sep 17 00:00:00 2001 From: Jeroen Date: Sat, 18 Aug 2018 12:49:11 +0200 Subject: [PATCH] Update NEWS --- NEWS | 3 +++ R/github.R | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6b1e52c6..ab620623 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2.0.9 + - Webhook now uses temporary folder inside destination folder #316 + 2.0.8 - Increase default key length to 13 to prevent hash collisions - Docker: start cron daemon by default diff --git a/R/github.R b/R/github.R index 0a6be133..3ed3decf 100644 --- a/R/github.R +++ b/R/github.R @@ -46,7 +46,7 @@ github_install <- function(repo, username, ref, args = NULL, upgrade_dependencie gitpath <- github_userlib(username, repo) # temporary location - gittmpdir <- paste0(gitpath, "_tmp") + gittmpdir <- paste0(gitpath, "_00TMP") if(file.exists(gittmpdir)){ info <- file.info(gittmpdir) time_limit <- config("timelimit.webhook")