Skip to content

Commit

Permalink
Add svn for remaining platforms managed in ansible
Browse files Browse the repository at this point in the history
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
mhdawson committed Mar 16, 2016
1 parent 7618dc6 commit 32afa03
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup/aix61/manualBootstrap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ ln -s /usr/lib/ccache/gcc /usr/lib/ccache
rm ccache-3.2.4.tar
rm -rf ccache-3.2.4

# install svn, only needed for v8 testing
http://www.bullfreeware.com/affichage.php?id=1810#
subversion-1.8.0-1.aix6.1.ppc.rpm-with-deps.zip
unzip subversion-1.8.0-1.aix6.1.ppc.rpm-with-deps.zip
sh install-subversion-rpm.sh


Apply this APAR depending on your OS level http://www-01.ibm.com/support/docview.wss?uid=isg1IV46651
In particular on the default siteox install it required:
bos.net.tcp.client 6.1.8.17 # TCP/IP Client Support
Expand Down
24 changes: 24 additions & 0 deletions setup/aix61/resources/install-subversion-rpm.sh
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
1 change: 1 addition & 0 deletions setup/armv7-wheezy/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ packages:
- libtool
- curl
- monit
- subversion
backports_packages:
- git
- gcc-4.8
Expand Down
1 change: 1 addition & 0 deletions setup/debian8/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ packages:
- libtool
- curl
- ccache
- subversion
1 change: 1 addition & 0 deletions setup/freebsd/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ packages:
- bash
- libtool
- automake
- subversion
1 change: 1 addition & 0 deletions setup/smartos/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ packages:
- automake
- libtool
- ccache
- subversion

0 comments on commit 32afa03

Please sign in to comment.