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
1=== modified file 'README.md'
2--- README.md 2016-02-26 16:57:18 +0000
3+++ README.md 2017-03-21 15:06:30 +0000
4@@ -1,3 +1,14 @@
5+#####
6+# IMPORTANT
7+#####
8+
9+THIS CHARM IS BRANCHED FROM lp:charms/trusty/mongodb!
10+THIS REPOSITORY WILL SOON BE DELETED!
11+PLEASE DIRECT YOUR WORK TOWARDS https://code.launchpad.net/mongodb-charm
12+
13+#####
14+
15+
16 # Overview
17
18 This charm deploys [MongoDB](http://mongodb.org) in three configurations:
19
20=== modified file 'hooks/install'
21--- hooks/install 2017-01-09 17:26:09 +0000
22+++ hooks/install 2017-03-21 15:06:30 +0000
23@@ -2,6 +2,10 @@
24 # Wrapper to deal with newer Ubuntu versions that don't have py2 installed
25 # by default.
26
27+echo "THIS CHARM NO LONGER IN USE!"
28+echo "PLEASE BRANCH FROM https://code.launchpad.net/mongodb-charm"
29+exit 127
30+
31 declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml')
32
33 wait_for_dpkg_unlock() {

Subscribers

People subscribed via source and target branches