summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-05 15:28:09 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-05 15:28:09 +0000
commit569c4672033701c0cf89c9fc8f031507c5f7af6c (patch)
treeb56baf91fed789c9b97fdbc138f859a62ef50072 /doc/development
parent9bf85c01a909db0cb7633710fa99143ffd1196ab (diff)
parenta95c6e38c6311b8b096a35e6ed81c5a4b11b6c9f (diff)
downloadgitlab-ce-569c4672033701c0cf89c9fc8f031507c5f7af6c.tar.gz
Merge branch 'ruby_sha' into 'master'
Fix Ruby SHA in installation guide The Ruby SHA that we were checking against in the installation guide was wrong. I replaced it with sha256sum which is also present in the Ruby downloads page. Also added it as a note in the doc styleguide. See merge request !2726
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/doc_styleguide.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md
index caaa4032db2..96d1dffbc52 100644
--- a/doc/development/doc_styleguide.md
+++ b/doc/development/doc_styleguide.md
@@ -120,6 +120,17 @@ Inside the document:
`http://doc.gitlab.com/ce/administration/restart_gitlab.html`.
Replace `reconfigure` with `restart` where appropriate.
+## Installation guide
+
+- **Ruby:**
+ In [step 2 of the installation guide](../install/installation.md#2-ruby),
+ we install Ruby from source. Whenever there is a new version that needs to
+ be updated, remember to change it throughout the codeblock and also replace
+ the sha256sum (it can be found in the [downloads page][ruby-dl] of the Ruby
+ website).
+
+[ruby-dl]: https://www.ruby-lang.org/en/downloads/ "Ruby download website"
+
## API
Here is a list of must-have items. Use them in the exact order that appears