Move ./bootstrap.sh to experimental-bootstrap.sh
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Apr 2014 15:13:02 +0000 (10:13 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Apr 2014 15:13:02 +0000 (10:13 -0500)
docs/source/siteadmin/deploying.rst
experimental-bootstrap.sh [moved from bootstrap.sh with 100% similarity]

index 34033adcf1c835d7953f033c45aa7701e1cbb1db..0dde3b6aef9b3c5ef57e316d2045836905c4d0a4 100644 (file)
@@ -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?)
similarity index 100%
rename from bootstrap.sh
rename to experimental-bootstrap.sh