~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to build-packages.sh

  • Committer: Lukáš Lalinský
  • Date: 2008-08-21 10:21:04 UTC
  • mto: (3649.4.1 packaging)
  • mto: This revision was merged to the branch mainline in revision 3659.
  • Revision ID: lalinsky@gmail.com-20080821102104-xqus7be42cpqs9cn
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
for NAME in $UBUNTU_RELEASES; do
 
4
    (cd "packaging-$NAME" && bzr bd -S)
 
5
done