monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 40b10df134496f7b8ed714c51e7


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 40b10df134496f7b8ed714c51e7a45c0b3039896
Date: Tue, 10 Apr 2012 13:52:29 +0200 (CEST)

revision:            40b10df134496f7b8ed714c51e7a45c0b3039896
date:                2012-04-10T11:44:05
author:              address@hidden
branch:              net.venge.monotone
changelog:
Update the example buildbot notification hook in contrib to work
with buildbot 0.8.3 and newer.

manifest:
format_version "1"

new_manifest [e8bbbfc6ad58eae28c3f41bda54ef993bc2cb7d8]

old_revision [e0f9a61504a8800156a725ba6c28104746383641]

patch "contrib/monotone-buildbot-notification.lua"
 from [2e0709dd3aae206ea8d8bd3a041e3b73df027b20]
   to [dbec59135e972740ac4bc797f0c11a6184613ffd]
============================================================
--- contrib/monotone-buildbot-notification.lua	2e0709dd3aae206ea8d8bd3a041e3b73df027b20
+++ contrib/monotone-buildbot-notification.lua	dbec59135e972740ac4bc797f0c11a6184613ffd
@@ -6,6 +6,9 @@
 -- Version history:
 -- ----------------
 -- 
+-- 0.2 (2012-04-10) Markus Wanner <address@hidden>
+--     - adapt to buildbot 0.8.3 and newer
+--
 -- 0.1 (2007-07-10) Markus Schiltknecht <address@hidden>
 --     - initial version
 --
@@ -43,9 +46,12 @@ function notify_buildbot(rev_id, revisio
 	end
     end
 
+    -- Note: for buildbot versions before 0.8.3, you need to give a
+    -- 'username' argument instead of 'auth' and 'who'.
     execute(_buildbot_bin, "sendchange",
 	    "--master", _buildbot_addr,
-	    "--username", author,
+	    "--auth", "change:changepw",
+	    "--who", author,
 	    "--revision", rev_id,
 	    "--comments", changelog,
 	    "--branch", branch,

reply via email to

[Prev in Thread] Current Thread [Next in Thread]