/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: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-18 20:59:41 UTC
  • mfrom: (7195.3.1 lint_W601)
  • Revision ID: breezy.the.bot@gmail.com-20181118205941-ynykd2r0ax1tjco5
Remove use of dict.has_key() in fastimport plugin

Merged from https://code.launchpad.net/~gz/brz/lint_W601/+merge/358967

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
# A helper script to build packages for the various distributions
 
2
# Helper to build packages for the various distributions
3
3
 
4
4
if [ -z "$UBUNTU_RELEASES" ]; then
5
5
    echo "Configure the distro platforms that you want to"