From 2a24918a9c31e541f4d6424b77cfd76a8d9f2b06 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 11 Oct 2025 03:09:33 +0300 Subject: [PATCH] Snap: Removed double mongo3 that's already at migratemongo. Thanks to xet7 ! --- snapcraft.yaml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 21a1796b5..78295d60f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -113,29 +113,29 @@ parts: source: https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2404-x86_64-100.12.2.tgz plugin: dump - mongodb3: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-3.6.23.tgz - plugin: dump - stage-packages: - - libssl1.1 - - libcurl3 - - libstemmer0d - - zlib1g - - libsnappy1v5 - - libyaml-cpp0.5v5 - - libpcre3 - - libpcrecpp0v5 - - libboost-system1.65.1 - - libboost-iostreams1.65.1 - - libboost-filesystem1.65.1 - - libboost-program-options1.65.1 - - libgoogle-perftools4 - stage: - - bin - - usr - prime: - - bin - - usr + #mongodb3: + # source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-3.6.23.tgz + # plugin: dump + # stage-packages: + # - libssl1.1 + # - libcurl3 + # - libstemmer0d + # - zlib1g + # - libsnappy1v5 + # - libyaml-cpp0.5v5 + # - libpcre3 + # - libpcrecpp0v5 + # - libboost-system1.65.1 + # - libboost-iostreams1.65.1 + # - libboost-filesystem1.65.1 + # - libboost-program-options1.65.1 + # - libgoogle-perftools4 + # stage: + # - bin + # - usr + # prime: + # - bin + # - usr wekan: source: .