[ARVADOS] updated: 1.3.0-2502-g2cf07544d
Git user
git at public.arvados.org
Sat Apr 18 02:01:07 UTC 2020
Summary of changes:
lib/install/deps.go | 2 ++
1 file changed, 2 insertions(+)
via 2cf07544d4602b6983f7809cc6b19bc66c6aaf00 (commit)
from 26d99751d6c091d9a554770c6572aa629f55d3cb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2cf07544d4602b6983f7809cc6b19bc66c6aaf00
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Apr 17 22:00:40 2020 -0400
16267: Print apt-get command line
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 902e84744..d941e62c9 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -173,12 +173,14 @@ func (installCommand) RunCommand(prog string, args []string, stdin io.Reader, st
cmd.Env = append(os.Environ(), "DEBIAN_FRONTEND=noninteractive")
cmd.Stdout = stdout
cmd.Stderr = stderr
+ logger.Print("Running %v", cmd.Args)
err = cmd.Run()
if err != nil {
return 1
}
}
+ os.Mkdir("/var/lib/arvados", 0755)
os.Mkdir("/var/lib/arvados/bin", 0755)
if *rubyInst == "source" {
rubyversion := "2.5.7"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list