juju-mongodb 2.4.8-0ubuntu2 source package in Ubuntu

Changelog

juju-mongodb (2.4.8-0ubuntu2) trusty; urgency=medium

  * d/rules: Use spidermonkey as scripting engine for architectures that
    don't currently have v8 support.
  * d/tests/binaries: Fix exit code handling to resolve autopkg test failure.
  * d/rules: Ignore errors from scons clean.
 -- James Page <email address hidden>   Tue, 17 Dec 2013 08:33:20 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
amd64 i386 armhf
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
juju-mongodb_2.4.8.orig.tar.gz 13.5 MiB fd703ce5e53ddfa0cca9c7fba9a0c4cea4179d38972a98c675f45d9f15b4cfdc
juju-mongodb_2.4.8-0ubuntu2.debian.tar.gz 17.2 KiB cba2e4dc4e7389ccc9908480f38f799da19213b4abfed49d70619359bd9afd32
juju-mongodb_2.4.8-0ubuntu2.dsc 2.2 KiB e4a9262e7bf82645672dda51e2f77ad5a00a59c40d475ecf33babab12bba838d

Available diffs

View changes file

Binary packages built by this source

juju-mongodb: MongoDB object/document-oriented database for Juju

 MongoDB is a high-performance, open source, schema-free
 document-oriented data store that's easy to deploy, manage
 and use. It's network accessible, written in C++ and offers
 the following features:
 .
    * Collection oriented storage - easy storage of object-style data
    * Full index support, including on inner objects
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. videos)
    * Auto-sharding for cloud-level scalability
 .
 High performance, scalability, and reasonable depth of
 functionality are the goals for the project.
 .
 This package provides the mongod and mongos binaries for use within Juju,
 the service orchestration for Ubuntu.