mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-32932 improve sles12 package testing
This commit is contained in:
parent
3220c461b4
commit
6b1dec440c
@ -103,6 +103,16 @@ if platform_family? 'suse'
|
||||
EOD
|
||||
end
|
||||
|
||||
%w(
|
||||
SLES12-Pool
|
||||
SLES12-Updates
|
||||
).each do |repo|
|
||||
execute "add #{repo}" do
|
||||
command "zypper addrepo --check --refresh --name \"#{repo}\" http://smt-ec2.susecloud.net/repo/SUSE/Products/SLE-SERVER/12/x86_64/product?credentials=SMT-http_smt-ec2_susecloud_net 'SMT-http_smt-ec2_susecloud_net:#{repo}'"
|
||||
not_if "zypper lr | grep #{repo}"
|
||||
end
|
||||
end
|
||||
|
||||
execute 'install mongod' do
|
||||
command 'zypper -n install `find . -name "*server*.rpm"`'
|
||||
cwd homedir
|
||||
|
Loading…
Reference in New Issue
Block a user