chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0e325
)
Install packages first
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 25 May 2013 12:56:00 +0000
(13:56 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 25 May 2013 12:56:00 +0000
(13:56 +0100)
buildserver/Vagrantfile
patch
|
blob
|
history
diff --git
a/buildserver/Vagrantfile
b/buildserver/Vagrantfile
index ea9ad0564b64ea5edcee3c9959daa178002bbc78..e435c5148b23775c3d9fce1465816e0379e709e5 100644
(file)
--- a/
buildserver/Vagrantfile
+++ b/
buildserver/Vagrantfile
@@
-19,8
+19,8
@@
Vagrant::Config.run do |config|
:user => "vagrant"
}
}
+ chef.add_recipe "fdroidbuild-general"
chef.add_recipe "android-sdk"
chef.add_recipe "android-ndk"
- chef.add_recipe "fdroidbuild-general"
end
end