Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
5df36fc0
Commit
5df36fc0
authored
Jan 24, 2017
by
Maximilien Cuony
Committed by
Maximilien Cuony
Jan 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hash of ruby archive in documentation
parent
b60de9c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+1
-1
doc/update/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 @
5df36fc0
...
...
@@ -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 @
5df36fc0
...
...
@@ -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