The branch, build-main has been updated via ace673b6219a685077cc15370395190190ba94c1 (commit) from a007b3e4f9a645c500c033cf6517542d76d6ad0b (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker b/sbin/x2gobroker index a092172..c23e195 100755 --- a/sbin/x2gobroker +++ b/sbin/x2gobroker @@ -115,7 +115,7 @@ import x2gobroker.web.extras urls = ( ('/plain/(.*)', x2gobroker.web.plain.X2GoBrokerWeb,), # ('/json/(.*)', x2gobroker.web.json.X2GoBrokerWeb,), # ('/html/(.*)', x2gobroker.web.html.X2GoBrokerWeb,), - ('/pubkeys/', x2gobroker.web.extras.X2GoBrokerPubKeyService,), + ('/pubkeys(|/)$', x2gobroker.web.extras.X2GoBrokerPubKeyService,), ) settings = { 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).