juju-mongodb 2.4.9-0ubuntu1 source package in Ubuntu

Changelog

juju-mongodb (2.4.9-0ubuntu1) trusty; urgency=medium

  * New upstream point release.
  * d/p/0003-SERVER-12064-Use-gcc-atomic-builtins-if-available.patch:
    Dropped - not really needed for this version on mongodb.
  * d/install: Don't ship mongo binary, its broken without a JS engine
    (LP: #1270098).
  * d/p/0005-disable-jstests.patch: Dropped in preference to updates to
    d/p/0001-Add-option-to-disable-javascript.patch - rebased on revised
    upstream pull request.
  * d/rules: Don't strip binaries during build so we get a ddeb.
 -- James Page <email address hidden>   Wed, 22 Jan 2014 14:52:36 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
amd64 i386 armhf arm64 ppc64el
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.9.orig.tar.gz 13.5 MiB 40755d66419a5c9f0d9909a079b092195825773ded188ded3faf07025d02600f
juju-mongodb_2.4.9-0ubuntu1.debian.tar.gz 22.9 KiB 9423e694c7499629d95671f4ee87fa2cfe9208e577f936685d94cf5a598dec21
juju-mongodb_2.4.9-0ubuntu1.dsc 2.2 KiB a8aae8d6236fe3ce4db370afc8b3cd8958b13ced99246db5581802473ae9f7c5

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.