You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/06/17 01:37:18 UTC

[kafka] branch trunk updated: MINOR: fix Vagrant VM setup (#5178)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2bcc6e8  MINOR: fix Vagrant VM setup (#5178)
2bcc6e8 is described below

commit 2bcc6e82767fb07c7a86c0a4e5da64d75fb15f25
Author: Matthias J. Sax <mj...@apache.org>
AuthorDate: Sat Jun 16 18:36:51 2018 -0700

    MINOR: fix Vagrant VM setup (#5178)
    
    Reviewers: Max Zheng <ma...@confluent.io>, Colin P. McCabe <co...@confluent.io>
---
 vagrant/base.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vagrant/base.sh b/vagrant/base.sh
index c16225d..4139b14 100755
--- a/vagrant/base.sh
+++ b/vagrant/base.sh
@@ -89,6 +89,7 @@ get_kafka() {
 # Install Kibosh
 apt-get update -y && apt-get install -y git cmake pkg-config libfuse-dev
 pushd /opt
+rm -rf /opt/kibosh
 git clone -q  https://github.com/confluentinc/kibosh.git
 pushd "/opt/kibosh"
 git reset --hard $KIBOSH_VERSION

-- 
To stop receiving notification emails like this one, please contact
mjsax@apache.org.