mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 09:21:07 +03:00
Should be ok without that workaround now - packaging bug is fixed
This commit is contained in:
parent
c25a0ee681
commit
10b90bd524
1 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue