# HG changeset patch # User Christian Urban # Date 1319334471 -3600 # Node ID 21b8241f5fbae48a0375597064a0b619fb183a97 # Parent 9b3a3c7e439b247f02113c42edffdd5d002219a9 tuned diff -r 9b3a3c7e439b -r 21b8241f5fba cgi-bin/repos.cgi --- a/cgi-bin/repos.cgi Sun Oct 23 02:42:18 2011 +0100 +++ b/cgi-bin/repos.cgi Sun Oct 23 02:47:51 2011 +0100 @@ -43,5 +43,5 @@ # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples # or use a dictionary with entries like 'virtual/path': '/real/path' -application = hgwebdir('/home/urbanc/HG-REPOS/hgweb.config') +application = hgwebdir('/dcs/web/staff/urbanc/HGREPOS/hgweb.config') wsgicgi.launch(application)