mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Revert Snap MongoDB changes.
Thanks to xet7 !
This commit is contained in:
parent
2efe974195
commit
4550e10fbe
3 changed files with 7 additions and 9 deletions
|
|
@ -65,9 +65,9 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.6.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0]
|
stage-packages: [libssl1.0.0, libcurl3]
|
||||||
filesets:
|
filesets:
|
||||||
mongo:
|
mongo:
|
||||||
- usr
|
- usr
|
||||||
|
|
@ -90,10 +90,11 @@ parts:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- apt-utils
|
- apt-utils
|
||||||
- python
|
- python
|
||||||
# - python3
|
- python3
|
||||||
- g++
|
- g++
|
||||||
- capnproto
|
- capnproto
|
||||||
- curl
|
- curl
|
||||||
|
- libcurl3
|
||||||
- execstack
|
- execstack
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
|
@ -14,8 +14,6 @@ and adds the following updates:
|
||||||
|
|
||||||
- [Upgrade to Meteor 1.10.2](https://github.com/wekan/wekan/commit/d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f).
|
- [Upgrade to Meteor 1.10.2](https://github.com/wekan/wekan/commit/d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f).
|
||||||
Thanks to Meteor developers and xet7.
|
Thanks to Meteor developers and xet7.
|
||||||
- [Try to upgrade MongoDB version in Snap](https://github.com/wekan/wekan/commit/6b808dd74bf6d12d6a7ee7c23dfa3943b229a51d).
|
|
||||||
Thanks to xet7.
|
|
||||||
|
|
||||||
and fixes the following bugs:
|
and fixes the following bugs:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,9 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.6.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0, libcurl3]
|
stage-packages: [libssl1.0.0]
|
||||||
filesets:
|
filesets:
|
||||||
mongo:
|
mongo:
|
||||||
- usr
|
- usr
|
||||||
|
|
@ -90,11 +90,10 @@ parts:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- apt-utils
|
- apt-utils
|
||||||
- python
|
- python
|
||||||
- python3
|
# - python3
|
||||||
- g++
|
- g++
|
||||||
- capnproto
|
- capnproto
|
||||||
- curl
|
- curl
|
||||||
- libcurl3
|
|
||||||
- execstack
|
- execstack
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue