The branch, master has been updated via e5feb370b34cf26eeb68086377ea295132cb0f70 (commit) from b5b429ae7e66d9194f189495f7a90d92d72ba20d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e5feb370b34cf26eeb68086377ea295132cb0f70 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 21 11:52:00 2013 +0100 log msg indentation ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker-keygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker-keygen b/sbin/x2gobroker-keygen index fe9fee6..eab787e 100755 --- a/sbin/x2gobroker-keygen +++ b/sbin/x2gobroker-keygen @@ -122,7 +122,7 @@ if __name__ == '__main__': logger_broker.error(' Private key {home}/.ssh/{id_file} exists. Use --force to overwrite the file and regenerate a new key pair. Exiting...'.format(home=broker_home, id_file=id_file)) sys.exit(-3) elif os.path.exists('{home}/.ssh/{id_file}'.format(home=broker_home, id_file=id_file)): - logger_broker.warn('WARNING: you requested to overwrite existing key files!!!') + logger_broker.warn(' WARNING: you requested to overwrite existing key files!!!') key.write_private_key_file('{home}/.ssh/{id_file}'.format(home=broker_home, id_file=id_file)) os.chown('{home}/.ssh/{id_file}'.format(home=broker_home, id_file=id_file), broker_uidnumber, broker_gidnumber) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).