From 077cba34879d5a1e155d8ddaa846daae700b764e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 19 Jun 2020 00:46:22 +0200 Subject: [PATCH] build_nim.sh: quiet Git cloning --- scripts/build_nim.sh | 2 +- scripts/build_p2pd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_nim.sh b/scripts/build_nim.sh index a322cd6..ed1049f 100755 --- a/scripts/build_nim.sh +++ b/scripts/build_nim.sh @@ -51,7 +51,7 @@ nim_needs_rebuilding() { NO_REBUILD=1 if [[ ! -e "$NIM_DIR" ]]; then - git clone --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR" + git clone -q --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR" fi if [[ -n "$CI_CACHE" && -d "$CI_CACHE" ]]; then diff --git a/scripts/build_p2pd.sh b/scripts/build_p2pd.sh index f894283..5a24577 100755 --- a/scripts/build_p2pd.sh +++ b/scripts/build_p2pd.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under +# Copyright (c) 2018-2020 Status Research & Development GmbH. Licensed under # either of: # - Apache License, version 2.0 # - MIT license