-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add svn for remaining platforms managed in ansible
Added svn to ansible-vars.yaml for - freebsd - debian - smartos - aix Did not add for raspberry pi as I don't think they are powerful enough to run the v8 tests
- Loading branch information
Showing
6 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
rpm -ivh apr-util-ldap-1.5.4-1.aix6.1.ppc.rpm | ||
rpm -ivh bzip2-1.0.6-2.aix6.1.ppc.rpm | ||
rpm -ivh pcre-8.34-1.aix6.1.ppc.rpm | ||
rpm -ivh openldap-2.4.24-2.aix6.1.ppc.rpm | ||
rpm -ivh openldap-devel-2.4.24-2.aix6.1.ppc.rpm | ||
rpm -ivh httpd-2.4.10-1.aix6.1.ppc.rpm | ||
rpm -ivh file-5.11-1.aix6.1.ppc.rpm | ||
rpm -ivh krb5-libs-1.9.4-2.aix6.1.ppc.rpm | ||
rpm -ivh neon-0.29.6-1.aix6.1.ppc.rpm | ||
rpm -ivh serf-1.2.1-2.aix6.1.ppc.rpm | ||
rpm -ivh db-4.8.24-4.aix6.1.ppc.rpm | ||
rpm -ivh openssl-1.0.2g-1.aix6.1.ppc.rpm | ||
rpm -ivh apr-util-1.5.4-1.aix6.1.ppc.rpm | ||
rpm -ivh apr-1.5.1-1.aix6.1.ppc.rpm | ||
rpm -ivh bash-4.3.30-1.aix6.1.ppc.rpm | ||
rpm -ivh info-5.0-2.aix6.1.ppc.rpm | ||
rpm -ivh readline-6.3-1.aix6.1.ppc.rpm | ||
rpm -ivh sqlite-3.7.15.2-2.aix6.1.ppc.rpm | ||
rpm -ivh zlib-1.2.8-1.aix6.1.ppc.rpm | ||
rpm -ivh file-libs-5.11-1.aix6.1.ppc.rpm | ||
rpm -ivh libiconv-1.14-22.aix6.1.ppc.rpm | ||
rpm -ivh gettext-0.17-8.aix6.1.ppc.rpm | ||
rpm -ivh expat-2.1.0-1.aix6.1.ppc.rpm | ||
rpm -ivh subversion-1.8.0-1.aix6.1.ppc.rpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ packages: | |
- libtool | ||
- curl | ||
- monit | ||
- subversion | ||
backports_packages: | ||
- git | ||
- gcc-4.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ packages: | |
- libtool | ||
- curl | ||
- ccache | ||
- subversion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ packages: | |
- bash | ||
- libtool | ||
- automake | ||
- subversion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ packages: | |
- automake | ||
- libtool | ||
- ccache | ||
- subversion |