[ARVADOS] updated: 9416b3013a959ef51f12829023d12986a234e029

git at public.curoverse.com git at public.curoverse.com
Mon Feb 1 11:53:44 EST 2016


Summary of changes:
 doc/install/install-api-server.html.textile.liquid    | 2 +-
 doc/install/install-arv-git-httpd.html.textile.liquid | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  9416b3013a959ef51f12829023d12986a234e029 (commit)
       via  9024a5b5eb247e3a552dbb92a61f7c916c0d4349 (commit)
      from  9eb25cddc8bf1d9768d0bb9dae71ac91754e3480 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9416b3013a959ef51f12829023d12986a234e029
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Feb 1 11:53:29 2016 -0500

    Refresh Gitolite install guide.
    
    * Tested instructions still work with 3.6.4.  So noted.
    * Prefer cloning Gitolite over HTTPS, since that's less likely to be
      firewalled.
    
    No issue #.

diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index dbf67bf..5e373c3 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -89,14 +89,14 @@ git at gitserver:~$ <span class="userinput">rm .ssh/authorized_keys</span>
 
 h2. Install gitolite
 
-Check "https://github.com/sitaramc/gitolite/tags":https://github.com/sitaramc/gitolite/tags for the latest stable version. This guide was tested with @v3.6.3 at . _Versions below 3.0 are missing some features needed by Arvados, and should not be used._
+Check "https://github.com/sitaramc/gitolite/tags":https://github.com/sitaramc/gitolite/tags for the latest stable version. This guide was tested with @v3.6.4 at . _Versions below 3.0 are missing some features needed by Arvados, and should not be used._
 
 Download and install the version you selected.
 
 <notextile>
 <pre><code>git at gitserver:~$ <span class="userinput">echo 'PATH=$HOME/bin:$PATH' >.profile</span>
 git at gitserver:~$ <span class="userinput">source .profile</span>
-git at gitserver:~$ <span class="userinput">git clone --branch <b>v3.6.3</b> git://github.com/sitaramc/gitolite</span>
+git at gitserver:~$ <span class="userinput">git clone --branch <b>v3.6.4</b> https://github.com/sitaramc/gitolite</span>
 ...
 Note: checking out '5d24ae666bfd2fa9093d67c840eb8d686992083f'.
 ...

commit 9024a5b5eb247e3a552dbb92a61f7c916c0d4349
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Feb 1 11:51:14 2016 -0500

    Fix install doc rendering of API Nginx config.
    
    <notextile> doesn't actually nest like proper HTML, it's just a
    boolean that remembers the last state.  Turn it back on after doing an
    include that turns it off.  No issue #.

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index 36eeee3..464559a 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -203,7 +203,7 @@ For best performance, we recommend you use Nginx as your Web server front-end, w
 <ol>
 <li><a href="https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/ownserver/nginx/oss/install_passenger_main.html">Install Nginx and Phusion Passenger</a>.</li>
 
-<li><p>Install runit to supervise the Puma daemon.  {% include 'install_runit' %}</p></li>
+<li><p>Install runit to supervise the Puma daemon.  {% include 'install_runit' %}<notextile></p></li>
 
 <li><p>Install the script below as the run script for the Puma service, modifying it as directed by the comments.</p>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list