mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Should be ok without that workaround now - packaging bug is fixed
This commit is contained in:
parent
c25a0ee681
commit
10b90bd524
@ -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|
|
%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
|
package pkg do
|
||||||
action :install
|
action :install
|
||||||
|
Loading…
Reference in New Issue
Block a user