1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Revert "Fix b315968b (at least to the extent that it's now possible to make a buildserver again)"

This reverts commit c74bbdf5dc.
This commit is contained in:
Ciaran Gultnieks 2013-10-16 19:32:38 +01:00
parent 506286934f
commit 01ab262a9a

View File

@ -29,17 +29,6 @@ execute "add-android-home" do
not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
end
execute "add-maven-support-repo" do
user user
command "mkdir /home/#{user}/.m2 && echo \"
<settings><activeProfiles><activeProfile>android</activeProfile></activeProfiles>
<profiles><profile><id>android</id><repositories><repository><id>android-support-repository</id>
<url>file:///opt/android/sdk/extras/android/m2repository/</url>
</repository></repositories></profile></profiles></settings>
\" > /home/#{user}/.m2/settings.xml"
not_if "grep m2repository /home/#{user}/.m2/settings.xml"
end
%w{17.0.0 18.0.1}.each do |ver|
script "add_build_tools_#{ver}" do