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

Should be ok without that workaround now - packaging bug is fixed

This commit is contained in:
Ciaran Gultnieks 2013-05-25 14:03:26 +01:00
parent c25a0ee681
commit 10b90bd524

View File

@ -1,17 +1,4 @@
script "temp-proposed" do
interpreter "bash"
user node[:settings][:user]
cwd "/tmp"
code "
sudo su -c 'echo deb http://archive.ubuntu.com/ubuntu/ raring-proposed restricted main multiverse universe >/etc/apt/sources.list.d/tmp.list'
sudo apt-get update
"
not_if do
File.exists?("/etc/apt/sources.list.d/tmp.list")
end
end
%w{ant ant-contrib autoconf autopoint bison cmake expect libtool libssl1.0.0 libssl-dev maven javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby}.each do |pkg|
package pkg do
action :install