Merge lp:~mariosplivalo/charms/trusty/mongodb/no-more-commits into lp:charms/trusty/mongodb

Proposed by Mario Splivalo
Status: Merged
Merged at revision: 92
Proposed branch: lp:~mariosplivalo/charms/trusty/mongodb/no-more-commits
Merge into: lp:charms/trusty/mongodb
Diff against target: 33 lines (+15/-0)
2 files modified
README.md (+11/-0)
hooks/install (+4/-0)
To merge this branch: bzr merge lp:~mariosplivalo/charms/trusty/mongodb/no-more-commits
Reviewer Review Type Date Requested Status
Stuart Bishop (community) Approve
Review via email: mp+320507@code.launchpad.net

Description of the change

The work for mongodb charm has moved here:
https://code.launchpad.net/mongodb-charm

To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.md'
--- README.md 2016-02-26 16:57:18 +0000
+++ README.md 2017-03-21 15:06:30 +0000
@@ -1,3 +1,14 @@
1#####
2# IMPORTANT
3#####
4
5THIS CHARM IS BRANCHED FROM lp:charms/trusty/mongodb!
6THIS REPOSITORY WILL SOON BE DELETED!
7PLEASE DIRECT YOUR WORK TOWARDS https://code.launchpad.net/mongodb-charm
8
9#####
10
11
1# Overview12# Overview
213
3This charm deploys [MongoDB](http://mongodb.org) in three configurations:14This charm deploys [MongoDB](http://mongodb.org) in three configurations:
415
=== modified file 'hooks/install'
--- hooks/install 2017-01-09 17:26:09 +0000
+++ hooks/install 2017-03-21 15:06:30 +0000
@@ -2,6 +2,10 @@
2# Wrapper to deal with newer Ubuntu versions that don't have py2 installed2# Wrapper to deal with newer Ubuntu versions that don't have py2 installed
3# by default.3# by default.
44
5echo "THIS CHARM NO LONGER IN USE!"
6echo "PLEASE BRANCH FROM https://code.launchpad.net/mongodb-charm"
7exit 127
8
5declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml')9declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml')
610
7wait_for_dpkg_unlock() {11wait_for_dpkg_unlock() {

Subscribers

People subscribed via source and target branches