summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-10-06 20:49:34 (GMT)
committerKevin Smith <kevin.smith@isode.com>2016-10-21 07:54:02 (GMT)
commit223bdbe232d42e459d4e1b840fe91486e5b4b733 (patch)
treef6b5e245bdba0b7a58d30a97df41f242b4c7c58d /QA/CrossDistributionTest/playbook.yml
parentda871d063e4c24d64317b5a2df69a59e3b60c9b7 (diff)
downloadswift-223bdbe232d42e459d4e1b840fe91486e5b4b733.zip
swift-223bdbe232d42e459d4e1b840fe91486e5b4b733.tar.bz2
Fix version number for libminiupnpc version switch
Test-Information: Without this building failed under Gentoo Linux distribution. Verified this on Sabayon, a desktop Linux distribution based on Gentoo, by adding it to our cross distribution test. With this fix it builds on all platforms, including Sabayon. Change-Id: I23aec19b9755244dd3dbe6f581cf170eaf334dfc
Diffstat (limited to 'QA/CrossDistributionTest/playbook.yml')
-rw-r--r--QA/CrossDistributionTest/playbook.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/QA/CrossDistributionTest/playbook.yml b/QA/CrossDistributionTest/playbook.yml
index bad4d30..aa4b8f5 100644
--- a/QA/CrossDistributionTest/playbook.yml
+++ b/QA/CrossDistributionTest/playbook.yml
@@ -21,11 +21,13 @@
- name: Clone git from host working directory
git: repo=/home/vagrant/swift-host dest=/home/vagrant/swift
- - name: 'Install Swift dependencies'
+ - name: 'Install Swift dependencies for openSUSE Leap'
shell: ./BuildTools/InstallSwiftDependencies.sh --non-interactive chdir=/home/vagrant/swift
become: true
when: ansible_distribution == 'openSUSE Leap'
- name: 'Install Swift dependencies'
+ environment:
+ ACCEPT_LICENSE: '*'
shell: yes | ./BuildTools/InstallSwiftDependencies.sh chdir=/home/vagrant/swift
become: true
when: ansible_distribution != 'openSUSE Leap'