From 4a0778b3c1474c160fdc98995286f7ee2566470e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 3 Apr 2014 10:13:02 -0500 Subject: Move ./bootstrap.sh to experimental-bootstrap.sh --- bootstrap.sh | 4 ---- docs/source/siteadmin/deploying.rst | 6 ++++-- experimental-bootstrap.sh | 4 ++++ 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100755 bootstrap.sh create mode 100755 experimental-bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100755 index 78d0f1c7..00000000 --- a/bootstrap.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -aclocal -I m4 --install -autoreconf -fvi diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 34033adc..0dde3b6a 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -204,14 +204,16 @@ And set up the in-package virtualenv:: .. note:: - We presently have an experimental make-style deployment system. if + We presently have an **experimental** make-style deployment system. if you'd like to try it, instead of the above command, you can run:: - ./bootstrap.sh && ./configure && make + ./experimental-bootstrap.sh && ./configure && make This also includes a number of nice features, such as keeping your viratualenv up to date by simply running `make update`. + Note: this is liable to break. Use this method with caution. + .. :: (NOTE: Is this still relevant?) diff --git a/experimental-bootstrap.sh b/experimental-bootstrap.sh new file mode 100755 index 00000000..78d0f1c7 --- /dev/null +++ b/experimental-bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +aclocal -I m4 --install +autoreconf -fvi -- cgit v1.2.3