~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/packaging/update-changelogs.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:
1
1
#!/bin/bash
2
2
 
 
3
if [ -z "$UBUNTU_RELEASES" ]; then
 
4
    echo "Configure the distro platforms that you want to"
 
5
    echo "build with a line like:"
 
6
    echo '  export UBUNTU_RELEASES="dapper feisty gutsy hardy intrepid jaunty"'
 
7
    exit 1
 
8
fi
 
9
 
3
10
if [ "x$1" = "x" ]; then
4
11
    echo "Missing version"
5
12
    echo "You want something like:"