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
86f726a5
Commit
86f726a5
authored
Dec 01, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Git version requirement to 2.8.4
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
8146ad81
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
README.md
README.md
+1
-1
changelogs/unreleased/update-git-version-in-doc.yml
changelogs/unreleased/update-git-version-in-doc.yml
+4
-0
doc/install/installation.md
doc/install/installation.md
+4
-4
No files found.
README.md
View file @
86f726a5
...
@@ -76,7 +76,7 @@ GitLab is a Ruby on Rails application that runs on the following software:
...
@@ -76,7 +76,7 @@ GitLab is a Ruby on Rails application that runs on the following software:
-
Ubuntu/Debian/CentOS/RHEL
-
Ubuntu/Debian/CentOS/RHEL
-
Ruby (MRI) 2.3
-
Ruby (MRI) 2.3
-
Git 2.
7
.4+
-
Git 2.
8
.4+
-
Redis 2.8+
-
Redis 2.8+
-
MySQL or PostgreSQL
-
MySQL or PostgreSQL
...
...
changelogs/unreleased/update-git-version-in-doc.yml
0 → 100644
View file @
86f726a5
---
title
:
Bump Git version requirement to 2.8.4
merge_request
:
author
:
doc/install/installation.md
View file @
86f726a5
...
@@ -76,7 +76,7 @@ Make sure you have the right version of Git installed
...
@@ -76,7 +76,7 @@ Make sure you have the right version of Git installed
# Install Git
# Install Git
sudo apt-get install -y git-core
sudo apt-get install -y git-core
# Make sure Git is version 2.
7
.4 or higher
# Make sure Git is version 2.
8
.4 or higher
git --version
git --version
Is the system packaged Git too old? Remove it and compile from source.
Is the system packaged Git too old? Remove it and compile from source.
...
@@ -89,9 +89,9 @@ Is the system packaged Git too old? Remove it and compile from source.
...
@@ -89,9 +89,9 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
# Download and compile from source
cd /tmp
cd /tmp
curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.
7
.4.tar.gz
curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.
8
.4.tar.gz
echo '
7104c4f5d948a75b499a954524cb281fe30c6649d8abe20982936f75ec1f275b git-2.7.4.tar.gz' | shasum -a256 -c - && tar -xzf git-2.7
.4.tar.gz
echo '
626e319f8a24fc0866167ea5f6bf3e2f38f69d6cb2e59e150f13709ca3ebf301 git-2.8.4.tar.gz' | shasum -a256 -c - && tar -xzf git-2.8
.4.tar.gz
cd git-2.
7
.4/
cd git-2.
8
.4/
./configure
./configure
make prefix=/usr/local all
make prefix=/usr/local all
...
...
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