[Pkg-debile-commits] [debile-master] 19/28: Fixed new config option name

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Wed Aug 21 13:36:52 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit 94d21877ae1e44917bf8d66144de769a73e4d475
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 17 14:22:39 2013 +0200

    Fixed new config option name
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index 438c447..f03cb4d 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -195,7 +195,7 @@ class LucyInterface(object):
             session.rollback()
             return None, "Oops something screwed up"
 
-        machine_url = "%s/machine/%s" % (config.get('paths', 'debuildme'), name)
+        machine_url = "%s/machine/%s" % (config.get('paths', 'debile_url'), name)
 
         return m.serialize(), "Machine %s with key %s added, see %s" % (name, m.gpg_fingerprint, machine_url)
 

-- 
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