~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Max Bowsher
  • Date: 2011-01-11 11:26:48 UTC
  • mto: This revision was merged to the branch mainline in revision 5589.
  • Revision ID: maxb@f2s.com-20110111112648-3lleuo22utyaunfw
Add a consistent header comment to tools/packaging/*.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
# Helper to insert a new entry in debian/changelog
2
3
 
3
4
if [ -z "$UBUNTU_RELEASES" ]; then
4
5
    echo "Configure the distro platforms that you want to"