mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: suppress unzip file list when unpacking SDK/NDK
Just too much pointless info in the log.
This commit is contained in:
parent
323ad5e0ad
commit
ecab81d69d
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ for f in `ls -1 build-tools*.zip`; do
|
|||
done
|
||||
|
||||
${ANDROID_HOME}/tools/android --silent update sdk --no-ui --all \
|
||||
--filter platform-tools,extra-android-m2repository${cached} <<EOH
|
||||
--filter platform-tools,extra-android-m2repository${cached} > /dev/null <<EOH
|
||||
y
|
||||
|
||||
EOH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue