Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongodb
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
mongodb
Commits
775ea721
Commit
775ea721
authored
Oct 15, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated mongodb to 4.0.10
parent
622e7028
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
mongodb-src-r4.0.10.tar.gz
mongodb-src-r4.0.10.tar.gz
+0
-0
No files found.
Makefile
View file @
775ea721
...
...
@@ -22,22 +22,22 @@ all: mongodb-service
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
5120
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
6144
chmod
600
swap
mkswap
swap
swapon
swap
tar
xf
mongodb-src-r4.0.
6
.tar.gz
cd
mongodb-src-r4.0.
6
&&
pip
install
-r
buildscripts/requirements.txt
cd
mongodb-src-r4.0.
6
&&
scons
all
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.6
-j
1
cd
mongodb-src-r4.0.
6
&&
scons
--prefix
=
/usr
install
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.6
cd
mongodb-src-r4.0.
6
&&
pip
uninstall
-y
-r
buildscripts/requirements.txt
tar
xf
mongodb-src-r4.0.
10
.tar.gz
cd
mongodb-src-r4.0.
10
&&
pip
install
-r
buildscripts/requirements.txt
cd
mongodb-src-r4.0.
10
&&
scons
all
--release
--opt
=
on
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.10
-j
1
cd
mongodb-src-r4.0.
10
&&
scons
--prefix
=
/usr
install
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.10
cd
mongodb-src-r4.0.
10
&&
pip
uninstall
-y
-r
buildscripts/requirements.txt
@echo
"$$MONGODB_SERVICE"
>
/lib/systemd/system/mongodb.service
systemctl
enable
mongodb.service
install
-v
-Dm755
mongod.conf
/etc
install
-v
-m755
-o
mongodb
-g
mongodb
-d
/var/lib/mongodb
@echo
"d /run/mongodb 755 mongodb mongodb -"
>
/usr/lib/tmpfiles.d/mongodb.conf
rm
-rf
mongodb-src-r4.0.
6
rm
-rf
mongodb-src-r4.0.
10
swapoff
swap
rm
-rf
swap
...
...
mongodb-src-r4.0.
6
.tar.gz
→
mongodb-src-r4.0.
10
.tar.gz
View file @
775ea721
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