mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Fix non-cached buildserver build-tools install
This commit is contained in:
parent
6adc661e0e
commit
b5fd722911
2 changed files with 18 additions and 3 deletions
|
@ -37,7 +37,7 @@ script "add_build_tools" do
|
|||
echo Installing from cache
|
||||
tar -C #{sdk_loc}/build-tools -z -x -f /vagrant/cache/build-tools/17.0.0.tar.gz
|
||||
else
|
||||
echo Need the right install filter for this
|
||||
#{sdk_loc}/tools/android update sdk --no-ui -a -t build-tools-17.0.0
|
||||
fi
|
||||
"
|
||||
not_if "test -d #{sdk_loc}/build-tools/17.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue