You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/04/06 17:37:46 UTC

aurora git commit: Adding jq to package build.sh.

Repository: aurora
Updated Branches:
  refs/heads/master a9b3df88e -> b2df0eb56


Adding jq to package build.sh.

Reviewed at https://reviews.apache.org/r/45782/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b2df0eb5
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/b2df0eb5
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/b2df0eb5

Branch: refs/heads/master
Commit: b2df0eb56c1c0da06d142debf1de5babf3b13b57
Parents: a9b3df8
Author: Zhitao Li <zh...@gmail.com>
Authored: Wed Apr 6 17:37:20 2016 +0200
Committer: Stephan Erb <st...@dev.static-void.de>
Committed: Wed Apr 6 17:37:20 2016 +0200

----------------------------------------------------------------------
 build-support/packer/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/b2df0eb5/build-support/packer/build.sh
----------------------------------------------------------------------
diff --git a/build-support/packer/build.sh b/build-support/packer/build.sh
index e26f8e6..38f02e3 100644
--- a/build-support/packer/build.sh
+++ b/build-support/packer/build.sh
@@ -33,6 +33,7 @@ function install_base_packages {
       bison \
       curl \
       git \
+      jq \
       libapr1-dev \
       libcurl4-nss-dev \
       libsasl2-dev \