~benji/charmworld/expose-bundle-changes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

# Copyright 2012, 2013 Marco Ceppi, Canonical Ltd.  This software is
# licensed under the GNU Affero General Public License version 3 (see
# the file LICENSE).

set -e

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

$SCRIPT_DIR/queue
$SCRIPT_DIR/../bin/ingest-queued
$SCRIPT_DIR/review

echo "Done."