Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59193


Change subject: Look for ldapsupportlib in /usr/local/sbin.
......................................................................

Look for ldapsupportlib in /usr/local/sbin.

That's where it lives now.

Change-Id: I50c1db2d95e96c758b43cea15431371d9299c9da
---
M adminlogbot.py
M debian/changelog
2 files changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/adminbot 
refs/changes/93/59193/1

diff --git a/adminlogbot.py b/adminlogbot.py
index 78e8be4..ee46f10 100755
--- a/adminlogbot.py
+++ b/adminlogbot.py
@@ -310,7 +310,7 @@
 if enable_projects:
        import os
        import ldap
-       sys.path.append('/usr/local/lib/user-management')
+       sys.path.append('/usr/local/sbin/')
        import ldapsupportlib
 
 for bot in bots:
diff --git a/debian/changelog b/debian/changelog
index e5cf9b2..038ab69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adminbot (1.7.1) lucid-wikimedia; urgency=low
+
+  * Look for ldapsupportlib in /usr/local/sbin.
+
+ -- Andrew Bogott <[email protected]>  Mon, 15 April 2013 15:24:15 +0000
+
 adminbot (1.7) lucid-wikimedia; urgency=low
 
   * Add --config option for running with grid engine

-- 
To view, visit https://gerrit.wikimedia.org/r/59193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50c1db2d95e96c758b43cea15431371d9299c9da
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/adminbot
Gerrit-Branch: master
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to