~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/packaging/update-packaging-branches.sh

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-16 10:54:04 UTC
  • mfrom: (4009.2.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090216105404-hjw8bck3ocg47wjz
(vila) Ppa newcomer updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
if [ -z "$UBUNTU_RELEASES" ]; then
5
5
    echo "Configure the distro platforms that you want to"
6
6
    echo "build with a line like:"
7
 
    echo '  export UBUNTU_RELEASES="dapper feisty gutsy hardy intrepid"'
 
7
    echo '  export UBUNTU_RELEASES="dapper feisty gutsy hardy intrepid jaunty"'
8
8
    exit 1
9
9
fi
10
10