Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 18, 2018
1 parent f759d9a commit de41b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion R/github.R
Expand Up @@ -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")
Expand Down

0 comments on commit de41b8d

Please sign in to comment.