r66189 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66188‎ | r66189 | r66190 >
Date:12:19, 11 May 2010
Author:mark
Status:deferred
Tags:
Comment:
pybal (0.1+r53139-2) lucid; urgency=low

* Build for Lucid
Modified paths:
  • /trunk/pybal/debian/changelog (modified) (history)
  • /trunk/pybal/debian/rules (modified) (history)
  • /trunk/pybal/main.py (modified) (history)

Diff [purge]

Index: trunk/pybal/debian/changelog
@@ -1,3 +1,9 @@
 2+pybal (0.1+r53139-2) lucid; urgency=low
 3+
 4+ * Build for Lucid
 5+
 6+ -- Mark Bergsma <mark@wikimedia.org> Tue, 11 May 2010 12:00:55 +0000
 7+
28 pybal (0.1+r53139-1) hardy; urgency=low
39
410 * New upstream version
Index: trunk/pybal/debian/rules
@@ -60,7 +60,7 @@
6161 # Add here commands to install the package into debian/pybal.
6262 # Hack, distribute twisted bgp with PyBal for now.
6363 wget -O pybal/bgp.py http://svn.wikimedia.org/svnroot/mediawiki/trunk/routing/twistedbgp/src/bgp.py
64 - python setup.py install --prefix=debian/pybal/usr
 64+ python setup.py install --prefix=debian/pybal/usr --install-layout=deb
6565 install -m 0755 main.py $(PREFIX)/usr/sbin/pybal
6666 install -d -m 0755 $(PREFIX)/etc/pybal
6767
Index: trunk/pybal/main.py
@@ -1,4 +1,4 @@
2 -#!/usr/bin/python2.5
 2+#!/usr/bin/python
33
44 """
55 PyBal

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53139Make timeout and interval configurable parameters in proxyfetchmark18:14, 12 July 2009

Status & tagging log