This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new febe27b BIGTOP-3138. Maven installation failed on debian-9 (#448)
febe27b is described below
commit febe27b28c0d56a1a1002bd292e16dccc968df32
Author: Evans Ye <[email protected]>
AuthorDate: Sat Jan 19 15:39:29 2019 +0800
BIGTOP-3138. Maven installation failed on debian-9 (#448)
---
bigtop_toolchain/manifests/maven.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop_toolchain/manifests/maven.pp
b/bigtop_toolchain/manifests/maven.pp
index 2cf3208..928c288 100644
--- a/bigtop_toolchain/manifests/maven.pp
+++ b/bigtop_toolchain/manifests/maven.pp
@@ -32,7 +32,7 @@ class bigtop_toolchain::maven {
unless => "/usr/bin/test -f /usr/src/$mvn-bin.tar.gz.asc",
} ~>
- exec {"/usr/bin/$bigtop_toolchain::gnupg::cmd -v --verify
--auto-key-retrieve --keyserver hkp://keyserver.ubuntu.com:80
$mvn-bin.tar.gz.asc":
+ exec {"/usr/bin/$bigtop_toolchain::gnupg::cmd --no-tty -v --verify
--auto-key-retrieve --keyserver hkp://keyserver.ubuntu.com:80
$mvn-bin.tar.gz.asc":
cwd => "/usr/src",
} ->