← Back to team overview

yellow team mailing list archive

lp:~frankban/charms/oneiric/buildbot-slave/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-slave/trunk

 

Francesco Banconi has proposed merging lp:~frankban/charms/oneiric/buildbot-slave/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-slave/trunk.

Requested reviews:
  Launchpad Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-slave/revision-and-wrapper/+merge/95145

Removed juju_wrapper.
Added revision file.
-- 
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-slave/revision-and-wrapper/+merge/95145
Your team Launchpad Yellow Squad is requested to review the proposed merge of lp:~frankban/charms/oneiric/buildbot-slave/revision-and-wrapper into lp:~yellow/charms/oneiric/buildbot-slave/trunk.
=== modified file '.bzrignore'
--- .bzrignore	2012-02-08 17:36:53 +0000
+++ .bzrignore	2012-02-29 10:55:22 +0000
@@ -1,2 +1,4 @@
-revision
-examples
+.emacs*
+Session.vim
+tags
+TAGS

=== removed file 'juju_wrapper'
--- juju_wrapper	2012-02-09 15:42:01 +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:22 +0000
@@ -0,0 +1,2 @@
+1
+


Follow ups