lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] Change autobot comment from "LGTM" to "passes tests".


From: David Kastrup
Subject: [PATCH] Change autobot comment from "LGTM" to "passes tests".
Date: Mon, 30 Apr 2012 14:26:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

---

Turns out I don't seem to have push privileges:

address@hidden:/usr/local/tmp/lilypond-extra$ git push origin
fatal: remote error: 
  You can't push to git://github.com/gperciva/lilypond-extra.git
  Use address@hidden:gperciva/lilypond-extra.git
address@hidden:/usr/local/tmp/lilypond-extra$ git push 
address@hidden:gperciva/lilypond-extra.git
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of 
known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly


 patches/projecthosting_patches.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/projecthosting_patches.py 
b/patches/projecthosting_patches.py
index 0ba328c..4aa4ff0 100755
--- a/patches/projecthosting_patches.py
+++ b/patches/projecthosting_patches.py
@@ -219,7 +219,7 @@ class PatchBot():
                 self.PROJECT_NAME,
                 issue_id,
                 self.username,
-                comment = "Patchy the autobot says: LGTM.  " + reason,
+                comment = "Patchy the autobot says: passes tests.  " + reason,
                 labels = ["Patch-review"])
         return issue
 
-- 
1.7.9.5




reply via email to

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