From: Barış Metin Date: Fri, 18 Jun 2010 09:09:04 +0000 (+0200) Subject: fix for crontab X-Git-Tag: 5.0-rc11~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2e91e514bad3b7db3977a698df9ccd5c607d691d;p=build.git fix for crontab --- diff --git a/module-tools.py b/module-tools.py index 7f1106f6..7cc0f155 100755 --- a/module-tools.py +++ b/module-tools.py @@ -386,7 +386,7 @@ class Module: configKeys=[ ('svnpath',"Enter your toplevel svnpath", "svn+ssh://%s@svn.planet-lab.org/svn/"%commands.getoutput("id -un")), ('gitserver', "Enter your git server's hostname", "git.onelab.eu"), - ('gituser', "Enter your user name (login name) on git server", os.getlogin()), + ('gituser', "Enter your user name (login name) on git server", commands.getoutput("id -un")), ("build", "Enter the name of your build module","build"), ('username',"Enter your firstname and lastname for changelogs",""), ("email","Enter your email address for changelogs",""),