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
05753f39
Commit
05753f39
authored
Mar 16, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated mongodb to 4.2.4 to support builds with Python 3
parent
464706ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+6
-6
mongo-r4.2.4.tar.gz
mongo-r4.2.4.tar.gz
+0
-0
No files found.
Makefile
View file @
05753f39
...
@@ -27,17 +27,17 @@ all: mongodb-service
...
@@ -27,17 +27,17 @@ all: mongodb-service
mkswap
swap
mkswap
swap
swapon
swap
swapon
swap
tar
xf
mongo
db-src-r4.0.10
.tar.gz
tar
xf
mongo
-r4.2.4
.tar.gz
cd
mongo
db-src-r4.0.10
&&
pip3
install
-r
buildscripts/requirements.txt
cd
mongo
-r4.2.4
&&
pip3
install
-r
buildscripts/requirements.txt
cd
mongo
db-src-r4.0.10
&&
scons
all
--release
--opt
=
on
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.10
-j
1
cd
mongo
-r4.2.4
&&
scons
all
--release
--opt
=
on
--disable-warnings-as-errors
MONGO_VERSION
=
4.2.4
-j
1
cd
mongo
db-src-r4.0.10
&&
scons
--prefix
=
/usr
install
--disable-warnings-as-errors
MONGO_VERSION
=
4.0.10
cd
mongo
-r4.2.4
&&
scons
--prefix
=
/usr
install
--disable-warnings-as-errors
MONGO_VERSION
=
4.2.4
cd
mongo
db-src-r4.0.10
&&
pip3
uninstall
-y
-r
buildscripts/requirements.txt
cd
mongo
-r4.2.4
&&
pip3
uninstall
-y
-r
buildscripts/requirements.txt
@echo
"$$MONGODB_SERVICE"
>
/lib/systemd/system/mongodb.service
@echo
"$$MONGODB_SERVICE"
>
/lib/systemd/system/mongodb.service
systemctl
enable
mongodb.service
systemctl
enable
mongodb.service
install
-v
-Dm755
mongod.conf
/etc
install
-v
-Dm755
mongod.conf
/etc
install
-v
-m755
-o
mongodb
-g
mongodb
-d
/var/lib/mongodb
install
-v
-m755
-o
mongodb
-g
mongodb
-d
/var/lib/mongodb
@echo
"d /run/mongodb 755 mongodb mongodb -"
>
/usr/lib/tmpfiles.d/mongodb.conf
@echo
"d /run/mongodb 755 mongodb mongodb -"
>
/usr/lib/tmpfiles.d/mongodb.conf
rm
-rf
mongo
db-src-r4.0.10
rm
-rf
mongo
-r4.2.4
swapoff
swap
swapoff
swap
rm
-rf
swap
rm
-rf
swap
...
...
mongo
db-src-r4.0.10
.tar.gz
→
mongo
-r4.2.4
.tar.gz
View file @
05753f39
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