Mercurial > dotfiles
changeset 415:4c9beb0d5753
Dump obsolete script.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 09 Aug 2016 19:38:16 -0400 |
parents | 1b5d9d370b04 |
children | eece3dcdd013 |
files | unixSoft/otherbin/svn-bootstrap.sh |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
deleted file mode 100644 --- a/unixSoft/otherbin/svn-bootstrap.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -echo 'fetching and building serf trunk' -svn co http://serf.googlecode.com/svn/trunk serf || exit 1 -cd serf -./serfmake --prefix=/opt/durin install || exit 3 - -echo 'fetching and building svn trunk with swig-py' -svn co http://svn.collab.net/repos/svn/trunk subversion || exit 4 -cd subversion -./autogen.sh && ./configure --without-apxs --without-sasl \ - --with-serf=/opt/durin --without-neon --prefix=/opt/durin || exit 5 -make -j 4 && make install && make swig-py && make install-swig-py || exit 6