~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/release.py

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 01:00:32 UTC
  • mto: This revision was merged to the branch mainline in revision 426.
  • Revision ID: john@arbash-meinel.com-20110210010032-3c1ngxr9rlnlla6o
Avoid getting a lazy object error by instantiating an
http transport before we do any other work.
Add a script which works against multiple concurrent services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Release information about loggerhead
2
 
 
3
 
version = "1.2.1"
4
 
 
5
 
description = "Loggerhead is a web viewer for projects in bazaar."
6
 
 
7
 
author = "Robey Pointer"
8
 
email = "robey@lag.net"
9
 
 
10
 
license = "GPL"
11
 
url = "http://launchpad.net/loggerhead"
12
 
download_url = "https://launchpad.net/loggerhead/trunk/1.2/+download/loggerhead-1.2.tar.gz"