comment for each component required

pull/1331/head
Darien Raymond 2018-10-07 14:26:22 +02:00
parent 23142b26d7
commit 7dd17dcc29
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,13 @@
set -x
apt-get update
apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
apt-get -y install \
jq `# for parsing Github API` \
git `# for go get` \
file `# for Github upload` \
pkg-config zip g++ zlib1g-dev unzip python `# for Bazel` \
openssl `# for binary digest` \
function getattr() {
curl -s -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/$2/attributes/$1