r22993 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22992‎ | r22993 | r22994 >
Date:19:56, 14 June 2007
Author:mark
Status:old
Tags:
Comment:
pybal (0.1+r20262-2) feisty; urgency=low

* Build for Feisty and hard depend on python >= 2.5 to prevent being
installed on Edgy
Modified paths:
  • /trunk/pybal/debian/changelog (modified) (history)
  • /trunk/pybal/debian/control (modified) (history)
  • /trunk/pybal/main.py (modified) (history)

Diff [purge]

Index: trunk/pybal/debian/control
@@ -7,7 +7,7 @@
88
99 Package: pybal
1010 Architecture: all
11 -Depends: ${shlibs:Depends}, ${misc:Depends}, ipvsadm, python-twisted
 11+Depends: ${shlibs:Depends}, ${misc:Depends}, ipvsadm, python (>= 2.5), python-twisted
1212 Description: Wikimedia LVS monitor
1313 PyBal is an LVS load balancer monitor. It checks the status of
1414 backend servers through various methods (monitors) and alters
Index: trunk/pybal/debian/changelog
@@ -1,3 +1,10 @@
 2+pybal (0.1+r20262-2) feisty; urgency=low
 3+
 4+ * Build for Feisty and hard depend on python >= 2.5 to prevent being
 5+ installed on Edgy
 6+
 7+ -- Mark Bergsma <mark@wikimedia.org> Thu, 14 Jun 2007 19:54:38 +0000
 8+
29 pybal (0.1+r20262) edgy; urgency=low
310
411 * Update to r20262
Index: trunk/pybal/main.py
@@ -1,4 +1,4 @@
2 -#!/usr/bin/python
 2+#!/usr/bin/python2.5
33
44 """
55 PyBal
@@ -10,4 +10,4 @@
1111 from pybal import pybal
1212
1313 if __name__ == '__main__':
14 - pybal.main()
\ No newline at end of file
 14+ pybal.main()

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20262Support HUP signal for cycling logsMark Bergsma19:51, 8 March 2007

Status & tagging log