~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to update-changelogs.sh

  • Committer: Lukáš Lalinský
  • Date: 2008-08-21 10:27:49 UTC
  • mto: (3649.4.1 packaging)
  • mto: This revision was merged to the branch mainline in revision 3659.
  • Revision ID: lalinsky@gmail.com-20080821102749-a8r8g6oe7y883m8y
Automatically commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
for NAME in $UBUNTU_RELEASES; do
10
10
    PPAVERSION="$VERSION~${NAME}1"
11
 
    (cd "packaging-$NAME" && dch -v $PPAVERSION -D $NAME -c changelog 'New upstream release.')
 
11
    (
 
12
        cd "packaging-$NAME" &&
 
13
        dch -v $PPAVERSION -D $NAME -c changelog 'New upstream release.' &&
 
14
        bzr ci -m "New upstream release: $PPAVERSION"
 
15
    )
12
16
done