~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2009-02-16 10:13:56 UTC
  • mto: (4009.2.1 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 4010.
  • Revision ID: v.ladeuil+lp@free.fr-20090216101356-x1xh3bvpw71bx8fx
Fixed as per Matt, Jelmer and John reviews.

* tools/packaging/update-packaging-branches.sh: 
Update currently released for ubuntu releases check.

* tools/packaging/update-changelogs.sh: 
Add currently released for ubuntu releases check.

* tools/packaging/build-packages.sh: 
Add currently released for ubuntu releases check.

* doc/developers/ppa.txt: 
Fix typos.

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