aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
authorRob Herring <rob.herring@linaro.org>2017-06-06 11:23:46 -0500
committerRob Herring <rob.herring@linaro.org>2017-06-06 11:24:18 -0500
commit629c01c287a8fa34352b504aa1aeb1f3eb59bc5e (patch)
tree255850c55a3235f0db6519c255863d53706e2910 /robher-aosp.yaml
parent152f0b93d77b436afa5ceed2f3a5c35277075781 (diff)
robher-aosp: quiet repo sync
"repo sync" gives lots of curl errors which then show up in parsed logs, so quiet it down. Change-Id: I53b03f6e41651121f0a3b2776ac6e889e9e0b8c2 Signed-off-by: Rob Herring <rob.herring@linaro.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index 02cbe1c816..18d7fc81e1 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -59,7 +59,7 @@
rm -rf local_manifests
git clone https://github.com/robherring/android_manifest -b mesa-master-test local_manifests
cd ..
- repo sync -f --force-sync -j"$(nproc)"
+ repo sync -q -f --force-sync -j"$(nproc)"
mkdir -p out
cp .repo/manifest.xml out/source-manifest.xml