Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
git
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
git
Commits
c8adafdc
Commit
c8adafdc
authored
Apr 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded git to 2.20; tests should be executed under nobody user
parent
634ec2a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile
Makefile
+7
-6
git-2.20.1.tar.xz
git-2.20.1.tar.xz
+0
-0
No files found.
Makefile
View file @
c8adafdc
all
:
tar
xf git-2.17.1.tar.xz
cd
git-2.17.1
&&
./configure
--prefix
=
/usr
--with-gitconfig
=
/etc/gitconfig
$(MAKE)
-C
git-2.17.1
$(MAKE)
-C
git-2.17.1
test
$(MAKE)
-C
git-2.17.1
install
rm
-rf
git-2.17.1
tar
xf git-2.20.1.tar.xz
cd
git-2.20.1
&&
./configure
--prefix
=
/usr
--with-gitconfig
=
/etc/gitconfig
$(MAKE)
-C
git-2.20.1
chown
-Rv
nobody git-2.20.1
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C git-2.20.1 test"
$(MAKE)
-C
git-2.20.1
install
rm
-rf
git-2.20.1
git-2.
17
.1.tar.xz
→
git-2.
20
.1.tar.xz
View file @
c8adafdc
No preview for this file type
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