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
31454861
Commit
31454861
authored
May 08, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should use compile-requirements.txt instead of dev-requirements.txt
parent
1f69e883
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
Makefile
Makefile
+1
-2
mongodb-src-r4.4.6-no_jira.patch
mongodb-src-r4.4.6-no_jira.patch
+0
-8
No files found.
Makefile
View file @
31454861
...
...
@@ -34,13 +34,12 @@ all: mongodb-service
tar
xf
mongodb-src-r4.4.6.tar.gz
patch
-Np1
-d
mongodb-src-r4.4.6
<
mongodb-src-r4.4.6-no_debug.patch
patch
-Np1
-d
mongodb-src-r4.4.6
<
mongodb-src-r4.4.6-fix_compile_error.patch
patch
-Np1
-d
mongodb-src-r4.4.6
<
mongodb-src-r4.4.6-no_jira.patch
mkdir
mongo-home
cd
mongodb-src-r4.4.6
&&
HOME
=
$(CURDIR)
/mongo-home pip3
install
--upgrade
pip
cd
mongodb-src-r4.4.6
&&
HOME
=
$(CURDIR)
/mongo-home pip3
install
-r
buildscripts/requirements.txt
cd
mongodb-src-r4.4.6
&&
scons
PREFIX
=
/usr
DESTDIR
=
/ install-core
--release
--opt
=
on
--disable-warnings-as-errors
MONGO_VERSION
=
4.4.6
-j
1
# cd mongodb-src-r4.4.6 && scons --prefix=/usr install --disable-warnings-as-errors MONGO_VERSION=4.4.6
cd
mongodb-src-r4.4.6
&&
HOME
=
$(CURDIR)
/mongo-home pip3 uninstall
-y
-r
buildscripts/
requirements.txt
cd
mongodb-src-r4.4.6
&&
HOME
=
$(CURDIR)
/mongo-home pip3 uninstall
-y
-r
etc/pip/compile-
requirements.txt
@echo
"$$MONGODB_SERVICE"
>
/lib/systemd/system/mongodb.service
systemctl
enable
mongodb.service
install
-v
-Dm755
mongod.conf
/etc
...
...
mongodb-src-r4.4.6-no_jira.patch
deleted
100644 → 0
View file @
1f69e883
diff -uNr mongodb-src-r4.4.6/etc/pip/dev-requirements.txt mongodb-src-r4.4.6-no_jira/etc/pip/dev-requirements.txt
--- mongodb-src-r4.4.6/etc/pip/dev-requirements.txt 2021-05-03 17:11:41.000000000 +0930
+++ mongodb-src-r4.4.6-no_jira/etc/pip/dev-requirements.txt 2025-05-08 11:46:42.715365570 +0930
@@ -6,4 +6,3 @@
-r components/resmoke.req
-r components/external_auth.req
-r components/evergreen.req
--r components/jiraclient.req
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