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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
7cfb19e4
Commit
7cfb19e4
authored
Oct 28, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pks-git-v2.29.0' into 'master'
Upgrade to Git v2.29.0 See merge request gitlab-org/gitlab!46213
parents
e269cd60
b609969a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+4
-4
doc/install/installation.md
doc/install/installation.md
+3
-3
doc/update/upgrading_from_source.md
doc/update/upgrading_from_source.md
+3
-3
No files found.
.gitlab-ci.yml
View file @
7cfb19e4
...
@@ -17,7 +17,7 @@ stages:
...
@@ -17,7 +17,7 @@ stages:
# in cases where jobs require Docker-in-Docker, the job
# in cases where jobs require Docker-in-Docker, the job
# definition must be extended with `.use-docker-in-docker`
# definition must be extended with `.use-docker-in-docker`
default
:
default
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
8
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
9
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
tags
:
tags
:
-
gitlab-org
-
gitlab-org
# All jobs are interruptible by default
# All jobs are interruptible by default
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
7cfb19e4
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
extends
:
extends
:
-
.frontend-base
-
.frontend-base
-
.assets-compile-cache
-
.assets-compile-cache
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.2
8
-lfs-2.9-node-12.18-yarn-1.22-graphicsmagick-1.3.34
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.2
9
-lfs-2.9-node-12.18-yarn-1.22-graphicsmagick-1.3.34
variables
:
variables
:
WEBPACK_VENDOR_DLL
:
"
true"
WEBPACK_VENDOR_DLL
:
"
true"
stage
:
prepare
stage
:
prepare
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
7cfb19e4
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
policy
:
pull
policy
:
pull
.use-pg11
:
.use-pg11
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
8
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
9
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
services
:
services
:
-
name
:
postgres:11.6
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12
:
.use-pg12
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
8
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
9
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
services
:
services
:
-
name
:
postgres:12
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg11-ee
:
.use-pg11-ee
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
8
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
9
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
services
:
services
:
-
name
:
postgres:11.6
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12-ee
:
.use-pg12-ee
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
8
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.2
9
-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
services
:
services
:
-
name
:
postgres:12
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
doc/install/installation.md
View file @
7cfb19e4
...
@@ -181,9 +181,9 @@ sudo make install
...
@@ -181,9 +181,9 @@ sudo make install
# Download and compile from source
# Download and compile from source
cd
/tmp
cd
/tmp
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.2
8
.0.tar.gz
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.2
9
.0.tar.gz
echo
'f
914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170 git-2.28.0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.28
.0.tar.gz
echo
'f
a08dc8424ef80c0f9bf307877f9e2e49f1a6049e873530d6747c2be770742ff git-2.29.0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.29
.0.tar.gz
cd
git-2.2
8
.0/
cd
git-2.2
9
.0/
./configure
--with-libpcre
./configure
--with-libpcre
make
prefix
=
/usr/local all
make
prefix
=
/usr/local all
...
...
doc/update/upgrading_from_source.md
View file @
7cfb19e4
...
@@ -152,9 +152,9 @@ make install
...
@@ -152,9 +152,9 @@ make install
# Download and compile from source
# Download and compile from source
cd
/tmp
cd
/tmp
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.2
8
.0.tar.gz
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.2
9
.0.tar.gz
echo
'f
914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170 git-2.28.0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.28
.0.tar.gz
echo
'f
a08dc8424ef80c0f9bf307877f9e2e49f1a6049e873530d6747c2be770742ff git-2.29.0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.29
.0.tar.gz
cd
git-2.2
8
.0/
cd
git-2.2
9
.0/
./configure
--with-libpcre
./configure
--with-libpcre
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