~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/build_release.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 19:13:45 UTC
  • mfrom: (4360.4.17 1.15-pack-source)
  • Revision ID: pqm@pqm.ubuntu.com-20090618191345-vgsr5zv78uesqsdg
(jam) Get rid of InterPackRepository in favor of PackStreamSource.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# When preparing a new release, make sure to set all of these to the latest
5
5
# values.
6
6
VERSIONS = {
7
 
    'bzr': '1.12',
8
 
    'qbzr': '0.9.8',
9
 
    'bzrtools': '1.12.0',
10
 
    'bzr-svn': '0.5.2',
11
 
    'bzr-rebase': '0.4.4',
12
 
    'subvertpy': '0.6.4',
 
7
    'bzr': '1.16',
 
8
    'qbzr': '0.11.0',
 
9
    'bzrtools': '1.16.0',
 
10
    'bzr-svn': '0.6.1',
 
11
    'bzr-rebase': '0.5.0',
 
12
    'subvertpy': '0.6.7',
13
13
}
14
14
 
15
15
# This will be passed to 'make' to ensure we build with the right python