BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ee9d5f8c
Commit
ee9d5f8c
authored
Jan 24, 2017
by
James Lopez
Committed by
James Lopez
Feb 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'patch-12' into 'master'
Fix hash of ruby in update documentation See merge request !8735
parent
65cdbdd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
installation.md
doc/install/installation.md
+1
-1
8.15-to-8.16.md
doc/update/8.15-to-8.16.md
+1
-1
No files found.
doc/install/installation.md
View file @
ee9d5f8c
...
...
@@ -124,7 +124,7 @@ Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
echo '
a8db9ce7f9110320f33b8325200e3ecfbd2b534b
ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
echo '
1014ee699071aa2ddd501907d18cbe15399c997d
ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
cd ruby-2.3.3
./configure --disable-install-rdoc
make
...
...
doc/update/8.15-to-8.16.md
View file @
ee9d5f8c
...
...
@@ -36,7 +36,7 @@ Download and compile Ruby:
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
echo
'
a8db9ce7f9110320f33b8325200e3ecfbd2b534b
ruby-2.3.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.3.3.tar.gz
echo
'
1014ee699071aa2ddd501907d18cbe15399c997d
ruby-2.3.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.3.3.tar.gz
cd
ruby-2.3.3
./configure
--disable-install-rdoc
make
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment