[Pkg-debile-commits] [debile-master] 06/26: Fixed a typo breaking job forfeit

Sylvestre Ledru sylvestre at alioth.debian.org
Tue Aug 20 16:22:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-master.

commit 97a15a457cffa95259eadb786fd0f88b98eda125
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 9 17:28:19 2013 +0200

    Fixed a typo breaking job forfeit
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index 56581c6..4181171 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -228,7 +228,7 @@ class LucyInterface(object):
             return None  # meh
 
         j.assigned_at = None
-        j.builder = None
+        j.machine = None
         session.commit()
         return j.serialize()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list