Skip to content

Deployer 20180516

Compare
Choose a tag to compare
@richfitz richfitz released this 16 May 13:49
· 72 commits to master since this release

Produced by @richfitz via:

nomad::build("reconhub/deployer", "20180516")

This archive is too big for github's file download, so we split it up with:

path <- "20180516"
sys_tar <- Sys.which("tar")
tar(sprintf("%s_base.tar", path), path,
    extra_flags = sprintf("-v --exclude=%s/bin", path),
    tar = sys_tar)
tar(sprintf("%s_windows.tar", path), file.path(path, "bin/windows"),
    extra_flags = "-v",
    tar = sys_tar)
tar(sprintf("%s_macosx.tar", path), file.path(path, "bin/macosx"),
    extra_flags = "-v",
    tar = sys_tar)

Installation

Download the three .tar files in this release.

Expected MD5 hash:

8b6e60bff376d73cd42996a6665c1d31  20180516_base.tar
5fab38961d30ee35327c5e8de5e63323  20180516_macosx.tar
10b1bd35adbf3ded12c929e654bf03b9  20180516_windows.tar

Please confirm to avoid issues with corrupted downloads. You can do this with

tools::md5sum(dir(pattern = "\\.tar$"))

(this will take several seconds to run)

To put back together, download these three files and then run:

untar("20180516_base.tar")
untar("20180516_windows.tar")
untar("20180516_macosx.tar")