comparison development.ini @ 1837:a6a30c919513 beta

#73 mapping of commited issues from commit message into issue tracker url.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Jan 2012 19:27:32 +0200
parents ca302053d9c2
children 37b3c3244bbc
comparison
equal deleted inserted replaced
1836:445861e156d1 1837:a6a30c919513
56 use_gravatar = true 56 use_gravatar = true
57 container_auth_enabled = false 57 container_auth_enabled = false
58 proxypass_auth_enabled = false 58 proxypass_auth_enabled = false
59 59
60 ## overwrite schema of clone url 60 ## overwrite schema of clone url
61 # available vars: 61 ## available vars:
62 # scheme - http/https 62 ## scheme - http/https
63 # user - current user 63 ## user - current user
64 # pass - password 64 ## pass - password
65 # netloc - network location 65 ## netloc - network location
66 # path - usually repo_name 66 ## path - usually repo_name
67 # clone_uri = {scheme}://{user}{pass}{netloc}{path} 67
68 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
69
70 ## issue tracking mapping for commits messages
71 ## uncomment url_pat, issue_server, issue_prefix to enable
72
73
74 ## pattern to get the issues from commit messages
75 ## default one used here is #1234
76
77 #url_pat = (?:^#|\s#)(\w+)
78
79 ## server url to the issue, each {id} will be replaced with id
80 ## fetched from the regex
81
82 #issue_server = https://myissueserver.com/issue/{id}
83
84 ## prefix to add to link to indicate it's an url
85 ## #314 will be replaced by <issue_prefix><id>
86
87 #issue_prefix = #
88
68 89
69 #################################### 90 ####################################
70 ### CELERY CONFIG #### 91 ### CELERY CONFIG ####
71 #################################### 92 ####################################
72 use_celery = false 93 use_celery = false