/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/packaging/build-packages.sh

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-12 03:44:12 UTC
  • mfrom: (4436.1.1 rename-init_ex-verb)
  • Revision ID: pqm@pqm.ubuntu.com-20090612034412-oi5ll5wrbarb2w7s
(andrew) Rename BzrDirFormat.initialize_ex verb to
        BzrDirFormat.initialize_ex_1.16.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
fi
10
10
 
11
11
for DISTRO in $UBUNTU_RELEASES; do
12
 
    (cd "$PACKAGE-$DISTRO" && bzr builddeb -S)
 
12
    (cd "packaging-$DISTRO" && bzr builddeb -S)
13
13
done