From: Christopher Allan Webber Date: Thu, 3 Apr 2014 15:13:02 +0000 (-0500) Subject: Move ./bootstrap.sh to experimental-bootstrap.sh X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4a0778b3c1474c160fdc98995286f7ee2566470e;p=mediagoblin.git Move ./bootstrap.sh to experimental-bootstrap.sh --- 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/bootstrap.sh b/experimental-bootstrap.sh similarity index 100% rename from bootstrap.sh rename to experimental-bootstrap.sh