yellow team mailing list archive
-
yellow team
-
Mailing list archive
-
Message #00506
lp:~frankban/charms/oneiric/buildbot-master/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-master/trunk
Francesco Banconi has proposed merging lp:~frankban/charms/oneiric/buildbot-master/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-master/trunk.
Requested reviews:
Launchpad Yellow Squad (yellow)
For more details, see:
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-master/revision-and-wrapper/+merge/95146
Removed juju_wrapper.
Added revision file.
--
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-master/revision-and-wrapper/+merge/95146
Your team Launchpad Yellow Squad is requested to review the proposed merge of lp:~frankban/charms/oneiric/buildbot-master/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-master/trunk.
=== modified file '.bzrignore'
--- .bzrignore 2012-02-02 19:29:41 +0000
+++ .bzrignore 2012-02-29 10:55:24 +0000
@@ -2,4 +2,3 @@
Session.vim
tags
TAGS
-revision
=== removed file 'juju_wrapper'
--- juju_wrapper 2012-02-07 12:35:06 +0000
+++ juju_wrapper 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-# Copyright 2012 Canonical Ltd. This software is licensed under the
-# GNU Affero General Public License version 3 (see the file LICENSE).
-
-[ -n "$RESOLVE_TEST_CHARMS" ] || exec /usr/bin/juju $@
-#set -x
-
-CHARM_TEST_REPO=~/juju-charms # <---- Change this.
-
-cmd=$1
-case $cmd in
-deploy)
- shift
- charm=$1
- shift
- exec /usr/bin/juju deploy --repository $CHARM_TEST_REPO local:$charm $@
- ;;
-*)
- exec /usr/bin/juju $@
- ;;
-esac
=== added file 'revision'
--- revision 1970-01-01 00:00:00 +0000
+++ revision 2012-02-29 10:55:24 +0000
@@ -0,0 +1,2 @@
+1
+
Follow ups